Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto navigation set within Mapbox Streets gazetteer #20

Open
1 of 2 tasks
nickidlugash opened this issue Jun 21, 2017 · 2 comments
Open
1 of 2 tasks

Auto navigation set within Mapbox Streets gazetteer #20

nickidlugash opened this issue Jun 21, 2017 · 2 comments
Assignees

Comments

@nickidlugash
Copy link

nickidlugash commented Jun 21, 2017

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"]
  • Find existing Places in gazetteer that are relevant to this set and assign them this "set" value
  • Compile new Places for this set and add to gazetteer (in progress)

/cc @dasulit @aparlato @natslaughter

@nickidlugash nickidlugash self-assigned this Jun 21, 2017
@natslaughter
Copy link

@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
Copy link

dasulit commented Jun 26, 2017

@natslaughter Nicki posted a good template for what a feature should look like in gazetteer: #17 (comment). We're adding new places in this PR: #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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants