mirror of
https://github.com/KevinMidboe/nova-map-fields.git
synced 2025-10-29 17:50:27 +00:00
Remove custom icon from route
This commit is contained in:
@@ -12,17 +12,7 @@
|
||||
:draggable="edit"
|
||||
@dragstart="saveDraggingMarker"
|
||||
@dragend="updateMarkerPosition"
|
||||
>
|
||||
<l-icon
|
||||
:icon-size="[24, 24]"
|
||||
:icon-anchor="[12, 12]"
|
||||
:icon-url="
|
||||
index === markers.length - 1
|
||||
? '/images/highlighted-point_marker.svg'
|
||||
: '/images/point_marker.svg'
|
||||
"
|
||||
/>
|
||||
</l-marker>
|
||||
<l-polyline :lat-lngs="value" :visible="true" :fill="false" />
|
||||
</field-map>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user