Replies: 1 comment 1 reply
-
|
I would look into separating the base map and the additional data. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking into the possibilities to intercept requests to specific tiles to rewrite them.
Use cas:
I have a blog that's displaying a map centred arround the object mentioned in this post. Now I want to provide certain (vector) tiles that contain informations specific of this context post. while I certainly could regenerate te base map over and over gain to provide a complete set of tiles for each directory where a post is located, this is just a waste of web space. I alreday figured out how to locate a set of
z/x/ypaths for a post (represented by a polygon), but now my question is how to register such additional URL fragments with Maplibre.It might look like configuring a function
(z, x, y)instead of a/map/tiles/{z}/{x}/{y}.pbfstring which would return the constructed URL (part). Is there already such a facility?Beta Was this translation helpful? Give feedback.
All reactions