<!--
 GB specific rules
 This file contains rules for a GB specific mappaint display.
 
 This is meant as an overlay to JOSMs (often german centric) elemstyles.xml file.

 A general help about the mappaint rule syntax can be found in the elemstyles.xml file
-->

<rules name="standard" author="Ulf Lamping" version="1.0" shortdescription="British map overlay"
	description="Special rules to take differences in the british area into account (e.g. traffic signs).">
	<rule>
		<condition k="restriction" v="no_left_turn"/>
		<icon annotate="true" src="vehicle/restriction/turn_restrictions/ireland/no_left_turn.png" priority="10000" />
		<scale_min>1</scale_min>
		<scale_max>40000</scale_max>
	</rule>
	<rule>
		<condition k="restriction" v="no_right_turn"/>
		<icon annotate="true" src="vehicle/restriction/turn_restrictions/ireland/no_right_turn.png" priority="10000" />
		<scale_min>1</scale_min>
		<scale_max>40000</scale_max>
	</rule>
	<rule>
		<condition k="restriction" v="no_straight_on"/>
		<icon annotate="true" src="vehicle/restriction/turn_restrictions/ireland/no_straight_on.png" priority="10000" />
		<scale_min>1</scale_min>
		<scale_max>40000</scale_max>
	</rule>
	<rule>
		<condition k="restriction" v="no_u_turn"/>
		<icon annotate="true" src="vehicle/restriction/turn_restrictions/ireland/no_u_turn.png" priority="10000" />
		<scale_min>1</scale_min>
		<scale_max>40000</scale_max>
	</rule>
	<rule>
		<condition k="highway" v="mini_roundabout"/>
		<icon annotate="true" src="vehicle/restriction/roundabout_left.png" priority="10000"/>
		<scale_min>1</scale_min>
		<scale_max>50000</scale_max>
	</rule>

</rules>
