Other resource options
A Resource can also have all options of a Layer node as defined inside the
original Map widget. They are not listed above since they are not options
that are read by widgets, but used to build OpenLayers.Layer objects. See
(Layer Options) for the complete option list.
Important notes about resource options
Note
Boolean values must be set to either true or false
Note
Can be defined by service type means that you can have the same option
defined in a unique way per service type. The way to do so is to define
a option + the service type, which will overwrite the value of the
original option for the defined service type. For example, defining
a layertreepathwms would make all wms layers going to use this option
instead of the original layertreepath. The original option always
remains mandatory and service type options are always considered optionals.
All OpenLayers.Layer property can be set as a valid Resource option with
with a service type added to it, for example “minScalewms” is valid.
Note
Can be defined more than once simply means a Resource can have this
option multiple times. By default, only one option per type is supported
for each Resource.