bmaplib.heatmap
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -810,5 +810,2 @@ (function (root, factory) { | ||
var latlng = new BMap.Point(d[dlen].lng, d[dlen].lat); | ||
if (!currentBounds.containsPoint(latlng)) { | ||
continue; | ||
} | ||
this.latlngs.push({ | ||
@@ -819,2 +816,6 @@ latlng: latlng, | ||
if (!currentBounds.containsPoint(latlng)) { | ||
continue; | ||
} | ||
var divPixel = this._map.pointToOverlayPixel(latlng), | ||
@@ -821,0 +822,0 @@ leftX = this._map.pointToOverlayPixel(currentBounds.getSouthWest()).x, |
{ | ||
"name": "bmaplib.heatmap", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,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
33566
4