Only the basic markers are shown properly in Safari & Firefox. (Only circle, triangle, square ext…)
I wanted to use some other SVG icons. In Chrome it works good, but -
In Safari the size of the markers is super small (cannot be seen), and in Firefox the layer doesn’t render at all.
I am using open source version. Also checked the latest open-source (1st Aug. 2022).
1 Like
I have the same issue
Hey everyone—I ran into this SVG issue too. The problem is that the SVG format doesn’t match the geomap SVG format. What worked for me was:
- Copy one of the existing icons from
public/icons/
- Open it in Illustrator
- Swap in your SVG (making sure its format matches the original geomap SVG)
- Save back to
public/icons/
Hope that helps anyone else hitting the same snag!
1 Like