Last change
on this file since 2988 was 1745, checked in by stoecker, 15 years ago |
updated british style meta information
|
File size:
1.6 KB
|
Rev | Line | |
---|
[1718] | 1 | <!--
|
---|
| 2 | GB specific rules
|
---|
| 3 | This file contains rules for a GB specific mappaint display.
|
---|
| 4 |
|
---|
| 5 | This is meant as an overlay to JOSMs (often german centric) elemstyles.xml file.
|
---|
| 6 |
|
---|
| 7 | A general help about the mappaint rule syntax can be found in the elemstyles.xml file
|
---|
| 8 | -->
|
---|
| 9 |
|
---|
[1745] | 10 | <rules name="standard" author="Ulf Lamping" version="1.0" shortdescription="British map overlay"
|
---|
| 11 | description="Special rules to take differences in the british area into account (e.g. traffic signs).">
|
---|
[1718] | 12 | <rule>
|
---|
| 13 | <condition k="restriction" v="no_left_turn"/>
|
---|
| 14 | <icon annotate="true" src="vehicle/restriction/turn_restrictions/ireland/no_left_turn.png" priority="10000" />
|
---|
| 15 | <scale_min>1</scale_min>
|
---|
| 16 | <scale_max>40000</scale_max>
|
---|
| 17 | </rule>
|
---|
| 18 | <rule>
|
---|
| 19 | <condition k="restriction" v="no_right_turn"/>
|
---|
| 20 | <icon annotate="true" src="vehicle/restriction/turn_restrictions/ireland/no_right_turn.png" priority="10000" />
|
---|
| 21 | <scale_min>1</scale_min>
|
---|
| 22 | <scale_max>40000</scale_max>
|
---|
| 23 | </rule>
|
---|
| 24 | <rule>
|
---|
| 25 | <condition k="restriction" v="no_straight_on"/>
|
---|
| 26 | <icon annotate="true" src="vehicle/restriction/turn_restrictions/ireland/no_straight_on.png" priority="10000" />
|
---|
| 27 | <scale_min>1</scale_min>
|
---|
| 28 | <scale_max>40000</scale_max>
|
---|
| 29 | </rule>
|
---|
| 30 | <rule>
|
---|
| 31 | <condition k="restriction" v="no_u_turn"/>
|
---|
| 32 | <icon annotate="true" src="vehicle/restriction/turn_restrictions/ireland/no_u_turn.png" priority="10000" />
|
---|
| 33 | <scale_min>1</scale_min>
|
---|
| 34 | <scale_max>40000</scale_max>
|
---|
| 35 | </rule>
|
---|
| 36 | <rule>
|
---|
| 37 | <condition k="highway" v="mini_roundabout"/>
|
---|
[1719] | 38 | <icon annotate="true" src="vehicle/restriction/roundabout_left.png" priority="10000"/>
|
---|
[1718] | 39 | <scale_min>1</scale_min>
|
---|
| 40 | <scale_max>50000</scale_max>
|
---|
| 41 | </rule>
|
---|
| 42 |
|
---|
| 43 | </rules>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.