@draganfilipovic/confluence-map
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "@draganfilipovic/confluence-map", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "embed OSM into Confluence pages", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -28,2 +28,3 @@ export class RouteController { | ||
const center = await this.getCenter(); | ||
console.log({ center, waypoints }); | ||
waypoints.forEach((point, i) => { | ||
@@ -30,0 +31,0 @@ this.addMultiRoutingControlPart([center, point], i); |
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
43634
412