Map Tests

This commit is contained in:
Maximilian Leopold 2019-06-03 20:07:17 +02:00
parent 3669921773
commit 802d32d70e

View File

@ -118,12 +118,14 @@
<vl-feature ref="marker" v-for="cache in caches" :key="cache.id">
<template>
<vl-geom-point :coordinates="[cache.stationen[0].longitude, cache.stationen[0].lattitude]"></vl-geom-point>
<vl-style-box>
<vl-style-icon :src="getMarkerURL(cache)" :scale="2.0" :anchor="[0.5, 1]"></vl-style-icon>
</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-geoloc @update:position="geolocPosition = $event">