https://cgi-italy.github.io/insula/schemas/v1.0.0/apps/insula-json-vector-dataset.schema.json#/allOf/1
Geoserver vector layer information
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | insula-json-vector-dataset.schema.json* |
object
(Vector layer configuration)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
featureTypeName | string |
Required | cannot be null | Insula vector dataset |
timeDynamicData | object |
Optional | cannot be null | Insula vector dataset |
The WFS feature type name
featureTypeName
is required
Type: string
(Feature typename)
cannot be null
defined in: Insula vector dataset
string
(Feature typename)
Definition of a vector dataset time dynamic data. Allows to perform time series on one or more attribute, for which the data is stored in an external collection. All numeric properties of the external collection will be considered as time dynamic attributes.
timeDynamicData
is optional
Type: object
(Vector dataset time dynamic data)
cannot be null
defined in: Insula vector dataset
object
(Vector dataset time dynamic data)
{
"nameProperty": "idrometer_name",
"dataSources": [
{
"foreignKey": {
"sourceAttribute": "id",
"targetLayer": "idrometer_levels",
"targetAttribute": "idrometer_id"
},
"targetTimeAttribute": "obs_time"
}
]
}