From b554eba76c0ade0d83ca39baa8a3e822156d6210 Mon Sep 17 00:00:00 2001 From: sora-ext Date: Mon, 24 Feb 2025 17:31:48 +0100 Subject: [PATCH] Update template/module/map.pug --- template/module/map.pug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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