Why does iD suggest excluding "chicken" from "cuisine" on a Dairy Queen location?

I recently used CoMaps to edit a Dairy Queen location with cuisine=american;burger;chicken;ice_cream, but now, editing it in iD, it suggests cuisine=ice_cream;burger. While I can understand omitting american, I am not sure why chicken is omitted, considering that chicken is a major part of DQ’s menu (I work at the location in question, and I would estimate that we sell about as many chicken strip baskets as burgers). Is it okay to override iD’s suggestion, and is it possible to add chicken to all DQ Grill & Chill locations?

1 Like

There are two entries in the Name Suggestion Index that ID uses for these suggestions. Both of them have only ice_cream;burger, including the Grill and Chill brand:
https://nsi.guide/index.html?t=brands&k=amenity&v=fast_food&tt=dairy%20queen

I don’t know enough about the topic to say whether that is appropriate, but that is where it is coming from. You could override it, but it is quite likely that another mapper using ID (or any editor that uses NSI) will change it later. If you want to encourage a more systematic change, it’s probably best done via NSI.

1 Like

Thank you! How can I edit or suggest a change to NSI?

It will be due to the entry in the name suggestion index https://github.com/osmlab/name-suggestion-index/tree/main/data/brands/amenity

Raise an issue there.

Must admit I didn’t even know they did Burgers. My cousin lives in Canada and she always looks forward to the one in her town opening for the summer.

I’m not very familiar with it myself. If you have a Github account you could submit an issue as outlined here

Thank you! I opened a PR: Add `chicken` to `cuisine` for Dairy Queen by kj7rrv · Pull Request #11092 · osmlab/name-suggestion-index · GitHub

3 Likes

Thank you, @trigpoint and @alan_gr! My NSI PR has been merged. How long does it generally take iD to reflect changes there? Also, it it possible to bulk-update all DQ locations, or will each one have to be edited manually?