-
I have a local vector tile server based on [tilesplash](https://github.com/faradayio/tilesplash) and use `L.TileLayer.MVTSource` to load the vector tile layer at the client side:
``` javascript
var m…
-
## How to reproduce
- Leaflet Version: 1.3.2
## What behaviour I'm expecting and which behaviour I'm seeing
Importing TileLayer should not pull Map, et al. into the bundle
## Minimal examp…
-
Hi!
I am trying to integrate leaflet-geosearch, but the same error is always repeated when I select an item from the result list
```
Uncaught (in promise) Error: Bounds are not valid.
...
a…
-
I faced with issue after adding leaflet draw library to the app.
package.json:
```
{
"name": "angular-leaflet",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve…
-
when create a map
```js
new Map({
layers: [
new TileLayer({
extent: [-180, -90, 180, 90],
source: new OSM()
}),
new TileLayer({
…
-
You can reproduce this when you change the baseLayer to one that have not the zoom below of the cluster, and you click on that cluster.
For example the `Esri WorldPhysical": L.tileLayer.provider("Es…
-
I'm using a vector tile, but unfortunately can't get the slider to work the same on it as it would for a regular tile:
```
var config = {
url: "http://d25uarhxywzl1j.cloudfront.net/v0.1/{z}/{x}/{…
-
Hello,
I'm using a mix of reac-leaflet and leaflet to make a map using next.js framework and the LayersControl.Basemap is not working to select/deselect a colorpicker layer.
How can I use the le…
-
Below is my URL:
https://www.gebco.net/data_and_products/gebco_web_services/web_map_service/mapserv?request=getmap&service=wms&BBOX=-90,-180,90,360&crs=EPSG:4326&format=image/jpeg&layers=gebco_latest…
-
Is there a way to use this in ionic?
Try to do it but it shows me this error "Property 'Fallback' does not exist on type 'typeof TileLayer'."