insula

Vector layer configuration Schema

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*

1 Type

object (Vector layer configuration)

1 Properties

Property Type Required Nullable Defined by
featureTypeName string Required cannot be null Insula vector dataset
timeDynamicData object Optional cannot be null Insula vector dataset

featureTypeName

The WFS feature type name

featureTypeName

featureTypeName Type

string (Feature typename)

timeDynamicData

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

timeDynamicData Type

object (Vector dataset time dynamic data)

timeDynamicData Examples

{
  "nameProperty": "idrometer_name",
  "dataSources": [
    {
      "foreignKey": {
        "sourceAttribute": "id",
        "targetLayer": "idrometer_levels",
        "targetAttribute": "idrometer_id"
      },
      "targetTimeAttribute": "obs_time"
    }
  ]
}