diff --git a/src/components/MapPOI.vue b/src/components/MapPOI.vue
index 3f681876bfda474e621d1fb970f07bb851efb961..2d0d49f5763ae67ebf8f53ce9e95eeeb87bd82e7 100644
--- a/src/components/MapPOI.vue
+++ b/src/components/MapPOI.vue
@@ -26,7 +26,7 @@
 				<router-link id='btnBack' :to="{name:'PlacesList', params: {}}" class="vips-btn">
 				  {{ $t("map.link.back.label") }}
                 </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>
 	        </div>            
             <div id='map-poi'></div>