mapboxgl-heatmap
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -59,3 +59,2 @@ var webgl_heatmap = require('./bin/webgl-heatmap'); | ||
HM.prototype.addPoint = function (x, y, size, intensity) { | ||
console.log(x + ' - ' + y); | ||
this.heatmap.addPoint(x, y, size, intensity); | ||
@@ -62,0 +61,0 @@ } |
{ | ||
"name": "mapboxgl-heatmap", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Rudamentary MapBoxGL Plugin to add ability to add a heatmap", | ||
@@ -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
50148
1045