Port over epsg-4326, export-map, fractal and full-screen-drag-rotate-and-zoom examples
This commit is contained in:
committed by
Andreas Hocevar
parent
0882754b49
commit
d0d61e68c7
9
examples_src/full-screen-drag-rotate-and-zoom.css
Normal file
9
examples_src/full-screen-drag-rotate-and-zoom.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.map:-moz-full-screen {
|
||||
height: 100%;
|
||||
}
|
||||
.map:-webkit-full-screen {
|
||||
height: 100%;
|
||||
}
|
||||
.map:fullscreen {
|
||||
height: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user