diff --git a/template/module/map.pug b/template/module/map.pug index 0987112..51a08db 100644 --- a/template/module/map.pug +++ b/template/module/map.pug @@ -63,7 +63,6 @@ l-map( v-on:click.prevent="place.step = journey.sel_day" ) + span.row.text-small.text-dark(v-else) {{ place.notes }} - l-marker( v-for="place in journey.data.main[idx].places.restaurants", :lat-lng.sync="place.latlon" @@ -82,3 +81,5 @@ l-map( :max-height="350" ) span.row.text-small.text-dark(v-else) {{ place.notes }} + + l-polyline(:lat-lngs="polyline.latlngs" :color="polyline.color") \ No newline at end of file