This commit is contained in:
Dariusz Szymczak 2023-04-10 19:41:40 +02:00
parent 304be26c1e
commit fa6feee1da
1 changed files with 1 additions and 1 deletions

View File

@ -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"