Is it possible to make SVG layer in Openlayers map with svg
elements like <circle>
, <g>
, etc. ?
I want to use one <svg>
and in this root i want multiple groups (<g>
) of my features, instead of using multiple <svg>
(i know i can do this like normal HTML DOM elements)