Drag-and-Drop support for formats that read arraybuffer sources Add TextDecoder to polyfills Add custom Drag-and-Drop examples for KMZ and MVT Add sample download and KML styles option to existing example Test arraybuffer and constructed formats
10 lines
162 B
CSS
10 lines
162 B
CSS
#info {
|
|
width: 100%;
|
|
height: 24rem;
|
|
overflow: scroll;
|
|
display: flex;
|
|
align-items: baseline;
|
|
border: 1px solid black;
|
|
justify-content: flex-start;
|
|
}
|