source: josm/trunk/styles_nodist/standard/elemstyles_gb.xml @ 3864

Last change on this file since 3864 was 3864, checked in by bastiK, 12 years ago

change in build: do not copy elemstyles.xml to data folder, but distribute the entire styles folder like it is done with 'images' and 'data' (toplevel) folders

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.