mapbox / gazetteer

Place bookmarks for maps
BSD 2-Clause "Simplified" License
10 stars 8 forks source link

Rename `gazetteer.json` to `mapbox-streets-gazetteer.json`? #18

Closed nickidlugash closed 6 years ago

nickidlugash commented 7 years ago

Now that we're revamping the current gazetteer file to be specific to the Mapbox Streets vector tileset, maybe we should rename the file. Hopefully soon we'll also have one for Mapbox Terrain and Mapbox Satellite :)

Side note: why does this file have a .json extension and not a .geojson one?

@dasulit

dasulit commented 7 years ago

The possibilities are endless! +1 to mapbox-streets-gazetteer.geojson

dasulit commented 7 years ago

Seems like .json vs .geojson might be an npm thing ☹️ didn't dig too much but was getting errors with main being a .geojson file in package.json, I just switched back to .json to troubleshoot and everything worked as expected. Hmm.