-
-
Notifications
You must be signed in to change notification settings - Fork 236
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
Migration issues and questions - 0.6.2 to 0.15.0 #1748
Comments
Hi, Assuming you want all information (geometries+points) from the GET https://server/geo_project,geo_project.1/9/242/196 The tilejson is at GET https://server/geo_project,geo_project.1 Relevant docs: If There is a difference betwen Note That is quite a large jump in terms of versions.. |
Perfect, not sure what I was doing that it wasn't working! |
This comment has been minimized.
This comment has been minimized.
I really really do not want to support those weird file extensions. They increase request size (not significantly, but still), they create ambiguity, and they require the server to actually know the exact type of tile a source will support - e.g. Note that we will might have an extension of the server-side rendered stuff from #1607 + #978 -- because there the url will be |
I'm trying to update one project from 0.6.2 to 0.15.0
Before I had the
http://server/index.json
that would return something likeand I could access the
.pbf
withhttps://server/public.project_hexes/9/242/196.pbf
Now on version 0.15.0 instead of the
/index.json
file, there is/catalog
I can'f get to download the .pbf files anymore.
What am I doing wrong, and how could I debug and fix it?
Really appreciate it 🥇
The text was updated successfully, but these errors were encountered: