====== Map Configuration ====== The ''OrbitFlashMapConfig.xml'' file defines what server to connect to, which layers to render, etc. ===== Publish To The Web ===== You can auto-generate this file : - Run the [[..:..:orbitgis:print:publish_to_the_web]] wizard of OrbitGIS. - Copy the generated file next to the flash component. ===== Example ===== http://localhost:90/wms? 60000 0xFFFFFF Copyright Eurotronics NV www.orbitgis.com 100000 1000 HyperlinkLayer Buildings Orthos Buildings Orthos Buildings Buildings HyperlinkLayer Attributes.URL ===== Overview ===== Tags to configure((Not much tags have a default value, because the map configuration is very essential in deployment.)): ^ Tag ^ Comment ^ Default value | | IOSServerURL | The IOS Server URL. | | | Timeout | Defines how long to wait for the server to respond when loading view. | 25000 | | BackgroundColor | Flash component background color (to nicely blend in in our web style) | #000000 | | CopyrightMessage | Define copyright text (appears bottom left of the map) | | | CopyrightHyperlink | Define copyright hyperlink (appears bottom left of the map) | | | ScaleRange | Define scale range denominators. Set smallest (max) and largest (min) scale for Orbit FlashMap. These scales will also determine the extent for the zoom slider. | | | LayerList | List of accessible layers. Layer names must be the dataset's registry name, as specified in the EOS configuration. | | | VisibleLayerList | List of visible layers at startup | | | SelectionLayer | Layer in which objects can be selected, highlighted and properties shown. | | | MaptipLayer | Layer which displays a maptip : the maptip setting is defined in the Orbit Resource Descriptor (ORD file associated with your resource). You can use Orbit GIS to define the maptip attribute for this layer. | | | HyperlinkLayer | Layer that can run a hyperlink, and the attribute on which the hyperlink URL is based. The hyperlink setting is defined in the Orbit Resource Descriptor (ORD file associated with your resource). You can use Orbit GIS to define the active hyperlink attribute for this layer and the URL that must be launched formed with the attribute value. | |