diff --git a/de/bundles/Mapbender/WmcBundle/elements/wmc_loader.rst b/de/bundles/Mapbender/WmcBundle/elements/wmc_loader.rst index 329b02ac1..620641cad 100644 --- a/de/bundles/Mapbender/WmcBundle/elements/wmc_loader.rst +++ b/de/bundles/Mapbender/WmcBundle/elements/wmc_loader.rst @@ -21,8 +21,19 @@ Konfiguration * **Title:** Titel des Elements. Dieser wird in der Layouts Liste angezeigt und ermöglicht, mehrere Button-Elemente voneinander zu unterscheiden. Der Titel wird außerdem neben dem Button angezeigt, wenn “Beschriftung anzeigen” aktiviert ist. * **Tooltip:** Text, der angezeigt wird, wenn der Mauszeiger eine längere Zeit über dem Element verweilt. * **Target:** ID des Kartenelements, auf das sich das Element bezieht. -* **Components:** Komponenten: idloader (lädt die Konfiguration per ID beim Start der Applikation z.B. ?wmcid=), listloader (lädt die Konfiguration aus einer Liste), wmcloader (lädt die Konfiguration aus einer Datei) -* **Keepsources:** definiert, was mit den Diensten in der Applikation geschehen soll, Standard ist false (BaseSources - behält nur die als BaseSource markierten Dienste in der Anwendung, AllSources - behält die Dienste, die bereits geladen sind, in der Anwendung). +* **Components:** + + * Id Loader: lädt die Konfiguration per ID beim Start der Applikation z.B. ?wmcid=, + * From List Loader: lädt die Konfiguration aus einer Liste + * Wmc Xml Loader: lädt die Konfiguration aus einer Datei + * Wmc From Url Loader: lädt das WMC über eine URL ?wmcurl= + +* **Keepsources:** definiert, was mit den Diensten in der Applikation geschehen soll. + + * no: keine Quellen werden behalten. Alle werden vom WMC überschrieben. + * BaseSources: Behält die BaseSources und die anderen werden überschrieben. Z.B. im Zusammenhang mit einem BaseSourceSwitcher. + * AllSources: Behält alle Quellen und fügt die Datenquellen aus dem WMC hinzu. + * **Keep Extent:** behält den aktuellen Extent, Standard ist false (erscheint im Extent der Konfiguration). YAML-Definition: diff --git a/en/bundles/Mapbender/WmcBundle/elements/wmc_loader.rst b/en/bundles/Mapbender/WmcBundle/elements/wmc_loader.rst index 5aff98a65..6a1b9c240 100644 --- a/en/bundles/Mapbender/WmcBundle/elements/wmc_loader.rst +++ b/en/bundles/Mapbender/WmcBundle/elements/wmc_loader.rst @@ -21,8 +21,19 @@ Configuration * **Title:** Title of the element. The title will be listed in "Layouts" and allows to distinguish between different buttons. It will be indicated if "Show label" is activated. * **Tooltip:** text to use as tooltip. * **Target:** Id of Map element to query. -* **Components:** select components from: idloader (load configuration by id on start of application like ?wmcid=), listloader (load configuration from a list), wmcloader (load from a file) -* **Keepsources:** defines what should happen with the services of the application, default is false (BaseSources - keep only the sources marked as BaseSource in the application,AllSources - keep the sources that are already loaded in the application). +* **Components:** select components from: + + * Id Loader: load configuration by id on start of application like ?wmcid=, + * From List Loader: load configuration from a list, + * Wmc Xml Loader: load the configuration from a file + * Wmc From Url Loader: loads the WMC from a URL, for example: ?wmcurl= + +* **Keepsources:** defines what should happen with the services of the application + + * no: No Sources are kept. All sources are overridden by the WMC. + * BaseSources: Keeps the BaseSources and overrides the other ones. For example in connection with a BaseSourceSwitcher. + * AllSources: Keeps all sources and adds the sources from the WMC. + * **Keep Extent:** keeps the actual extent, default is false (will apply the extent of the configuration). YAML-Definition: diff --git a/figures/wmc_loader_configuration.png b/figures/wmc_loader_configuration.png index 69561222a..0c2cfc893 100644 Binary files a/figures/wmc_loader_configuration.png and b/figures/wmc_loader_configuration.png differ