-
I am trying to config this plugin in my Ionic project. I see following error:
```
Error: Uncaught (in promise): ReferenceError: PouchDB is not defined
```
My PouchDB configuration is based on this…
-
възможност за избор на 2-4 варианта от потребителя
теставане / показно с различни варианти
-
var minimal = L.tileLayer(cloudmadeUrl, {styleId: 22677, attribution: cloudmadeAttribution}),
midnight = L.tileLayer(cloudmadeUrl, {styleId: 999, attribution: cloudmadeAttribution}),
moto…
-
Hi, using React-Leaflet I'm able to display PNG layers within LayerControl.Baselayer TileLayer, and can display the various layers as additional layers on top of the initial baselayer. Utilizing a bas…
-
#### Description
Using TileLayer in pydeck is not clear, e.g., how variables in the deck.gl example such as `renderSubLayers` and `return new BitmapLayer` should be implemented through Python.
-
Specifically I have an issue with the TileLayer, Marker, Popup components not having a type.
-
For images with small tile sizes, there is a noticeable improvement in performance when using the TileLayer, but this isn't reflected as much for images with large tiles. Why? This isn't what we measu…
manzt updated
3 years ago
-
### Target Use Case
Add the ability to add tile layers. For example, a component that could be used to consume the new Air Quality heat map tile endpoint. Currently, I am not sure what the recommen…
-
Hey :)
Thanks for making Tiled ❤️
When implementing an exporter to a custom level format from Tiled's `TileMap`, I managed to produce a type error (`TypeError: Type error`) from the script when…
-
**Is your feature request related to a problem? Please describe.**
I have two tile layers that I would like to switch between. When I switch to one, it is added to the map and the other is removed. I…