mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-12-03 08:03:00 +00:00
Remove webgl heatmap, as it doesn't work right.
It's a shame it doesn't do what we want - looks like we'll have to find another one.....
This commit is contained in:
parent
e86032c847
commit
c4e29e7637
3 changed files with 0 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,6 +1,3 @@
|
|||
[submodule "lantern-build-engine"]
|
||||
path = lantern-build-engine
|
||||
url = https://gitlab.com/sbrl/lantern-build-engine.git
|
||||
[submodule "lib/webgl-heatmap"]
|
||||
path = lib/webgl-heatmap
|
||||
url = https://github.com/pyalot/webgl-heatmap.git
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 995d541b13a84e6b3877468c0244371d2832a3c5
|
|
@ -20,7 +20,6 @@
|
|||
"leaflet": "^1.4.0",
|
||||
"leaflet-fullscreen": "^1.0.2",
|
||||
"leaflet-timedimension": "^1.1.0",
|
||||
"leaflet-webgl-heatmap": "^0.2.7",
|
||||
"leaflet.markercluster": "^1.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue