Skip to content

Commit

Permalink
feat: basic split map view support (select secondary with fab button)
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Mar 18, 2022
1 parent d0cf700 commit dd7b5d0
Show file tree
Hide file tree
Showing 12 changed files with 865 additions and 472 deletions.
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"terminal.integrated.env.osx": {
"APPLE_ID": "martin.guillon@akylas.fr",
"APPLE_SIGNING_IDENTITY": "Developer ID Application: Akylas (3UUB5NM43K)",
"APPLE_PASSWORD": "ybac-bhwq-gmut-nwvp",
"APPLE_PROVIDER_SHORT_NAME": "Akylas"
},
"i18n-ally.keystyle": "nested"
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"cssnano": "^5.1.4",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-svelte3": "^3.4.1",
"prettier": "^2.6.0",
"prettier-plugin-svelte": "^2.6.0",
Expand All @@ -61,8 +62,11 @@
"singleQuote": true
},
"dependencies": {
"@maplibre/maplibre-gl-compare": "^0.5.0",
"@smui/fab": "^6.0.0-beta.13",
"@smui/paper": "^6.0.0-beta.13",
"events": "^3.3.0",
"mapbox-gl-controls": "^2.3.5",
"maplibre-gl": "^2.1.1",
"randomcolor": "^0.6.2",
"svelte-i18n": "^3.3.13",
Expand Down
99 changes: 91 additions & 8 deletions pnpm-lock.yaml

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

Loading

0 comments on commit dd7b5d0

Please sign in to comment.