forked from MapComplete/MapComplete
Fix: pass along initial coordinates with the location input, prevents flashing of the ocean; fix #1469
This commit is contained in:
parent
102892ec77
commit
790c2767e2
2 changed files with 4 additions and 3 deletions
|
@ -83,7 +83,7 @@
|
|||
|
||||
<div class="min-h-32 relative h-full cursor-pointer overflow-hidden">
|
||||
<div class="absolute top-0 left-0 h-full w-full cursor-pointer">
|
||||
<MaplibreMap {map} />
|
||||
<MaplibreMap center={({lng: initialCoordinate.lon, lat: initialCoordinate.lat})}} {map} />
|
||||
</div>
|
||||
|
||||
<div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue