This commit is contained in:
soraefir
2025-03-02 00:53:25 +01:00
parent 7efb63764c
commit 14e18a3e50
36 changed files with 1858 additions and 2001 deletions

View File

@@ -0,0 +1,21 @@
l-map(
:zoom.sync="journey.leg_get().map.zoom",
:center.sync="journey.leg_get().map.center",
style="height:100%"
no-blocking-animations=true
ref="map"
)
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="bottomleft", :imperial="false", :metric="true")
include map/override.pug
include map/hotel.pug
include map/activities.pug
include map/restaurants.pug
include map/travel.pug
template(v-if="edit_active")
include map/right_menu.pug