diff --git a/src/components/Choropleth.vue b/src/components/Choropleth.vue index 3bebba5a..ba51419b 100644 --- a/src/components/Choropleth.vue +++ b/src/components/Choropleth.vue @@ -22,6 +22,7 @@ import {GeoJSON, Layer} from "leaflet"; import {LGeoJson, LMap, LTileLayer} from "@vue-leaflet/vue-leaflet"; import { Feature } from "geojson"; import { useColourScale } from "../composables/useColourScale"; +import "leaflet/dist/leaflet.css"; const { selectedGeojson, selectedIndicators, loading, selectedIndicator } = storeToRefs(useAppStore()); diff --git a/src/styles/settings.scss b/src/styles/settings.scss index 56691ce1..04fcc863 100644 --- a/src/styles/settings.scss +++ b/src/styles/settings.scss @@ -8,8 +8,6 @@ // @use 'vuetify/settings' with ( // $color-pack: false // ); -@import "../../node_modules/leaflet/dist/leaflet.css"; - .geojson { stroke-width: 1; fill-opacity: 0.7