fix custom marker icon in Layer component

This commit is contained in:
Anton Tranelis 2025-02-03 10:16:53 +00:00
parent 7a1b90e70b
commit eb02d376df

View File

@ -40,7 +40,7 @@ export const Layer = ({
menuIcon = 'MapPinIcon',
menuText = 'add new place',
menuColor = '#2E7D32',
markerIcon = 'circle-solid',
markerIcon = 'point',
markerShape = 'circle',
markerDefaultColor = '#777',
markerDefaultColor2 = 'RGBA(35, 31, 32, 0.2)',