geoportal-extensions-openlayers
Version:

22 lines • 695 B
TypeScript
export default GPX;
/**
* @classdesc
*
* Extended Styles GPX format to export (internal use only !)
*
* SPEC
* cf. https://www.topografix.com/gpx.asp
*
*
* @constructor
* @alias ol.format.GPXExtended
* @extends {ol.format.GPX}
* @type {ol.format.GPXExtended}
* @param {Object} options - Options
* @param {Object} [options.defaultStyle] - Styles by default
* @param {String} [options.orderBy] - Sort by key the feature before writing. By default, no sorting
* @param {Object} [options.extensions] - Add properties to file root
* @param {function} [options.readExtensions] - Reading extensions (native)
*/
declare var GPX: ol.format.GPXExtended;
//# sourceMappingURL=GPX.d.ts.map