@watergis/maplibre-gl-terradraw 0.1.1 → 0.1.2

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 CHANGED
@@ -5,7 +5,7 @@
5
5
  [![CI](https://github.com/watergis/maplibre-gl-terradraw/actions/workflows/ci.yml/badge.svg)](https://github.com/watergis/maplibre-gl-terradraw/actions/workflows/ci.yml)
6
6
  [![Netlify Status](https://api.netlify.com/api/v1/badges/3486d35f-7a74-4c1c-a94a-6db0f7250583/deploy-status)](https://app.netlify.com/sites/maplibre-gl-terradraw/deploys)
7
7
 
8
- This plugin is to add controls to your MapLibre for sketching powered by [Terra Draw](https://github.com/JamesLMilner/terra-draw) library.
8
+ This plugin is to add controls to your MapLibre for drawing powered by [Terra Draw](https://github.com/JamesLMilner/terra-draw) library.
9
9
 
10
10
  ## Install
11
11
 
@@ -2792,6 +2792,8 @@ const si = {
2792
2792
  linestring: {
2793
2793
  feature: {
2794
2794
  draggable: !0,
2795
+ rotateable: !0,
2796
+ scaleable: !0,
2795
2797
  coordinates: {
2796
2798
  midpoints: !0,
2797
2799
  draggable: !0,