source: josm/trunk/styles/standard/elemstyles_gb.xml@ 3625

Last change on this file since 3625 was 3612, checked in by stoecker, 14 years ago

add XML checking for mappaint files

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