LayerImportDOM: {
    _addImportGetCapResultLayer: (
        description: any,
        id: any,
        container: any,
    ) => any;
    _addImportGetCapResultListLayer: (container: any) => any;
    _addImportGetCapResultListRubrique: (title: any, container: any) => any;
    _addImportGetCapResultRubrique: (title: any, container: any) => any;
    _addUID: (id: string) => string;
    _createImportGetCapPanelElement: () => HTMLElement;
    _createImportGetCapPanelHeaderElement: () => HTMLElement;
    _createImportGetCapResultsContainer: () => HTMLElement;
    _createImportMapBoxPanelElement: () => HTMLElement;
    _createImportMapBoxPanelHeaderElement: () => HTMLElement;
    _createImportMapBoxResultsContainer: () => HTMLElement;
    _createImportPanelCloseElement: () => HTMLElement;
    _createImportPanelDivElement: () => HTMLDivElement;
    _createImportPanelElement: () => HTMLElement;
    _createImportPanelFormElement: () => HTMLElement;
    _createImportPanelHeaderElement: () => HTMLElement;
    _createImportPanelReturnPictoElement: () => HTMLElement;
    _createImportPanelTitleElement: () => HTMLElement;
    _createImportStaticParamsContainer: (currentType: string) => HTMLElement;
    _createImportSubmitFormElement: () => HTMLElement;
    _createImportTypeLineElement: (importTypes: any[]) => HTMLElement;
    _createImportWaitingElement: () => HTMLElement;
    _createLoadingElement: () => HTMLElement;
    _createMainContainerElement: () => HTMLElement;
    _createServiceParamsContainer: (currentType: string) => HTMLElement;
    _createServiceUrlDiv: () => HTMLElement;
    _createServiceUrlInput: () => HTMLElement;
    _createServiceUrlInputLabel: () => HTMLElement;
    _createShowImportPictoElement: () => HTMLElement;
    _createStaticLocalChoiceDiv: () => HTMLElement;
    _createStaticLocalInput: () => HTMLElement;
    _createStaticLocalInputDiv: () => HTMLElement;
    _createStaticLocalInputLabel: () => HTMLElement;
    _createStaticModeChoiceDiv: () => HTMLElement;
    _createStaticNameLabel: () => HTMLElement;
    _createStaticUrlChoiceDiv: () => HTMLElement;
    _createStaticUrlInput: () => HTMLElement;
    _createStaticUrlInputDiv: () => HTMLElement;
    _createStaticUrlInputLabel: () => HTMLElement;
} = ...

Type declaration

  • _addImportGetCapResultLayer: (description: any, id: any, container: any) => any
  • _addImportGetCapResultListLayer: (container: any) => any
  • _addImportGetCapResultListRubrique: (title: any, container: any) => any
  • _addImportGetCapResultRubrique: (title: any, container: any) => any
  • _addUID: (id: string) => string

    Add uuid to the tag ID

  • _createImportGetCapPanelElement: () => HTMLElement

    Create GetCap Panel Element

  • _createImportGetCapPanelHeaderElement: () => HTMLElement

    Create GetCap Panel Header Element

  • _createImportGetCapResultsContainer: () => HTMLElement

    Create GetCap Results List Element

  • _createImportMapBoxPanelElement: () => HTMLElement

    Create MapBox Panel Element

  • _createImportMapBoxPanelHeaderElement: () => HTMLElement

    Create MapBox Panel Header Element

  • _createImportMapBoxResultsContainer: () => HTMLElement

    Create MapBox Results List Element

  • _createImportPanelCloseElement: () => HTMLElement

    Create Header close div

  • _createImportPanelDivElement: () => HTMLDivElement
  • _createImportPanelElement: () => HTMLElement

    Create Container Panel

  • _createImportPanelFormElement: () => HTMLElement

    Create Form see event !

  • _createImportPanelHeaderElement: () => HTMLElement

    Create Header Panel

  • _createImportPanelReturnPictoElement: () => HTMLElement

    Create Return PIcto into Panel

  • _createImportPanelTitleElement: () => HTMLElement

    Create Header Title Panel

  • _createImportStaticParamsContainer: (currentType: string) => HTMLElement

    Create container for KML/GPX/GeoJSON parameters

  • _createImportSubmitFormElement: () => HTMLElement

    Create Submit Form Element

  • _createImportTypeLineElement: (importTypes: any[]) => HTMLElement

    Create Container for import type choice

  • _createImportWaitingElement: () => HTMLElement

    Create Waiting Panel

  • _createLoadingElement: () => HTMLElement

    Map loading

  • _createMainContainerElement: () => HTMLElement

    Main container (DOM)

  • _createServiceParamsContainer: (currentType: string) => HTMLElement

    Create container for WMS/WMTS/WFS parameters

  • _createServiceUrlDiv: () => HTMLElement

    Create div for WMS/WMTS/WFS url

  • _createServiceUrlInput: () => HTMLElement

    Create input for WMS/WMTS/WFS parameters url

  • _createServiceUrlInputLabel: () => HTMLElement

    Create input label for WMS/WMTS/WFS url

  • _createShowImportPictoElement: () => HTMLElement

    Show Import

  • _createStaticLocalChoiceDiv: () => HTMLElement

    Create local import choice for KML/GPX/GeoJSON parameters

  • _createStaticLocalInput: () => HTMLElement

    Create file input for KML/GPX/GeoJSON parameters local import

  • _createStaticLocalInputDiv: () => HTMLElement

    Create input div for KML/GPX/GeoJSON parameters local import

  • _createStaticLocalInputLabel: () => HTMLElement

    Create input label for KML/GPX/GeoJSON parameters local import

  • _createStaticModeChoiceDiv: () => HTMLElement

    Create import choice for KML/GPX/GeoJSON parameters (local or url)

  • _createStaticNameLabel: () => HTMLElement

    Create name label for KML/GPX/GeoJSON parameters

  • _createStaticUrlChoiceDiv: () => HTMLElement

    Create url import choice for KML/GPX/GeoJSON parameters

  • _createStaticUrlInput: () => HTMLElement

    Create url input for KML/GPX/GeoJSON parameters url import

  • _createStaticUrlInputDiv: () => HTMLElement

    Create input div for KML/GPX/GeoJSON parameters url import

  • _createStaticUrlInputLabel: () => HTMLElement

    Create input label for KML/GPX/GeoJSON parameters url import