diff --git a/examples/2-static-layers/src/App.tsx b/examples/2-static-layers/src/App.tsx index d62d4d25..91c00e8c 100644 --- a/examples/2-static-layers/src/App.tsx +++ b/examples/2-static-layers/src/App.tsx @@ -42,7 +42,7 @@ function App() { name='events' markerIcon={ {image: "calendar.svg", - size: 14 + size: 13 } } markerShape='square' diff --git a/src/Utils/MarkerIconFactory.ts b/src/Utils/MarkerIconFactory.ts index 723bf895..0698110e 100644 --- a/src/Utils/MarkerIconFactory.ts +++ b/src/Utils/MarkerIconFactory.ts @@ -38,9 +38,11 @@ const MarkerIconFactory = ( icon?: MarkerIcon, assetsURL?: string, ) => { + console.log(icon) + console.log(assetsURL) if (icon) return divIcon({ - html: `