Skip to content
Snippets Groups Projects
Commit f9bc6324 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Also removing the GPS location icon on non-editable POIs

parent b726ad1f
Branches
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<router-link id='btnBack' :to="{name:'PlacesList', params: {}}" class="vips-btn"> <router-link id='btnBack' :to="{name:'PlacesList', params: {}}" class="vips-btn">
{{ $t("map.link.back.label") }} {{ $t("map.link.back.label") }}
</router-link> </router-link>
<div id='map-mylocation' style="margin: 5px;"> <div v-show="userCanEditPOI" id='map-mylocation' style="margin: 5px;">
<a v-on:click="myposition" style="cursor:pointer; "><font-awesome-icon style="font-size: x-large; padding: 5px; color: white; background-color:#3d8052;" icon="location-crosshairs" /></a> <a v-on:click="myposition" style="cursor:pointer; "><font-awesome-icon style="font-size: x-large; padding: 5px; color: white; background-color:#3d8052;" icon="location-crosshairs" /></a>
</div> </div>
<div id='map-poi'></div> <div id='map-poi'></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment