fix
This commit is contained in:
parent
304be26c1e
commit
fa6feee1da
|
@ -2,7 +2,7 @@
|
||||||
<ol-map class="map-view">
|
<ol-map class="map-view">
|
||||||
<ol-view
|
<ol-view
|
||||||
ref="view"
|
ref="view"
|
||||||
:center="[ 18.86340410452735,50.25327884840973]"
|
:center="[center.lat, center.lon]"
|
||||||
:rotation="rotation"
|
:rotation="rotation"
|
||||||
:zoom="zoom"
|
:zoom="zoom"
|
||||||
:projection="projection"
|
:projection="projection"
|
||||||
|
|
Loading…
Reference in New Issue