-
-
I’m developing an application that needs to cache the map as it is viewed to reduce server loads, and using the examples and documentation given so far I’ve got the following:
```
const tile…
ghost updated
4 months ago
-
await loadPlugins(['AMap.DistrictSearch'])
const opts = {
subdistrict: 0,
extensions: 'all',
level: 'city',
}
const district = new AMap.DistrictSearch(opt…
-
_From @robotnic on December 11, 2014 14:49_
I wan't to use 2 special layers
https://github.com/glenrobertson/leaflet-tilelayer-geojson
and
https://github.com/afsuarez/mapsforge-cordova-plugin
I hav…
-
The zoom button shows unexpected behaviour when the svg gets partly beyond the edges of the visible map.. When I start with the same zoomleve everything is ok. I position an svg on top of a WMS tile l…
-
### 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, …
-
Hi,
at the moment, the [TileLayer Plugin 0.80](https://plugins.qgis.org/plugins/TileLayerPlugin/version/0.80/) is compatible with QGIS 2.8 or higher (theoretically up to 2.99) only. Are there any …
-
i used all possible functions to add leaflet ruler plugin but it gives me errors like :
js: Uncaught ReferenceError: map is not defined
# Add Leaflet-Ruler plugin
m.get_root().header.ad…
-
https://stackoverflow.com/questions/71598082/make-leaflet-offline-map-use-local-map-tiles-but-nothing-shows-up
* Use [MobileAtlasCreator](http://mobac.sourceforge.net/) to save tiles locally.
* Acces…
-
This is more a question of how to use the extension to access Mapquest rather than an issue with the extension itself. I developed a site using the Mapquest tileset and it has worked well for me usin…