Interactive SVG layer example
This commit is contained in:
7
examples/svg-layer.css
Normal file
7
examples/svg-layer.css
Normal file
@@ -0,0 +1,7 @@
|
||||
#map {
|
||||
background: black;
|
||||
}
|
||||
|
||||
.svg-layer path:hover {
|
||||
opacity: 0.4;
|
||||
}
|
||||
Reference in New Issue
Block a user