mapbox / gazetteer

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

Auto navigation set within Mapbox Streets gazetteer #20

Open nickidlugash opened 7 years ago

nickidlugash commented 7 years ago

Per https://github.com/mapbox/carto-cam/issues/47, we're creating a set of Places in the Mapbox Streets gazetteer designed for QA-ing auto navigation map styles. This is done by adding a new key to the geojson feature's "properties" object:

"sets": ["Auto Navigation"]

/cc @dasulit @aparlato @natslaughter

natslaughter commented 7 years ago

@nickidlugash how can I add locations for the Auto Navigation set, and what variables are needed other than lon/lat? I've found Paris to be a good resource for several tunnel layers:

layer lon lat
tunnel-street 2.347 48.862
tunnel-street-limited 2.347 48.862
tunnel-service-link-track 2.347 48.862
tunnel-pedestrian 2.347 48.862
tunnel-construction 2.345 48.860

cc @dasulit

dasulit commented 7 years ago

@natslaughter Nicki posted a good template for what a feature should look like in gazetteer: https://github.com/mapbox/gazetteer/issues/17#issuecomment-308851459. We're adding new places in this PR: https://github.com/mapbox/gazetteer/pull/19. It would be great to have better documentation about how to add new places, I can do this once I can get back to carto-cam later today!