Support formats that read ArrayBuffer sources
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
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#info {
|
||||
width: 100%;
|
||||
height: 24rem;
|
||||
overflow: scroll;
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
border: 1px solid black;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
Reference in New Issue
Block a user