fixed url names for marker
This commit is contained in:
parent
ea5487c944
commit
b1a6fd73e8
@ -46,7 +46,7 @@
|
||||
<template>
|
||||
<vl-geom-point :coordinates="center"></vl-geom-point>
|
||||
<vl-style-box>
|
||||
<vl-style-icon src="./statics/map-marker.svg" :scale="2" :anchor="[0.095,0.17]"
|
||||
<vl-style-icon src="./statics/map-marker_red.svg" :scale="2" :anchor="[0.095,0.17]"
|
||||
:size="[128, 128]"></vl-style-icon>
|
||||
</vl-style-box>
|
||||
</template>
|
||||
@ -171,7 +171,7 @@
|
||||
return ['position-feature'].indexOf(feature.getId()) === -1
|
||||
},
|
||||
onUpdatePosition(coordinate) {
|
||||
console.log("onUpdatePosition")
|
||||
// console.log("onUpdatePosition")
|
||||
this.deviceCoordinate = coordinate;
|
||||
this.$emit('updatecoords', this.center);
|
||||
},
|
||||
|
||||
@ -9,9 +9,8 @@
|
||||
<div class="text-h6">GeoCaching</div>
|
||||
<div class="text-body2">Willkommen</div>
|
||||
<q-expansion-item
|
||||
expand-separator
|
||||
rounded-borders
|
||||
class="bg-primary text-black shadow-2 full-width q-mt-md"
|
||||
class="text-black shadow-2 full-width q-mt-md"
|
||||
label="Was ist GeoCaching?"
|
||||
>
|
||||
<q-card>
|
||||
@ -33,7 +32,7 @@
|
||||
|
||||
<q-card-section>
|
||||
<div class="text-h6">Loslegen</div>
|
||||
<q-btn color="primary" text-color="black" class="full-width q-mt-md" label="Zu den Caches" to="/Overview"/>
|
||||
<q-btn color="primary" class="full-width q-mt-md" label="Zu den Caches" to="/Overview"/>
|
||||
</q-card-section>
|
||||
</q-card>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user