wip
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
soraefir
2025-03-13 01:01:17 +01:00
parent 43dfc87546
commit a2303c215e
13 changed files with 152 additions and 58 deletions

View File

@@ -4,6 +4,10 @@ l-map(
@click="onMapClick"
style="height:100%"
no-blocking-animations=true
:max-bounds="[[-90, -180],[90, 180]]"
:max-bounds-viscosity="1.0"
:world-copy-jump="true"
:no-wrap="true"
:style="search_drawer.query.addmarker?'cursor:crosshair':''"
ref="map"
)