export default myModule; /** * The "gmfDatasourceFileGroup" angular value serves as a placeholder * for the ngeo FileGroup data source that is created when the user * adds geospatial files to the map (KML files, for example). * * It is used in the GMF Snapping to be able for drawn/edited features * to be snapped onto features that were imported in such a manner. */ export type DatasourceFileGroup = { fileGroup: import("ngeo/datasource/FileGroup").default | null; }; /** * @type {angular.IModule} * @hidden */ declare const myModule: angular.IModule; import angular from 'angular';