-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
This should also advertise the recommended, generic attribution probably in txt and html form (see https://mapzen.com/rights/): eg: Provide Attribution
HTML snippet:
|
(Looks like both Pelias and Valhalla include attribution in their responses.) |
And this might also impact / be useful to Tangram team? @matteblair |
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 |
👍 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. |
Right now we advertise this in the tilejson only. We should have a more generic solution.
The text was updated successfully, but these errors were encountered: