@draganfilipovic/confluence-map
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "@draganfilipovic/confluence-map", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "embed OSM into Confluence pages", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -54,2 +54,4 @@ export class RouteController { | ||
} | ||
this.removeMultiRoutingControl(); | ||
} | ||
@@ -64,3 +66,3 @@ | ||
async calculateRoute(points = []) { | ||
const waypoints = this.getWaypoints(); | ||
const waypoints = this.getWaypoints(points); | ||
@@ -67,0 +69,0 @@ if (waypoints.length === 0) { |
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
43594
411