Questions tagged [leaflet-geoman]

Leaflet-Geoman is a plugin for Leaflet, the open-sorce javascript library for mobile-friendly maps, and allows drawing, editing, dragging, cutting, splitting, measuring and pinning geometry layers.
It supports Markers, CircleMarkers, Polylines, Polygons, Circles, Rectangles, ImageOverlays, LayerGroups, GeoJSON, MultiLineStrings and MultiPolygons.

61 questions
-1
votes
1 answer

Get area from Latitude/Longitude Point

I have an leaflet map where the users draw a polygon, and this polygon gave me lat and long points. I'm using react js too. i would like to know the polygon area so that i can take the id from the black dots that are within the polygon area. So the…
1 2 3 4
5