Port over epsg-4326, export-map, fractal and full-screen-drag-rotate-and-zoom examples

This commit is contained in:
Bart van den Eijnden
2015-04-02 14:51:14 +02:00
committed by Andreas Hocevar
parent 0882754b49
commit d0d61e68c7
6 changed files with 77 additions and 234 deletions

View File

@@ -0,0 +1,9 @@
.map:-moz-full-screen {
height: 100%;
}
.map:-webkit-full-screen {
height: 100%;
}
.map:fullscreen {
height: 100%;
}