Skip to content

Commit

Permalink
wmcloader and keep sources and new screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
AxxL committed Oct 27, 2015
1 parent 45787b0 commit 743e549
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
15 changes: 13 additions & 2 deletions de/bundles/Mapbender/WmcBundle/elements/wmc_loader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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=<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=<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=<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:
Expand Down
15 changes: 13 additions & 2 deletions en/bundles/Mapbender/WmcBundle/elements/wmc_loader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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=<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=<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=<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:
Expand Down
Binary file modified figures/wmc_loader_configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 743e549

Please sign in to comment.