Hi,

2009/7/29 Ondrej Novy <[email protected]>

> Hi,
>
> attached patch add more barriers types, kindergarten and for every shop
> render polygon.


attached better patch with few fixies, thanks.

-- 
S pozdravem/Best regards
Bc. Ondrej Novy

Email: [email protected]
Jabber: [email protected]
ICQ: 115-674-713
Tel/Cell: +420 777 963 207
Index: polygons
===================================================================
--- polygons	(revision 1111)
+++ polygons	(working copy)
@@ -2,6 +2,7 @@
 aeroway=aerodrome [0x07 resolution 18]
 aeroway=terminal [0x13 resolution 20]
 
+amenity=kindergarten [0x0a resolution 18]
 amenity=college [0x0a resolution 18]
 amenity=grave_yard [0x1a resolution 18]
 amenity=hospital [0x0b resolution 18]
@@ -10,8 +11,6 @@
 amenity=supermarket [0x08 resolution 21]
 amenity=university [0x0a resolution 18]
 
-building=* [0x13 resolution 20]
-
 landuse=allotments [0x4e resolution 20]
 landuse=basin [0x3f resolution 18]
 landuse=cemetary [0x1a resolution 18]
@@ -59,9 +58,14 @@
 
 place=village [0x03 resolution 18]
 
+shop=* [0x08 resolution 20]
+
 # squares and plazas
 highway=pedestrian & area=yes [0x17 resolution 20]
 # other highways that have area=yes set must be parking lots
 highway=* & area=yes [0x05 resolution 21]
 
 waterway=riverbank [0x46 resolution 20]
+
+# building tag should be last
+building=* [0x13 resolution 24]
Index: points
===================================================================
--- points	(revision 1111)
+++ points	(working copy)
@@ -37,6 +37,7 @@
 amenity=fuel { name '${operator}: ${name}' | '${name}' | '${operator}' } [0x2f01 resolution 19 ]
 amenity=grave_yard [0x6403 resolution 21]
 amenity=hospital [0x3002 resolution 20]
+amenity=kindergarten [0x2c05 resolution 21]
 amenity=library [0x2c03 resolution 21]
 amenity=nightclub [0x2d02 resolution 21]
 amenity=parking [0x2f0b resolution 21 default_name 'Parking']
@@ -196,6 +197,7 @@
 tourism=wine_cellar [0x2c0a resolution 20]
 tourism=zoo [0x2c07 resolution 20]
 
-barrier=bollard {add access = no; add bicycle = yes; add foot = yes} [0x660f resolution 20]
-barrier=cycle_barier {add access = no; add bicycle = yes; add foot = yes} [0x660f resolution 20]
-
+barrier=bollard | barrier=bus_trap
+    {add access = no; add bicycle = yes; add foot = yes} [0x660f resolution 21]
+barrier=block | barrier=cycle_barier | barrier=stile | barrier=kissing_gate
+    {add access = no; add foot = yes} [0x660f resolution 21]
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to