This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

In the iD editor, why do certain presets have more tags than others

1

I've noticed that the "McDonald's" preset has cuisine=burger, but "Pizza Hut" has no cuisine. It appears the presets are compiled as part of the iD build, but it's not clear why some presets have more tags than others.

asked 29 Nov '14, 15:55

brianegge's gravatar image

brianegge
1264511
accept rate: 0%

edited 30 Nov '14, 00:04

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


2 Answers:

6

AFAIK this issue has nothing to do with presets. Name based tag suggestions for iD and vespucci are generated from https://github.com/osmlab/name-suggestion-index which in turn is generated from an OSM planet dump.

That naturally doesn't explain the difference except that perhaps Pizza Huts may simply not have a cuisine tag very often and that it doesn't turn up in the index for that reason. In any case you should probably create an issue in the name-suggestion-index repository.

answered 29 Nov '14, 21:07

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

edited 01 Dec '14, 15:04

neuhausr's gravatar image

neuhausr
7.5k870121

-1

Hi. read these pages about the development of the OSM Id editor, https://www.mapbox.com/osmdev/ http://comments.gmane.org/gmane.comp.gis.openstreetmap.devel/27337 or ask your question there. You might get a good and sturdy answer.

answered 29 Nov '14, 16:09

Hendrikklaas's gravatar image

Hendrikklaas
9.3k207238387
accept rate: 5%

Source code available on GitHub .