import FeatureSource from "../../Logic/FeatureSource/FeatureSource"; import {UIEventSource} from "../../Logic/UIEventSource"; export interface ShowDataLayerOptions { features: FeatureSource, leafletMap: UIEventSource, enablePopups?: true | boolean, zoomToFeatures?: false | boolean, doShowLayer?: UIEventSource }