Optional
activeOptional
attributes(DataSourceOptions)
Optional
copyableWhether the geometry from this data source can be copied to other data
sources or not. Defaults to false
.
Optional
dimensionsA reference to the dimensions.
Optional
dimensionsThe dimensions configuration, which determines those supported by this data source and whether they should use a static value or the one defined in the dimensions.
Optional
dimensions(DataSourceOptions)
Optional
filterThe filter condition to apply to the filter rules (if any).
Defaults to ngeo.filter.Condition.AND
.
Optional
filterA list of filter rules to apply to this data source using the filter condition.
Optional
filtrableWhether the data source is filtrable or not.
(DataSourceOptions)
Optional
identifier(DataSourceOptions)
Optional
in(DataSourceOptions)
Optional
max(DataSourceOptions)
Optional
min(DataSourceOptions)
(DataSourceOptions)
Optional
ogcThe attributes of the OGC server.
Optional
ogcThe type of images to fetch by queries by the (WMS) or (WMTS).
Optional
ogcThe type of OGC server.
Optional
ogcThe type data source. Can be: 'WMS' or 'WMTS'.
Optional
queryvalues to define the shape (bbox) to use to query the layer. The values are used like a padding in css with 1, 2, 3 or 4 comma separated values: all / top-bottom, left-right / top, right-left, bottom / top, right, bottom, left.
Optional
snappableWhether the geometry from this data source can be used to snap the geometry
of features from other data sources that are being edited. Defaults to false
.
Optional
snappingDetermines whether external features can be snapped to the edges of
features from this data source or not. Defaults to true
. Requires snappable
to be set.
Optional
snappingThe tolerance in pixels the snapping should occur.
Optional
snappingDetermines whether external features can be snapped to the
vertice of features from this data source or not. Defaults to true
. Requires snappable
to be set.
Optional
timeThe name of the time attribute.
Optional
timeThe time lower value, which can be combined with the time upper value to determine a range.
Optional
timeThe time property for the data source. Used to apply time filters.
Optional
timeThe time upper value, which can be combined with the time lower value to determine a range.
Optional
visible(DataSourceOptions)
Optional
wfsThe feature namespace to use with WFS requests.
Optional
wfsThe feature prefix to use with WFS requests.
Optional
wfsA list of layer definitions that are used by WFS queries. These are not used by the (WMTS) queries (the wmtsLayers is used by WMTS queries).
Optional
wfsThe OutputFormat to use with WFS requests.
Optional
wfsThe URL to use for (WFS) requests.
Optional
wmsThe InfoFormat to use with WMS requests.
Optional
wmsWhether the (WMS) images returned by this data source should be
single tiles or not. Defaults to false
Optional
wmsA list of layer definitions that are used by WMS queries. These are not used by the (WMTS) queries (the wmtsLayers is used by WMTS queries).
Optional
wmsThe URL to use for (WMS) requests.
Optional
wmtsThe layer name to use for the (WMTS) requests.
Optional
wmtsThe URL to use for (WMTS) requests.
The dimensions that are currently active on the data source.