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

Last change on this file since 3868 was 3868, checked in by bastiK, 13 years ago

move 2 files back to from styles_nodist to styles. Reason: they are listed on http://josm.openstreetmap.de/wiki/Styles as URL, like http://josm.openstreetmap.de/browser/trunk/styles/standard/elemstyles_gb.xml?format=txt. This is what some users might have in their preference file, so we cannot move it. It shouldn't be a problem to distribute these 2 files, they are pretty small.

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.