grouped object parameters

This commit is contained in:
2025-10-24 15:43:39 +09:00
parent 99bce93c86
commit 84a82c38eb
8 changed files with 334 additions and 131 deletions

View File

@ -156,7 +156,7 @@ const MapComponent = ({
marker.setStyle(new Style({
image: new Icon({
src: 'public/map_pin_icon.svg',
src: '/map_pin_icon.svg',
scale: 0.2
})
}))