From 96a0daa05ee837814212b2e47f1bddfbca7b9bce Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Tue, 1 Oct 2019 21:56:37 +0100 Subject: [PATCH] Fix heatmap --- package.json | 1 - src/components/LHeatmap.vue | 115 ++++++++++++++++++++++++++++++++++++ src/views/Map.vue | 3 +- yarn.lock | 33 ----------- 4 files changed, 116 insertions(+), 36 deletions(-) create mode 100644 src/components/LHeatmap.vue diff --git a/package.json b/package.json index 43f5886..d9619b5 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,6 @@ "vue-js-modal": "^1.3.31", "vue-router": "^3.1.3", "vue2-leaflet": "^2.2.1", - "vue2-leaflet-heatmap": "^1.0.5", "vuejs-datepicker": "^1.6.2", "vuex": "^3.1.1" }, diff --git a/src/components/LHeatmap.vue b/src/components/LHeatmap.vue new file mode 100644 index 0000000..1363205 --- /dev/null +++ b/src/components/LHeatmap.vue @@ -0,0 +1,115 @@ + + + + + diff --git a/src/views/Map.vue b/src/views/Map.vue index 4821ad1..05ac689 100644 --- a/src/views/Map.vue +++ b/src/views/Map.vue @@ -104,7 +104,6 @@