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="© OpenStreetMap 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