openlayers icon indicating copy to clipboard operation
openlayers copied to clipboard

SVG layer example breaks draw control

Open orjan1992 opened this issue 2 years ago • 0 comments

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%';

orjan1992 avatar Nov 02 '23 10:11 orjan1992