|
Firstmap.xml is that starting point for a map view. You can have many
different map views and name those the way you want. Firstmap.xml is the choice
we made to call the very first map that should be loaded. We describe here in
detail what each parameters is used for.
| Label |
Label described the name of the map and will be shown in the top
left corner of the template. |
| textID |
The template will open an extra tab above the map where the
HTML-text will be rendered. this can be used to describe what the map is
telling you. |
| disclaimerID |
When used, another tab will apear where you can specify disclaimer
information about the data you use. |
| ID |
A comma seperated list of XML-files describing all the layers that
compose one map. The one described first will be shown on top. See
"layers.xml" on this website for more information. Relative paths can be
used to allow folders for better organisation of complex applications. |
| IdentifyID |
An XML that described the selection behavior when a user performs an
identify. (Optional) |
| <any parameter> |
Any parameter can be added here that might be used inside output or
input forms. linkGroups is an example here. |
firsmap.xml example
<node label="National and international river basin districts"
textID="queries/text/eionet.html"
disclaimerID="queries/disclaimers/general.html"
linkGroups="WFD"
ID="layers"
IdentifyID="Landcover/lucas_select"
/>
|