Back to Openlayers

Drag And Drop Custom Kmz

examples/drag-and-drop-custom-kmz.html

10.9.0631 B
Original Source

--- layout: example.html title: Custom Drag-and-Drop (KMZ) shortdesc: Example of using the drag-and-drop interaction with a custom format to handle KMZ files. docs: > Example of using the drag-and-drop interaction with a custom format to handle KMZ files. In addition to the formats used in the Drag-and-Drop example a custom format (subclassing KML) is used to handle KMZ files. KML and icons must be extracted from the KMZ array buffer synchronously. There is no projection transform support, so this will only work with data in EPSG:4326 and EPSG:3857. tags: "drag-and-drop, kml, kmz" ---

Download sample