sora-ext 0ece752fd4
All checks were successful
continuous-integration/drone/push Build is passing
Update template/module/journey/map.pug
2025-02-28 17:51:32 +01:00

20 lines
565 B
Plaintext

l-map(
:zoom.sync="journey.leg_get().map.zoom",
:center.sync="journey.leg_get().map.center",
style="height:100%"
no-blocking-animations=true
)
l-tile-layer(
url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
attribution="© <a href=\"http://osm.org/copyright\">OpenStreetMap</a> contributors"
)
l-control-scale(position="bottomright", :imperial="false", :metric="true")
include map/override.pug
include map/hotel.pug
include map/activities.pug
include map/restaurants.pug
include map/travel.pug
include map/right_menu.pug