-
Hi Public Lab team!
### Problem
When I use the leaflet-tile-filter sample code in my React app, I get the following compile error: ''TypeError: Cannot read property 'classList' of undefined", whic…
-
I've been looking into adapting phaser-tiled to support isometric tiles. I've hacked in some changes which have been working so far. I was looking into doing it using Phaser's implementation but the…
-
find better output for the overlay
maybe use a black and white version of OSM
-
I'm using this plugin to add time dimension capabilities to an already established project. I'm converting the (non-WMS) layers to the time dimension ones with the syntax,
```
L.timeDimension.layer.…
-
Hello.
I want to dynamically update loader function of DataTile (https://openlayers.org/en/latest/examples/data-tiles.html), but only new tiles are updated.
this is my code.
https://codesandbox…
-
* Browser and version:
All
* Version of Leaflet (`L.version`):
1.3.4
* Version of esri Leaflet (`L.esri.VERSION`):
2.2.3
Steps to reproduce the error:
1. Create a dynamicMapLayer
…
-
Add trail vector files from 3rd party provider and display on map.
Trail data is available at [opendata.swiss](https://opendata.swiss/en/dataset/swisstlm3d-wanderwege).
- [ ] Decide which datase…
-
### Checklist
- [X] I've looked at the [documentation](https://leafletjs.com/reference.html) to make sure the behavior isn't documented and expected.
- [X] I'm sure this is an issue with Leaflet, not…
quarl updated
1 month ago
-
```js
const terrain = new maptalks.Terrain(...);
const geo3dtile = new maptalks.Geo3dTileLayer('...');
groupLayer.setTerrain(terrain);
groupLayer.setTerrain(geo3dti…
-
When I draw a large circle on a map (ie: covering all of Europe) and zoom inside that circle to a zoom level of 15, the circle is filled with the stroke color even though the fill color is transparent…