Update src/template/module/journey/map.pug
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e2b27e03a4
commit
2c353eed74
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user