leaflet-polydraw 0.9.5 → 0.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
# Leaflet Polydraw
|
|
4
4
|
|
|
5
|
-
> **Advanced Leaflet plugin for
|
|
5
|
+
> **Advanced Leaflet plugin for freehand polygon drawing, with smart merging and powerful editing tools**
|
|
6
6
|
|
|
7
|
-
Leaflet
|
|
7
|
+
**Leaflet.Polydraw** lets you draw polygons directly on Leaflet maps in a natural, freehand way — just click and drag to sketch shapes. Beyond freehand creation, it also supports point-to-point precision drawing, intelligent polygon merging, drag-and-drop repositioning, and a rich set of editing tools. This makes it an ideal choice for GIS platforms, mapping applications, and spatial data workflows.
|
|
8
8
|
|
|
9
9
|
[](https://www.npmjs.com/package/leaflet-polydraw)
|
|
10
10
|
[](https://opensource.org/licenses/MIT)
|
|
@@ -22,7 +22,7 @@ Leaflet Polydraw is a powerful, feature-rich plugin that transforms your Leaflet
|
|
|
22
22
|
- **Smart Markers**: Intelligent marker separation prevents overlapping on small polygons
|
|
23
23
|
- **Hole Support**: Create complex polygons with holes and nested shapes
|
|
24
24
|
- **Performance Optimized**: Efficient rendering and interaction handling
|
|
25
|
-
- **
|
|
25
|
+
- **Modifier Key Shortcuts**: Hold down Ctrl or Meta (Cmd) while drawing or editing to switch modes (e.g., erase vertices or subtract areas) for a smooth workflow
|
|
26
26
|
- **TypeScript Ready**: Full TypeScript support with type definitions
|
|
27
27
|
|
|
28
28
|
## Table of Contents
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "leaflet-polydraw",
|
|
3
|
-
"version": "0.9.
|
|
4
|
-
"description": "Advanced
|
|
3
|
+
"version": "0.9.6",
|
|
4
|
+
"description": "Advanced Leaflet plugin for freehand polygon drawing, with smart merging and powerful editing tool",
|
|
5
5
|
"types": "dist/types/index.d.ts",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|