Skip to content

Commit

Permalink
Merge from pop
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanBirtch-aot committed Aug 7, 2024
1 parent dac5c6d commit de9d6e4
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 6 deletions.
157 changes: 151 additions & 6 deletions components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"lodash": "^4.17.21",
"native-promise-only": "^0.8.1",
"path-browserify": "^1.0.1",
"vue": "^3.4.36",
"webpack": "^5.75.0"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions components/src/components/Map/services/MapService.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as L from 'leaflet';
import { toRaw, markRaw } from 'vue';
import 'leaflet-draw';
import 'leaflet/dist/leaflet.css';
import 'leaflet-draw/dist/leaflet.draw-src.css';
Expand Down Expand Up @@ -34,6 +35,7 @@ class MapService {

if (options.mapContainer) {
const { map, drawnItems } = this.initializeMap(options);

this.map = map;
this.drawnItems = drawnItems;

Expand Down

0 comments on commit de9d6e4

Please sign in to comment.