OTM/template/module/journey/map/override.pug
soraefir 1960036980
All checks were successful
continuous-integration/drone/push Build is passing
wip
2025-02-28 01:05:10 +01:00

5 lines
136 B
Plaintext

l-marker(
v-if="map_override.active",
:lat-lng="map_override.center"
)
l-icon(v-html="generate_marker('plus', 'darkgreen')")