Update template/module/map.pug
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
97f2a5ebb8
commit
b554eba76c
@ -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")
|
Loading…
x
Reference in New Issue
Block a user