Interactive SVG layer example

This commit is contained in:
Andreas Hocevar
2019-12-01 12:16:39 +01:00
parent c70e385398
commit d3b492d175
6 changed files with 5276 additions and 0 deletions
+6
View File
@@ -74,6 +74,12 @@
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.ol-overlaycontainer, .ol-overlaycontainer-stopevent {
pointer-events: none;
}
.ol-overlaycontainer > *, .ol-overlaycontainer-stopevent > * {
pointer-events: auto;
}
.ol-selectable {
-webkit-touch-callout: default;
-webkit-user-select: text;