geoportal-extensions-openlayers
Version:

21 lines • 586 B
TypeScript
export default GeoJSON;
/**
* @classdesc
*
* Extended Styles GeoJSON format to export (internal use only !)
*
* SPEC
* cf. https://github.com/mapbox/simplestyle-spec/
* cf. https://geojson.org/
*
*
* @constructor
* @alias ol.format.GeoJSONExtended
* @extends {ol.format.GeoJSON}
* @type {ol.format.GeoJSONExtended}
* @param {Object} options - Options
* @param {Object} [options.defaultStyle] - Styles by default
* @param {Object} [options.extensions] - Add properties to file root
*/
declare var GeoJSON: ol.format.GeoJSONExtended;
//# sourceMappingURL=GeoJSON.d.ts.map