diff --git a/examples/heatmap/README.md b/examples/deckgl-heatmap/README.md similarity index 89% rename from examples/heatmap/README.md rename to examples/deckgl-heatmap/README.md index 6b966423..0b720814 100644 --- a/examples/heatmap/README.md +++ b/examples/deckgl-heatmap/README.md @@ -1,7 +1,7 @@ -# Heatmap +# Deck.gl Heatmap -This uses the `useMapsLibrary` hook showing earthquake magnitude data in a -heatmap. +This uses deck.gl's `HeatmapLayer` and `GoogleMapsOverlay` to show earthquake +magnitude data in a heatmap. ## Google Maps Platform API key diff --git a/examples/heatmap/data/earthquakes.json b/examples/deckgl-heatmap/data/earthquakes.json similarity index 100% rename from examples/heatmap/data/earthquakes.json rename to examples/deckgl-heatmap/data/earthquakes.json diff --git a/examples/heatmap/index.html b/examples/deckgl-heatmap/index.html similarity index 94% rename from examples/heatmap/index.html rename to examples/deckgl-heatmap/index.html index 11f1d621..f25ef828 100644 --- a/examples/heatmap/index.html +++ b/examples/deckgl-heatmap/index.html @@ -5,7 +5,7 @@ -