-
TilePix has not been tested using multiple tilesets. This should be something which is tested (manually and with test assets!) to ensure at the very least a sensible error is returned, but ideally t…
-
I'm guessing this has something to do with leaflet itself, does anyone know if this plugin would address the problem?
https://github.com/Leaflet/Leaflet.TileLayer.NoGap
-
Hi, I use vue.js to implement the library. But when i use it in the template, i get an exception.
```
vue.runtime.esm.js?2b0e:1888 ReferenceError: map is not defined
at NewClass.initialize (le…
-
Hi:
Leaflet version I'm using: 0.7.7
Browser (with version) I'm using: Google Edition 63.0.3239.132(Formal version) (32 Bit)
S/Platform (with version) I'm using: Win10 professional edition
Step:…
-
Hi.
I have a simple react project with leaflet and used pure leaflet (not react-leaflet).
then I installed "leaflet-mapbox-vector-tile" with npm. but when I want to run the project, the following er…
-
When i use TileImage for "TileLayer" source,
and set extent = [0, 0, width, height],
the result is right.
But I use TileImage for "WebGLTileLayer" source,
use the same extent,
it cannot render …
-
I'm trying to save image from a map created in this way:
```
const streetsLayer = new L.TileLayer.boundaryCanvas(
'image.png', {
boundary: {
type: 'Polygon',
coordinates: featu…
-
Here is my code
import React, { useState } from "react";
import { MapContainer, TileLayer, GeoJSON, FeatureGroup ,Circle} from "react-leaflet";
import "leaflet/dist/leaflet.css";
import "leaflet-…
-
can you provide a basic example on how to integrate tthe animated marker?
I'm getting "Cannot read property 'addLayer' of undefined"
not working example:
```
import React, { Component } from…
-
I am using BlazorLeaflet in my Blazor project. When I run my project in Google Chrome it works fine but on IE map is not showing up. I used blazor.polyfill.js in my project and still it does not work.…