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

Tinkering to fix

parent 2d36afa9
Branches
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div> <div>
<router-link :to="{name:'PlacesList', params: {}}" >Back</router-link> <router-link :to="{name:'PlacesList', params: {}}" >Back</router-link>
MAP MAP
<div id='map-poi'></div> <div id='map-poi' style="border: 2px solid green;height: 400px;"></div>
<div id="poiMarker"> <div id="poiMarker">
<img src="@/assets/map_icon.png"> <img src="@/assets/map_icon.png">
</div> </div>
...@@ -207,8 +207,8 @@ console.log(vectorSource); ...@@ -207,8 +207,8 @@ console.log(vectorSource);
mounted() { mounted() {
this.mapZoom = CommonUtil.CONST_GPS_OBSERVATION_ZOOM; this.mapZoom = CommonUtil.CONST_GPS_OBSERVATION_ZOOM;
this.getPointOfInterest(this.$route.params.pointOfInterestId); this.getPointOfInterest(this.$route.params.pointOfInterestId);
//this.initMap(); this.initMap();
this.mapInit(); //this.mapInit();
} }
} }
</script> </script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment