Ben

Results 136 comments of Ben

> I believe Tegola just takes the empty results and transforms it to an empty FeatureCollection. tegola does not transform anything here. it stores the the tile data it receives...

> we have a completely static database we want to serve MVT tiles from, and we encountered some scenarios of stale cache this is odd, or I don't understand you...

Hey, I don't see how a config-dir would work. Tegola would need to read, merge and validate those different configs. If one of those configs is corrupted, you'd block the...

Can you share more detail on the use-cases you imagine?

From a reliability perspective I would argue, that different configurations should be separated into different deployments. If it's okay for you to use multiple configurations in the same tegola deployment,...

Hey there 👋 please also share you configuration, otherwise I suspect it to be a duplicate of #886 that is being worked on at #903. quick fix, either dont use...

Nothing I can do here as this is not a bug or an issue at all but a deliberate decision to not render more than the maximum zoom levels the...

There is a difference as to the maximum zoom the provider offers, and the maximum zoom the client "stretches" the result of the last maximum zoom to the requested zoom....

I created a first [draft](https://github.com/iwpnd/folium-vectortilelayer) for you that covers your basic use-case. Feel free to try out @giswqs. If that works fine for you, I can draft a PR with...

A provider should offer the minimum and maximum bounds in their maps capabilities for the user to consider. As for this leaflet plugin, the default `undefined` should be a good...