Hello Matti,
Can this add-on be used to display markers on building floor map (as png/svg image rather than real world map), so this component can be utilized both for setting marker by clicking somewhere on map and display previously set markers on that map?
I’ve already made naive implementation. AbsoluteLayout is used as canvas, map image and position markers are added as Image to this layout with appropriate cssPosition. It was pain to implement zooming (+/- buttons click changes size by 25%), but scrolling image by mouse click dragging seems to be unreal with this solution.
This add-on looks very promising!
Thank you for your attention!