Update src/template/module/journey/map.pug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
sora-ext 2025-03-04 17:21:36 +01:00
parent e2b27e03a4
commit 2c353eed74

View File

@ -1,15 +1,17 @@
l-map( l-map(
:zoom.sync="journey.leg_get().map.zoom", :zoom.sync="journey.leg_get().map.zoom"
:center.sync="journey.leg_get().map.center", :center.sync="journey.leg_get().map.center"
@click="onMapClick"
style="height:100%" style="height:100%"
no-blocking-animations=true no-blocking-animations=true
:style="query.addmarker?'cursor:crosshair':''"
ref="map" ref="map"
) )
l-tile-layer( l-tile-layer(
url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
attribution="© <a href=\"http://osm.org/copyright\">OpenStreetMap</a> contributors" attribution="© <a href=\"http://osm.org/copyright\">OpenStreetMap</a> contributors"
) )
l-control-scale(position="bottomleft", :imperial="false", :metric="true") l-control-scale(position="bottomleft" :imperial="false" :metric="true")
include map/override.pug include map/override.pug
include map/hotel.pug include map/hotel.pug