20 lines
547 B
Plaintext
20 lines
547 B
Plaintext
l-map(
|
|
:zoom.sync="journey.leg_get().map.zoom",
|
|
:center.sync="journey.leg_get().map.center",
|
|
style="height:100%"
|
|
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="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 |