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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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 interactive polygon drawing with point-to-point creation, smart merging, and comprehensive editing tools**
5
+ > **Advanced Leaflet plugin for freehand polygon drawing, with smart merging and powerful editing tools**
6
6
 
7
- Leaflet Polydraw is a powerful, feature-rich plugin that transforms your Leaflet maps into interactive polygon drawing and editing environments. With smart merging, drag-and-drop functionality, and comprehensive editing tools, it's perfect for GIS applications, mapping tools, and spatial data collection.
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
  [![npm](https://img.shields.io/npm/v/leaflet-polydraw)](https://www.npmjs.com/package/leaflet-polydraw)
10
10
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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
- - **Well Tested**: Comprehensive test suite with 167+ passing tests
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.5",
4
- "description": "Advanced polygon drawing and editing plugin for Leaflet with drag-and-drop, smart merging, and comprehensive editing tools",
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
  ".": {