mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
add legend on map
This commit is contained in:
parent
cdd03a8a30
commit
fd9e50cd05
@ -8,6 +8,11 @@
|
||||
"loadMore": "mehr laden",
|
||||
"save": "Speichern"
|
||||
},
|
||||
"position": {
|
||||
"my":"Meine Position",
|
||||
"members":"Mitglied",
|
||||
"organizations":"Organisation"
|
||||
},
|
||||
"admin": {
|
||||
"categories": {
|
||||
"categoryName": "Name",
|
||||
|
||||
@ -8,6 +8,11 @@
|
||||
"loadMore": "load more",
|
||||
"save": "Save"
|
||||
},
|
||||
"position": {
|
||||
"my":"My position",
|
||||
"members":"Members",
|
||||
"organizations":"Organizations"
|
||||
},
|
||||
"admin": {
|
||||
"categories": {
|
||||
"categoryName": "Name",
|
||||
|
||||
@ -3,8 +3,20 @@
|
||||
<div>
|
||||
<ds-space margin="small">
|
||||
<ds-heading tag="h1">{{ $t('map.pageTitle') }}</ds-heading>
|
||||
<small>
|
||||
<div>
|
||||
|
||||
<img alt="my position" src="/img/mapbox/marker-icons/mapbox-marker-icon-orange.svg" width="15"/>
|
||||
{{ $t('position.my') }}
|
||||
<img alt="members" src="/img/mapbox/marker-icons/mapbox-marker-icon-green.svg" width="15"/>
|
||||
{{ $t('position.members') }}
|
||||
<img alt="organisations" src="/img/mapbox/marker-icons/mapbox-marker-icon-blue.svg" width="15"/>
|
||||
{{ $t('position.organizations') }}
|
||||
</div>
|
||||
</small>
|
||||
</ds-space>
|
||||
<ds-space margin="large" />
|
||||
|
||||
<ds-space margin="small" />
|
||||
<client-only v-if="!isEmpty($env.MAPBOX_TOKEN)">
|
||||
<map-styles-buttons
|
||||
v-if="isMobile"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user