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

Create "versions" endpoint for tiles #9

Open
nvkelso opened this issue Dec 16, 2016 · 5 comments
Open

Create "versions" endpoint for tiles #9

nvkelso opened this issue Dec 16, 2016 · 5 comments

Comments

@nvkelso
Copy link
Member

nvkelso commented Dec 16, 2016

Right now we advertise this in the tilejson only. We should have a more generic solution.

@nvkelso
Copy link
Member Author

nvkelso commented Feb 1, 2017

This should also advertise the recommended, generic attribution probably in txt and html form (see https://mapzen.com/rights/):

eg:

Provide Attribution
If you are using Mapzen services, you should use the following attribution statement:

© Mapzen, OpenStreetMap, and others

HTML snippet:

© <a href="https://www.mapzen.com/rights">Mapzen</a>, <a href="https://openstreetmap.org/copyright">OpenStreetMap</a> , and <a href="https://www.mapzen.com/rights/#services-and-data-sources">others</a>.

@nvkelso
Copy link
Member Author

nvkelso commented Feb 1, 2017

(Looks like both Pelias and Valhalla include attribution in their responses.)

@nvkelso
Copy link
Member Author

nvkelso commented Feb 1, 2017

And this might also impact / be useful to Tangram team? @matteblair

@matteblair
Copy link

How would a "versions" endpoint impact the vector tile API?

I like the idea of an API for recommended attribution. I'm not sure it's useful to include attribution information in every vector tile response since we show a dozen tiles on screen at once and we can only show one attribution string. If there were one place we could query for the attribution of tiles, we could do that once and display it while tiles are visible. Attribution display is still mostly an open question in tangram-es: tangrams/tangram-es#546

@nvkelso
Copy link
Member Author

nvkelso commented Feb 1, 2017

👍 I'd like to avoid attribution per tile, instead setting it for the whole service. If someone cares that much they can parse the features and their sources and mod it dynamically. But that's beyond basic scope.

@nvkelso nvkelso transferred this issue from another repository Feb 21, 2019
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

2 participants