-
**Is your feature request related to a problem? Please describe.**
Sometimes we get blocked when downloading maps from maptiler due to too many requests from the same IP.
If we use a tile layer from…
-
**Preview:**
![Screenshot 2019-03-30 23 01 00](https://user-images.githubusercontent.com/2489333/55284208-d1d5b700-533f-11e9-9684-5bfe44979a2d.png)
```js
var humanitarian = L.tileLayer('https:…
-
On retina screens, tile labels are unreadably small.
http://leafletjs.com/reference.html#tilelayer-detectretina
-
To be able to:
map.fitBounds( heatMapLayer );
I needed to implement getBounds:
L.TileLayer.HeatMap.prototype.getBounds = function() {
var self = this;
return self._bounds;
}
-
Zooming rapidly in and out crashes QGIS 2.18.9 with the following error:
2017-06-22T15:31:40 1 Traceback (most recent call last):
File "/.qgis2/python/plugins\TileLayerPlugin\tilelayer.py", lin…
-
Hello,
I'm running into a weird issue that I cannot find any solutions anywhere. I am trying to test the example app provided:
```
from dash import Dash
import dash_leaflet as dl
app = Dash…
-
This is nice, do you support Wms? i will then make my own colored heights and put it to geoserver... what color scheme should i respect?
-
TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received an instance of Object
at Object.writeFileSync (fs.js:1460:…
-
not entirely sure how to use this in typescript when importing stuff from leaflet like this
```ts
import {
Map, Layer, MapOptions, TileLayer, CRS, tileLayer,
TileLayerOptions, LeafletMouseEv…
-
I try to use leaflet-easyPrint with a L.CRS.Simple map and tileserver in backend.
when i print the screen leaflet-easyPrint requests the wrong tiles (wrong z,y,z) which results in "cannot fetch res…