leaflet-polydraw 0.8.7 → 0.8.8
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
Leaflet Polydraw is a powerful, feature-rich plugin that transforms your Leaflet maps into interactive polygon drawing and editing environments. With intelligent merging, drag-and-drop functionality, and comprehensive editing tools, it's perfect for GIS applications, mapping tools, and spatial data collection.
|
|
8
8
|
|
|
9
|
-
[](https://www.npmjs.com/package/leaflet-polydraw)
|
|
10
10
|
[](https://opensource.org/licenses/MIT)
|
|
11
11
|
[](https://www.typescriptlang.org/)
|
|
12
12
|
[](https://github.com/AndreasOlausson/leaflet-polydraw/actions/workflows/ci.yml)
|
|
@@ -929,6 +929,8 @@ map.on('polygon:created', (e) => {
|
|
|
929
929
|
|
|
930
930
|
## Browser Support
|
|
931
931
|
|
|
932
|
+
> ⚠️ Mobile support is currently **in alpha**. While the plugin includes basic touch functionality, many features (like drag-to-hole, vertex editing, and multi-finger gestures) may not work reliably on mobile browsers. Full mobile support is planned for a future version.
|
|
933
|
+
|
|
932
934
|
- **Modern Browsers**: Chrome 60+, Firefox 55+, Safari 12+, Edge 79+
|
|
933
935
|
- **Mobile**: iOS Safari 12+, Chrome Mobile 60+
|
|
934
936
|
- **Requirements**: ES6+ support, Leaflet 1.9+, Touch events, CSS transitions
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "leaflet-polydraw",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.8",
|
|
4
4
|
"description": "Advanced polygon drawing and editing plugin for Leaflet with drag-and-drop, smart merging, and comprehensive editing tools",
|
|
5
5
|
"types": "dist/types/index.d.ts",
|
|
6
6
|
"exports": {
|