Without the attached patch, JOSM will display the shopping cart icon
for points tagged amenity=fuel that are also tagged shop=convenience.

According to http://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience
amenity=fuel is a possible sub-key of shop=convenience.  mkgmap translates
this combination to the Garmin symbol 0x2e06, which shows up in two
menus: fuel stations and convenience stores.

I find it distracting to see a Shell or Esso (Exxon) rendered as a shopping
cart instead of the fuel pump.  The attached patch changes the symbol to
a fuel pump.  Please apply it.

Best regards,

        Marko
Index: core/styles/standard/elemstyles.xml
===================================================================
--- core/styles/standard/elemstyles.xml	(revision 1521)
+++ core/styles/standard/elemstyles.xml	(working copy)
@@ -1715,8 +1715,8 @@ in case they have same priority! Using p
 
 	<rule>
 		<condition k="amenity" v="fuel"/>
-		<icon annotate="true" src="vehicle/fuel.png"/>
-		<area colour="amenity_traffic#f7efb7"/>
+		<icon annotate="true" src="vehicle/fuel.png" priority="10000"/>
+		<area colour="amenity_traffic#f7efb7" priority="10000"/>
 		<scale_min>1</scale_min>
 		<scale_max>50000</scale_max>
 	</rule>
_______________________________________________
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev

Reply via email to