geoportal-extensions-openlayers
Version:

30 lines • 978 B
TypeScript
export default KML;
/**
* @classdesc
*
* Extended Styles KML format to export (internal use only !)
*
* INFO
* only ol.Control is a user-extendable class.
* Everything else requires integration with the original openlayers source and a new ol.js
* to be built with your new classes incorporated.
*
* SPEC
* cf. https://developers.google.com/kml/forum/advanced
*
* ISSUES
* cf. https://github.com/openlayers/openlayers/issues/4829
* cf. https://github.com/openlayers/openlayers/issues/4460
* cf. https://github.com/openlayers/openlayers/pull/5590
* cf. https://github.com/openlayers/openlayers/issues/5229
* cf. https://github.com/openlayers/openlayers/issues/3371
*
* @constructor
* @alias ol.format.KMLExtended
* @type {ol.format.KMLExtended}
* @extends {ol.format.KML}
* @param {Object} options - Options
* @param {Object} [options.extensions] - Add properties to file root
*/
declare var KML: ol.format.KMLExtended;
//# sourceMappingURL=KML.d.ts.map