diff --git a/package-lock.json b/package-lock.json index b24cf074..db52e017 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@heroicons/vue": "^2.0.11", "@pinia/testing": "^0.0.14", - "@vcmap/core": "^5.0.0-rc.23", + "@vcmap/core": "git://git@github.com/virtualcitySYSTEMS/map-core.git", "ol": "^7.1.0", "pinia": "^2.0.21", "rollup-plugin-strip-pragma": "^1.0.0", @@ -899,10 +899,10 @@ } }, "node_modules/@vcmap/core": { - "version": "5.0.0-rc.23", - "resolved": "https://registry.npmjs.org/@vcmap/core/-/core-5.0.0-rc.23.tgz", - "integrity": "sha512-2tGAZ8xfvm+kqxdWdkTdOcref4k+zewSW6SsTGbf5uPhhKkGPMwqq2zpbumK/HnXLirQVPC+tkdWjPbRvOwL1w==", + "version": "5.0.0-rc.24", + "resolved": "git+https://git@github.com/virtualcitySYSTEMS/map-core.git#8a2499c53785f0c89fc283a38a2651dcea3e5c4f", "hasInstallScript": true, + "license": "MIT", "dependencies": { "@types/rbush": "^3.0.0", "@vcsuite/check": "^1.1.2", @@ -9249,9 +9249,8 @@ } }, "@vcmap/core": { - "version": "5.0.0-rc.23", - "resolved": "https://registry.npmjs.org/@vcmap/core/-/core-5.0.0-rc.23.tgz", - "integrity": "sha512-2tGAZ8xfvm+kqxdWdkTdOcref4k+zewSW6SsTGbf5uPhhKkGPMwqq2zpbumK/HnXLirQVPC+tkdWjPbRvOwL1w==", + "version": "git+https://git@github.com/virtualcitySYSTEMS/map-core.git#8a2499c53785f0c89fc283a38a2651dcea3e5c4f", + "from": "@vcmap/core@git://git@github.com/virtualcitySYSTEMS/map-core.git", "requires": { "@types/rbush": "^3.0.0", "@vcsuite/check": "^1.1.2", diff --git a/package.json b/package.json index 09d3638e..161789e3 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "@heroicons/vue": "^2.0.11", "@pinia/testing": "^0.0.14", - "@vcmap/core": "^5.0.0-rc.23", + "@vcmap/core": "git://git@github.com/virtualcitySYSTEMS/map-core.git", "ol": "^7.1.0", "pinia": "^2.0.21", "rollup-plugin-strip-pragma": "^1.0.0", diff --git a/src/components/map/MapComponent.vue b/src/components/map/MapComponent.vue index bef50e6c..daf6ccef 100644 --- a/src/components/map/MapComponent.vue +++ b/src/components/map/MapComponent.vue @@ -1,17 +1,22 @@