osmlab / name-suggestion-index

Canonical common brand names, operators, transit and flags for OpenStreetMap.
https://nsi.guide
BSD 3-Clause "New" or "Revised" License
705 stars 856 forks source link

Galito's takeaway=yes re-added by build script #9862

Open AntiCompositeNumber opened 2 weeks ago

AntiCompositeNumber commented 2 weeks ago

In dbca82f @arrival-spring removed takeaway=yes from Galito's as not all locations offer takeaway. However, it was re-added by npm run build from the collector data in 35d6cd03c4. How can this be prevented?

arrival-spring commented 2 weeks ago

This was based on adding it to ATP, https://github.com/alltheplaces/alltheplaces/pull/10028, and noting that in the data from Galito's it did not say that takeaway was available at all locations. I guess this could be incomplete data on their part, as nowhere explicitly states they don't do takeaway.

Looking through the website I can't be sure wither way, and don't have first hand information beyond that.

UKChris-osm commented 1 week ago

This seems to be done by the build_index.js script itself, and this code would need to me amended or removed, or a flag added to the data file that can prevent an automatic tag being added (in a similar way to how preserveTags works).