@h21-map/google-drawing-manager
Advanced tools
Comparing version 6.5.0 to 6.7.0
10
index.js
@@ -377,3 +377,3 @@ | ||
let positions = []; | ||
let geometry = []; | ||
let position = []; | ||
let arrayArea = {}; | ||
@@ -390,7 +390,7 @@ let id = null; | ||
latLng.push(position); | ||
geometry=positions; | ||
position=positions; | ||
id = 0; | ||
} | ||
positions.push(latLng); | ||
geometry=positions[0]; | ||
position=positions[0]; | ||
@@ -419,3 +419,3 @@ arrayArea = { | ||
if (id === cur) { | ||
geometry = positions[cur-1]; | ||
position = positions[cur-1]; | ||
} | ||
@@ -428,3 +428,3 @@ } | ||
positions, | ||
geometry | ||
position | ||
@@ -431,0 +431,0 @@ } |
{ | ||
"name": "@h21-map/google-drawing-manager", | ||
"scope": "@h21-map", | ||
"version": "6.5.0", | ||
"version": "6.7.0", | ||
"description": "A library of Google Map JS API", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
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