Prefixing parameters with group names
?imagepath=foo.tif&imageservertype=fsi
Most parameters belong to the global "<options>" group. These parameters
do not need to be prefix in order to keep HTTP queries as short as possible.
Providing <Options> parameters by query
XML Syntax:
<options>
<debug value="true" />
<menualign value="TL" />
</options>
HTTP Query equivalent:
?debug=true&menualign=TL
The FSI parameter reference provided in this documentation contains the
parameter names as well as the context (name of the parameter group) they
belong to.
8.10.3 Hierarchy of Configuration Parameters
As explained before parameters can be provided in three different ways:
1. The default configuration file "_default.xml" - located in the same folder
as the main viewer file "fsi.swf" - will always be evaluated first
2. You can store image specific parameters in additional *.xml files
3. You can provide parameters by HTTP query
Parameters specified in multiple ways – for example in the default configuration
and by HTTP query – will be evaluated in the following way:
l
Parameters defined in configuration files override parameters
defined in the default configuration file "_default.xml".
l
Parameters provided by HTTP query override parameters in
all configuration files.
The list below shows the hierarchy resulting from the sequential
evaluation of the different configuration methods:
8 FSI Viewer
NeptuneLabs - FSI Viewer
192