osmlab / name-suggestion-index

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

fix: IDs and sorting #9656

Closed Venefilyn closed 2 weeks ago

Venefilyn commented 2 weeks ago

In #9652 I had accidentally entered a self-generated ID that was not a base64 value. Hence it contained invalid characters. This PR fixes that with running npm run build and sorts the wholesale shops JSON as well

Cj-Malone commented 2 weeks ago

The build would have automatically fixed this, but thank you