Thanks all, I see this in the default style file and now have the answer: need a change to the style. I see the comments in the file - this satisfies the query.

Looking through my locale and the categories available on my Garmin, the bagel/donut shops are the only one that seems to be an outlier. I've always known this area has a lot of health nuts and for the longest time the only Dunkin' Donuts went out of business, but there is definitely one in town once more among a lot of other independent shops, just weird none show up.

I suppose I'll leave this up to whoever whether to change the default or not. I only know of two chain restaurants that also get binned into fast_food but people in the USA may or may not consider them "fast food quality" that may or may not be better to show up in their category...

Thanks.

On Tue, 3 Mar 2020, Pinns UK wrote:

Date: Tue, 3 Mar 2020 08:50:02 +0000
From: Pinns UK <[email protected]>
Reply-To: Development list for mkgmap <[email protected]>
To: [email protected]
Subject: Re: [mkgmap-dev] Tagging restaurants and categories


Multiple tags seem to occur more frequently in OSM , particularly in
polygons and to a lesser extent in lines. Luxembourg is a good example.

I've had to adapt my style to ensure woods were plotted when combined with
another tag.

ie

Polygons

combining natural , landuse , leisure etc

natural=wood & landuse=grass

leisure & natural / landuse

leisure=nature_reserve and landuse=forest

Lines

waterway=stream & boundary=administrative

I'm not sure how the default style deals with this? and perhaps it doesn't
matter.

regards

Nick

On 03/03/2020 08:12, Ticker Berkin wrote:

Hi all

It relatively easy for a style to generate multiple POI for the same
point, in this case one "Fast Food" and one "Bagel/Donut".

The default style doesn't do this, but it makes a choice about which is
shown in this and similar cases, carefully commented to show how to get
the other:

# Have the following 2 lines here rather than after cuisine=... so
that, for amenity=fast_food, cuisine is ignored
amenity=fast_food & cuisine=* {add name='${cuisine|subst:"_=> "}'}
    [0x2a07 resolution 24]
amenity=fast_food [0x2a07 resolution 24]

...

cuisine=bagel | cuisine=donut
    [0x2a0d resolution 24]

...

Have the following 2 lines here rather than before cuisine=... so that,
for amenity=fast_food, cuisine is respected
#amenity=fast_food & cuisine=* {add name='${cuisine|subst:"_=> "}'}
    [0x2a07 resolution 24]
#amenity=fast_food [0x2a07 resolution 24]

Ticker


_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev




WARNING: All HTML emails get auto deleted.  DO NOT SEND HTML MAIL.
WARNING: Emails with large typo counts/spelling errors will also be deleted.
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to