-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
528 additions
and
9 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,154 @@ | ||
[ | ||
{ | ||
"target": "o-zoom-in", | ||
"name": "zoom", | ||
"description": "Zooma in i kartan", | ||
"icon": "#ic_add_24px" | ||
}, | ||
{ | ||
"target": "o-zoom-out", | ||
"name": "zoom", | ||
"description": "Zooma ut i kartan", | ||
"icon": "#ic_remove_24px" | ||
}, | ||
{ | ||
"target": "o-home-in", | ||
"name": "home", | ||
"description": "Tar kartan till startposition", | ||
"icon": "#ic_home_24px" | ||
}, | ||
{ | ||
"target": "o-geoposition", | ||
"name": "geoposition", | ||
"description": "Tar kartan till din position", | ||
"icon": "#ic_near_me_24px" | ||
}, | ||
{ | ||
"target": "o-measure", | ||
"name": "measure", | ||
"description": "Mät avtånd och ytor", | ||
"icon": "#ic_straighten_24px" | ||
}, | ||
{ | ||
"target": "o-bookmark-button", | ||
"name": "bookmarks", | ||
"description": "Här finns direktlänkar till specifika platser i kartan", | ||
"icon": "" | ||
}, | ||
{ | ||
"target": "o-external-url", | ||
"name": "externalurl", | ||
"description": "Öppnar fler knappar där du kan välja att öppna din kartposition i annan applikation", | ||
"icon": "#ic_baseline_link_24px" | ||
}, | ||
{ | ||
"target": "swiper-tool-button", | ||
"name": "new control", | ||
"description": "Jämför kartlager med svepare eller titthål", | ||
"icon": "#mui-compare" | ||
}, | ||
{ | ||
"target": "o-menu-button", | ||
"name": "editor", | ||
"description": "Växlar redigeringsläge", | ||
"icon": "#ic_edit_24px" | ||
}, | ||
{ | ||
"target": "o-mapmenu", | ||
"name": "mapmenu", | ||
"description": "", | ||
"icon": "#ic_menu_24px", | ||
"group": [ | ||
{ | ||
"target": "o-mapmenu", | ||
"name": "about", | ||
"description": "Här finner du mer information", | ||
"icon": "#ic_help_outline_24px" | ||
}, | ||
{ | ||
"target": "o-mapmenu", | ||
"name": "link", | ||
"description": "Tar dig någon annanstans...", | ||
"icon": "#ic_launch_24px" | ||
}, | ||
{ | ||
"target": "o-mapmenu", | ||
"name": "print", | ||
"description": "Skriv ut kartan till en pdf", | ||
"icon": "#ic_print_24px" | ||
}, | ||
{ | ||
"target": "o-mapmenu", | ||
"name": "sharemap", | ||
"description": "Dela din karta med en kompis!", | ||
"icon": "#ic_screen_share_outline_24px" | ||
}, | ||
{ | ||
"target": "o-mapmenu", | ||
"name": "draw", | ||
"description": "Rita och skriv på kartan i egna lager. Det går även att importera och/eller exportera ritade lager i formatet GeoJSON.", | ||
"icon": "#fa-pencil" | ||
} | ||
] | ||
}, | ||
{ | ||
"target": "ol-attribution", | ||
"name": "attribution", | ||
"description": "Tillskrivningar för aktiva kartlager", | ||
"icon": "#fa-copyright" | ||
}, | ||
{ | ||
"target": "o-fullscreen", | ||
"name": "fullscreen", | ||
"description": "Öppnar kartan i helskärmsläge", | ||
"icon": "#ic_fullscreen_24px" | ||
}, | ||
{ | ||
"target": "o-legend", | ||
"name": "legend", | ||
"description": "Innehållsförteckning och teckenförklaring - visa eller dölj kartlager, klicka på rubriker och kartlager för information, ändra lagers genomskinlighet mm", | ||
"icon": "#ic_layers_24px" | ||
}, | ||
{ | ||
"target": "o-position", | ||
"name": "position", | ||
"description": "Klicka på denna om du vill ha positionen från kartans centrum och kan definiera egna koordinater direkt i koordinatdescriptionen. Byt system genom att klicka på koordinatsystemet", | ||
"icon": "#ic_gps_not_fixed_24px" | ||
}, | ||
{ | ||
"target": "ol-rotate", | ||
"name": "rotate", | ||
"description": "Rotera kartan med två fingrar på pekskärm, håll ned Shift+Alt på PC. Klicka på symbolen för att återgå", | ||
"icon": "#origo-compass" | ||
}, | ||
{ | ||
"target": "o-search", | ||
"name": "search", | ||
"description": "Sök i kartan", | ||
"icon": "#ic_search_24px" | ||
}, | ||
{ | ||
"target": "o-scale", | ||
"name": "scale", | ||
"description": "Visar kartans nuvarande skala", | ||
"icon": "" | ||
}, | ||
{ | ||
"target": "ol-scale-line", | ||
"name": "scaleline", | ||
"description": "Visar en skalstock som förmedlar ett ungefärligt världsligt avstånd i kartan", | ||
"icon": "img/png/origo_skalstock.JPG" | ||
}, | ||
{ | ||
"target": "undefined", | ||
"name": "draganddrop", | ||
"description": "Du har möjlighet att dra in kartlager från din dator till kartan. Möjliga format är: GPX, GeoJSON, IGC, KML och TopoJSON", | ||
"icon": "#drag-and-drop" | ||
}, | ||
{ | ||
"target": "o-scalepicker", | ||
"name": "scalepicker", | ||
"description": "Visar kartans nuvarande skala. Klicka för att välja skala manuellt", | ||
"icon": "" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.o-guide { | ||
align-items: center; | ||
} | ||
|
||
.o-guide span { | ||
max-width: 30px; | ||
min-width:60px; | ||
} | ||
|
||
.o-guide-target { | ||
animation: target-animate 1s ease infinite alternate; | ||
} | ||
|
||
@keyframes target-animate { | ||
0% { | ||
transform: scale(1); | ||
} | ||
|
||
100% { | ||
transform: scale(1.1); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.