Skip to content

Commit

Permalink
import leaflet css in component
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Mar 26, 2024
1 parent 4d1a810 commit da77146
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/components/Choropleth.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down
2 changes: 0 additions & 2 deletions src/styles/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da77146

Please sign in to comment.