forked from MapComplete/MapComplete
Chore: move code to external package
This commit is contained in:
parent
308d2ba4c6
commit
d079f8379b
3 changed files with 24 additions and 403 deletions
20
package-lock.json
generated
20
package-lock.json
generated
|
@ -58,6 +58,7 @@
|
|||
"maplibre-gl": "^4.1.1",
|
||||
"marked": "^12.0.2",
|
||||
"monaco-editor": "^0.46.0",
|
||||
"mvt-to-geojson": "^0.0.2",
|
||||
"name-suggestion-index": "^6.0.20240422",
|
||||
"npm": "^10.7.0",
|
||||
"opening_hours": "^3.6.0",
|
||||
|
@ -66,7 +67,6 @@
|
|||
"panoramax-js": "^0.1.7",
|
||||
"panzoom": "^9.4.3",
|
||||
"papaparse": "^5.3.1",
|
||||
"pbf": "^3.2.1",
|
||||
"pg": "^8.11.3",
|
||||
"pic4carto": "^2.1.15",
|
||||
"pmtiles": "^3.0.5",
|
||||
|
@ -13145,6 +13145,15 @@
|
|||
"version": "1.0.0",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/mvt-to-geojson": {
|
||||
"version": "0.0.2",
|
||||
"resolved": "https://registry.npmjs.org/mvt-to-geojson/-/mvt-to-geojson-0.0.2.tgz",
|
||||
"integrity": "sha512-DLi1Hgowqy6ygOUIuOhtI5RLdph9VpQSP6Ct3qbOY/y0dSTBjTvpIXgbK3J0XSO9feBRrhjcQAMkzOVD/KkuDA==",
|
||||
"dependencies": {
|
||||
"@types/geojson": "^7946.0.14",
|
||||
"pbf": "^3.2.1"
|
||||
}
|
||||
},
|
||||
"node_modules/n3": {
|
||||
"version": "1.17.3",
|
||||
"license": "MIT",
|
||||
|
@ -30231,6 +30240,15 @@
|
|||
"murmurhash-js": {
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"mvt-to-geojson": {
|
||||
"version": "0.0.2",
|
||||
"resolved": "https://registry.npmjs.org/mvt-to-geojson/-/mvt-to-geojson-0.0.2.tgz",
|
||||
"integrity": "sha512-DLi1Hgowqy6ygOUIuOhtI5RLdph9VpQSP6Ct3qbOY/y0dSTBjTvpIXgbK3J0XSO9feBRrhjcQAMkzOVD/KkuDA==",
|
||||
"requires": {
|
||||
"@types/geojson": "^7946.0.14",
|
||||
"pbf": "^3.2.1"
|
||||
}
|
||||
},
|
||||
"n3": {
|
||||
"version": "1.17.3",
|
||||
"requires": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue