Skip to content

Commit

Permalink
Replace Leaflet with OpenLayers
Browse files Browse the repository at this point in the history
  • Loading branch information
weqqr committed Apr 28, 2024
1 parent ac7ab48 commit bf7f8ff
Show file tree
Hide file tree
Showing 5 changed files with 280 additions and 105 deletions.
194 changes: 173 additions & 21 deletions ui/package-lock.json

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

5 changes: 2 additions & 3 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"format": "prettier --write ."
},
"dependencies": {
"leaflet": "=1.7.1"
"ol": "^9.1.0"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.0",
Expand All @@ -21,11 +21,10 @@
"@types/eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@types/leaflet": "^1.9.12",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prettier": "^3.1.1",
"svelte": "^4.2.7",
Expand Down
Loading

0 comments on commit bf7f8ff

Please sign in to comment.