-
Notifications
You must be signed in to change notification settings - Fork 120
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
tilejson ? #73
Comments
Is this what you mean? https://github.com/mapbox/tilejson-spec Ideally we'd want to support this use case, and if that's necessary to integrate we'll look into it. |
Yes! Sorry that I didn't make that clear.
Cool! Good news :) |
Hi -- sorry for not following up on this issue earlier. TileJSON endpoints are now available for each of the supported formats, at: Mapbox Vector Tiles: http://vector.mapzen.com/osm/tilejson/mapbox.json (Documentation of fields should be added, but these should work.) Please let us know if you have any questions or issues. |
Hey, |
@aboutaaron what version of Mapbox Studio are you using? It works for me on Version 0.2.2. On the latest version (Version 0.2.7) it gives me the same error as you. |
I was using the latest build so perhaps I need to downgrade to 0.27 Aaron Williams On Thu, Apr 30, 2015 at 12:15 PM -0700, "Ekta Daryanani" notifications@github.com wrote: @aboutaaron what version of Mapbox Studio are you using? It works for me on Version 0.2.2. On the latest version (Version 0.2.7) it gives me the same error as you. — |
Err I mean 0.2.2 |
@aboutaaron try it and see if it works. I believe @rmarianski is going to spend some time to see why that would be happening in the current version. |
Could this be related to mapbox/mapbox-studio-classic#1292? |
Yup, that sounds awfully familiar. |
Yea, a slightly modified version of that pull request fixed the error for me locally. |
Awesome. I'll build from the patch and check it out. Thanks for the speedy response all! |
Hi,
AFAIK, to integrate a non MapBox vectortiles service in MapBox Studio, this service needs to expose a tilejson URL.
I'm working on implementing vector tiles support in Kosmtik, and I'm thinking about supporting tilejson too (and raw TMS too btw), so I wonder if this is something that could be added to this repo somewhere in the future.
Thanks for you lights on this :)
Yohan
The text was updated successfully, but these errors were encountered: