The attached patch makes JOSM recognize shop=general. Please apply.
Marko
Index: core/presets/presets.xml
===================================================================
--- core/presets/presets.xml (revision 1521)
+++ core/presets/presets.xml (working copy)
@@ -2458,6 +2458,12 @@ See also http://josm.openstreetmap.de/wi
<key key="shop" value="garden_centre" />
<text key="name" text="Name" default="" delete_if_empty="true" />
</item>
+ <item name="General" icon="presets/empty.png" type="node,closedway">
+ <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=general" />
+ <label text="Edit General Store" />
+ <key key="shop" value="general" />
+ <text key="name" text="Name" default="" delete_if_empty="true" />
+ </item>
<item name="Hardware" icon="presets/empty.png" type="node,closedway">
<link href="http://wiki.openstreetmap.org/wiki/Tag:shop=hardware" />
<label text="Edit Hardware Store" />
Index: core/styles/standard/elemstyles.xml
===================================================================
--- core/styles/standard/elemstyles.xml (revision 1521)
+++ core/styles/standard/elemstyles.xml (working copy)
@@ -2339,6 +2339,14 @@ in case they have same priority! Using p
</rule>
<rule>
+ <condition k="shop" v="general"/>
+ <icon annotate="true" src="shop.png"/>
+ <area colour="shop#00005f"/>
+ <scale_min>1</scale_min>
+ <scale_max>50000</scale_max>
+ </rule>
+
+ <rule>
<condition k="shop" v="groceries"/>
<icon annotate="true" src="shop/groceries/fruits.png"/>
<area colour="shop#00005f"/>
_______________________________________________
josm-dev mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/josm-dev