Update template/module/map.pug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
sora-ext 2025-02-24 17:31:48 +01:00
parent 97f2a5ebb8
commit b554eba76c

View File

@ -63,7 +63,6 @@ l-map(
v-on:click.prevent="place.step = journey.sel_day" v-on:click.prevent="place.step = journey.sel_day"
) + ) +
span.row.text-small.text-dark(v-else) {{ place.notes }} span.row.text-small.text-dark(v-else) {{ place.notes }}
l-marker( l-marker(
v-for="place in journey.data.main[idx].places.restaurants", v-for="place in journey.data.main[idx].places.restaurants",
:lat-lng.sync="place.latlon" :lat-lng.sync="place.latlon"
@ -82,3 +81,5 @@ l-map(
:max-height="350" :max-height="350"
) )
span.row.text-small.text-dark(v-else) {{ place.notes }} span.row.text-small.text-dark(v-else) {{ place.notes }}
l-polyline(:lat-lngs="polyline.latlngs" :color="polyline.color")