Map Tests
This commit is contained in:
parent
3669921773
commit
802d32d70e
@ -118,12 +118,14 @@
|
|||||||
|
|
||||||
<vl-feature ref="marker" v-for="cache in caches" :key="cache.id">
|
<vl-feature ref="marker" v-for="cache in caches" :key="cache.id">
|
||||||
<template>
|
<template>
|
||||||
|
|
||||||
<vl-geom-point :coordinates="[cache.stationen[0].longitude, cache.stationen[0].lattitude]"></vl-geom-point>
|
<vl-geom-point :coordinates="[cache.stationen[0].longitude, cache.stationen[0].lattitude]"></vl-geom-point>
|
||||||
<vl-style-box>
|
<vl-style-box>
|
||||||
<vl-style-icon :src="getMarkerURL(cache)" :scale="2.0" :anchor="[0.5, 1]"></vl-style-icon>
|
<vl-style-icon :src="getMarkerURL(cache)" :scale="2.0" :anchor="[0.5, 1]"></vl-style-icon>
|
||||||
</vl-style-box>
|
</vl-style-box>
|
||||||
</template>
|
<vl-feature>
|
||||||
|
<vl-geom-circle :radius="10" :coordinates="[cache.stationen[0].longitude, cache.stationen[0].lattitude]" ></vl-geom-circle>
|
||||||
|
</vl-feature>
|
||||||
|
</template>
|
||||||
</vl-feature>
|
</vl-feature>
|
||||||
|
|
||||||
<vl-geoloc @update:position="geolocPosition = $event">
|
<vl-geoloc @update:position="geolocPosition = $event">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user