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:
@@ -10,4 +10,20 @@ cloak:
|
||||
value: Get your own API key at https://www.maptiler.com/cloud/
|
||||
---
|
||||
<div id="map" class="map"></div>
|
||||
<div><input type="checkbox" id="extractstyles" checked /> Extract styles from KML</div>
|
||||
<br />
|
||||
<div>
|
||||
<a id="download" download></a>
|
||||
Download samples:
|
||||
<button id="download-gpx">GPX</button>
|
||||
|
||||
<button id="download-geojson">GeoJSON</button>
|
||||
|
||||
<button id="download-igc">IGC</button>
|
||||
|
||||
<button id="download-kml">KML</button>
|
||||
|
||||
<button id="download-topojson">TopoJSON</button>
|
||||
</div>
|
||||
<br />
|
||||
<div id="info"> </div>
|
||||
|
||||
Reference in New Issue
Block a user