-
Hello, it seems you've forget to declare your "type" variable inside leaflet-draw/dist/leaflet-draw-src.js file
So L.Draw.Rectangle function is not working
The probleme is in the line "3161"
The …
-
## Descripción:
Habilitar la opción de "Dibujar polígono" en el módulo de consultas. Debe permitir al usuario dibujar un polígono. El objetivo de la tarea es capturar el polígono, listo para enviarlo…
-
I have installed lib by running `npm install react-leaflet-draw leaflet-draw`. React-scripts version 4.0.3.
This is the code:
```
class NewWpRouteTap extends React.Component {
render() {
…
-
## Your Environment
* Plugin version:
* Platform: Android
* OS version: 9.-230FGG1
* Device manufacturer / model: VODAFONE / CFD 730
* Cordova version (`cordova -v`): 10.0.0
* Cordova platform v…
-
It would be nice to have ability (_if possible of course_) to use some maps services.
For example very often needs to draw something (like line, triangle, square or fill some custom area/figure) over…
-
```
import React, { Component } from "react";
import { Map, Marker, Popup, FeatureGroup,LayersControl,TileLayer,GeoJSON } from "react-leaflet";
import ReactLeafletGoogleLayer from "react-leaflet-g…
-
https://github.com/alex3165/react-leaflet-draw/blob/4c6de821a49ca40ef89013a8dd07162348d6926b/src/EditControl.js#L57
I am pretty sure this was missed during the migration to react-leaflet v3. Should…
-
Hello
I think the release 0.19.7 should be 0.20 because it is breaking compatibility with react-leaflet 2.7. For compatibility reason I have to user this old version of react leaflet.
With the …
-
### What version of Go are you using (`go version`)?
$ go version
go version devel +35f4ec152b Sat Jan 5 00:45:14 2019 +0000 linux/amd64
or
ArchLinux's community/go 2:1.11.4-1
### D…
ghost updated
2 years ago
-
Here are my code files
customMarker.js
```
import L from 'leaflet';
export default customMarkerIcon = new L.Icon({
iconUrl: require("./marker.png"),
iconAnchor: null,
popupAnchor…