leaflet-draw-rotate
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "leaflet-draw-rotate", | ||
"description": "Add rotate functionality to the Leaflet.Draw plugin", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"license": "See LICENSE in LICENSE", | ||
@@ -6,0 +6,0 @@ "author": "Daniel.Wild@csiro.au", |
@@ -20,3 +20,4 @@ # leaflet-draw-rotate [![NPM version][npm-image]][npm-url] [![NPM Downloads][npm-downloads-image]][npm-url] | ||
// import bindings for the geomtries you want to rotate | ||
// import plugin, then rotate bindings for each required geomtry type | ||
import 'leaflet-draw-rotate'; | ||
import '/path/to/dist/Edit.Rectangle.Rotate.js'; | ||
@@ -23,0 +24,0 @@ |
@@ -6,3 +6,3 @@ import babel from "rollup-plugin-babel"; | ||
{ | ||
input: "src/js/Edit.Rectangle.Rotate.js", | ||
input: "src/js/leaflet-draw-rotate.js", | ||
output: [ | ||
@@ -20,3 +20,3 @@ { | ||
{ | ||
input: "src/js/L.Path.Transform.js", | ||
input: "src/js/Edit.Rectangle.Rotate.js", | ||
output: [ | ||
@@ -32,3 +32,3 @@ { | ||
plugins: [babel({ exclude: "node_modules/**" })], | ||
} | ||
} | ||
]; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
108689
9
66