mapboxgl-spiderifier
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,2 +0,2 @@ | ||
module.exports = function MapboxglSpiderfier(mapboxgl, map, userOptions) { | ||
module.exports = function MapboxglSpiderfier(Marker, map, userOptions) { | ||
var util = { | ||
@@ -44,3 +44,3 @@ each: eachFn, | ||
mapboxMarker = mapboxgl.Marker(elements.parent) | ||
mapboxMarker = Marker(elements.parent) | ||
.setLngLat(latLng); | ||
@@ -47,0 +47,0 @@ |
{ | ||
"name": "mapboxgl-spiderifier", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Spiderify markers on mapbox-gl using marker overlays. Note it does not create the spiderfication in the canvas but on a overlay on top of the canvas. This uses mapboxgl.Marker to create markers and spider legs.", | ||
@@ -5,0 +5,0 @@ "main": "lib/mapboxgl-spiderifier.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
2466723