Removed unnecesary Geom Circle

This commit is contained in:
Maximilian Leopold 2019-06-05 15:36:56 +02:00
parent ea5487c944
commit 9c328b0fe4

View File

@ -122,9 +122,6 @@
<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>
<vl-feature>
<vl-geom-circle :radius="10" :coordinates="[cache.stationen[0].longitude, cache.stationen[0].lattitude]" ></vl-geom-circle>
</vl-feature>
</template> </template>
</vl-feature> </vl-feature>