gmaps-heatmap
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "gmaps-heatmap", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "heatmap.js Google Maps Overlay", | ||
@@ -10,3 +10,15 @@ "homepage": "https://www.patrick-wied.at/static/heatmapjs/", | ||
"google-maps": "*" | ||
} | ||
}, | ||
"keywords": [ | ||
"heatmap", | ||
"google maps", | ||
"googlemaps", | ||
"gmaps", | ||
"heat", | ||
"heat map", | ||
"heatmaps", | ||
"heat maps", | ||
"map", | ||
"maps" | ||
] | ||
} |
@@ -1,4 +0,7 @@ | ||
# Google Maps Heatmap Overlay | ||
This is a heatmap.js plugin to visualize data as a heatmap overlay in Google Maps. | ||
This is a heatmap.js plugin to use heatmap.js as a layer in Google Maps. | ||
Plugin usage examples can be found on the [official heatmap website](https://www.patrick-wied.at/static/heatmapjs/?utm_source=npm_gmaps&utm_medium=web) | ||
Learn more about how to use heatmap.js and this overlay implementation on the [heatmap website](https://www.patrick-wied.at/static/heatmapjs/?utm_source=npm_gmaps&utm_medium=web) | ||
Google Maps is a trademark of Google Inc. The gmaps-heatmap.js overlay implementation is in no way sponsored or affiliated with Google Inc. |
8301
7