Last change
on this file since 1718 was
1718,
checked in by ulfl, 13 years ago
|
add a file with GB specific rules that can act as an "overlay" to the "normal" elemstyles.xml file
somehow "fixes" #2203
|
File size:
1.4 KB
|
Line | |
---|
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 | |
---|
10 | <rules name="standard"> |
---|
11 | |
---|
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"/> |
---|
38 | <icon annotate="true" src="vehicle/restriction/roundabout_left.png" priority="10000"> |
---|
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.