openlayers
openlayers copied to clipboard
SVG layer example breaks draw control
SVG layer example breaks draw control When following the SVG Layer example drawing control is broken.
Describe the solution you'd like Adding another container above the svg container with the following style, and having the render function return it restores the functionality.
className = 'ol-layer';
style.position = 'absolute';
style.height = '100%';
style.width = '100%';