wiki:Styles/British
Last modified 15 months ago Last modified on 25.02.2011 21:55:00

GB specific style

This file contains rules for a GB specific mappaint display. This is meant as an overlay to JOSMs (often German centric) standard style.

The style itself

<?xml version="1.0" encoding="UTF-8"?>
<rules xmlns="http://josm.openstreetmap.de/mappaint-style-1.0"
       name="standard"
       author="Ulf Lamping"
       shortdescription="British map overlay"
       de.shortdescription="Britische Kartenanpassung"
       description="Special rules to take differences in the british area into account (e.g. traffic signs)."
       de.description="Spezialregeln für die Besonderheiten im britischen Gebiet (e.g. Verkehrszeichen)."
       version="1.2_2011-02-25">

        <rule>
                <condition k="restriction" v="no_left_turn"/>
                <icon annotate="true" src="vehicle/restriction/turn_restrictions/ireland/no_left_turn.png" priority="10000" />
        </rule>
        <rule>
                <condition k="restriction" v="no_right_turn"/>
                <icon annotate="true" src="vehicle/restriction/turn_restrictions/ireland/no_right_turn.png" priority="10000" />
        </rule>
        <rule>
                <condition k="restriction" v="no_straight_on"/>
                <icon annotate="true" src="vehicle/restriction/turn_restrictions/ireland/no_straight_on.png" priority="10000" />
        </rule>
        <rule>
                <condition k="restriction" v="no_u_turn"/>
                <icon annotate="true" src="vehicle/restriction/turn_restrictions/ireland/no_u_turn.png" priority="10000" />
        </rule>
        <rule>
                <condition k="highway" v="mini_roundabout"/>
                <icon annotate="true" src="vehicle/restriction/roundabout_left.png" priority="10000"/>
        </rule>
</rules>

Styles_British-style.xml, Styles_British.zip