-
I've noticed that when using protobuf and changing the zoom, old requests aren't cancelled. This is sometimes clogging the server if the tiles take too long and the user changes zoom quick.
If it i…
-
I am testing your interesting component .It works fine with your demo.
But if we put 2 components on the same page we got an error :
_Unhandled exception rendering component: Map container is alread…
-
The CQL_Filter is a handy part of the WMS spec that let's us filter the features that get rendered in WMS requests. https://docs.geoserver.org/stable/en/user/tutorials/cql/cql_tutorial.html
I thin…
-
I have a use case, where I need an additional non-native zoom for a map. For the zoom level, I can easily add a `maxZoom: 29` option, however, an additional resolution is also needed (`0.05`) so I hav…
-
### What do you want implemented?
When downloading large numbers of tiles, sometimes a few are missed for whatever reason, resulting in ye olde checkerboard pattern.
However, the next time the til…
-
I am attempting to integrate stac-layer into a custom leaflet web map that displays planetary data. I have deployed a Titiler tiler server to AWS. I am using the following to instantiate a stac-layer …
-
We have a setup where unfortunately empty tiles are returned from the server with a HTTP 500 Internal Server Error status code and non-JSON text message, e.g. `Tile 10/229/410 not found in foo` - we'r…
-
hi
leaflet-providers uses some providers defined in L.TileLayer.Provider.providers{} object.
but this doesn't define if the provider is a base map or an overlay.
and in your preview, you add a func…
-
It should be possible to use XHR ` setRequestHeader()` method to specify custom HTTP headers for HTTP calls web-based layers as `TileLayer` send, or an equivalent method.
Goal is to be able to pass…
-
Salut à tous.
J'ai un bug après le dernier commit. 3d3ab6d
```
AppConfig.MAPCONFIG.BASEMAP.forEach((basemap, index) => {
const url = basemap.layer;
delete basemap.layer;
…