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

Last change on this file since 3659 was 3659, checked in by ulfl, 13 years ago

remove scale_min / scale_max
This was from the time, when I was experimenting about speed up of the map display. As the map display is now fast enough for editing, this has become obsolete.
I've removed this, as it repeatingly confused people looking at the file content.

File size: 1.4 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 </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 </rule>
22 <rule>
23 <condition k="restriction" v="no_straight_on"/>
24 <icon annotate="true" src="vehicle/restriction/turn_restrictions/ireland/no_straight_on.png" priority="10000" />
25 </rule>
26 <rule>
27 <condition k="restriction" v="no_u_turn"/>
28 <icon annotate="true" src="vehicle/restriction/turn_restrictions/ireland/no_u_turn.png" priority="10000" />
29 </rule>
30 <rule>
31 <condition k="highway" v="mini_roundabout"/>
32 <icon annotate="true" src="vehicle/restriction/roundabout_left.png" priority="10000"/>
33 </rule>
34
35</rules>
Note: See TracBrowser for help on using the repository browser.