UNPKG
ol-mbtiles
Version:
latest (3.3.0)
3.3.0
3.2.0
3.1.0
3.0.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.0.0
MBTiles format reader for Openlayers
github.com/mmomtchev/ol-mbtiles
mmomtchev/ol-mbtiles
ol-mbtiles
/
examples
/
style.css
25 lines
(21 loc)
•
255 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
html
,
body
{
margin
:
0
;
width
:
100%
;
height
:
100%
;
overflow
: hidden; }
#map
,
#main
{
height
:
100vh
; }
#text
{
overflow
: auto;
margin-right
:
1rem
;
height
:
99vh
; }
.menu
{
width
:
10rem
;
height
:
100vh
; } small {
font-size
:
0.7rem
; }