Re: [mkgmap-dev] mkgmap and values with semicolon in it

2011-02-24 Thread Henning Scholland
Am 24.02.2011 21:55, schrieb WanMil:
 what would you expect?
 - Two POIs at the same location?
 - One POI at the same location?
 - Two POIs at the same location if the two tags will be assigned with
 different garmin ids and one POI if will be assigned with same garmin id?
But be careful...there are also tags like surface=grass;asphalt at some 
streets or other tags with opposed meaning.

Henning

___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] mkgmap and values with semicolon in it

2011-02-24 Thread Bennie du Plessis

Thorsten,
I'm not very good at this,
but had a similar problem that was solved by something like:
amenity=vending_machine  vending~'.*parcel.*' [0x3006 resolution 18]

I believe vending~'.*parcel.*' means
the vending tag contains the word parcel,
but I think the rule has to start with a regular expression like
amenity=vending_machine

Hope I'm not totally off base here

BennieD

___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev