<title>QWC Mapinfo Service</title>

QWC Mapinfo Service

Type: object

JSON Schema

Type: stringFormat: uri Default: "https://raw.githubusercontent.com/qwc-services/qwc-3d-tile-info-service/master/schemas/qwc-3d-tile-info-service.json"

Reference to JSON schema of this config

Service name

Type: const
Specific value: "tileinfo"

Config options

Type: object

Type: object

A dictionary of dataset configurations, keyed by dataset name.

Each additional property must conform to the following schema

Type: object

Dataset configuration.

Type: string

Dataset resource URI (path to file dataset, DB url for postgres, ...)

Type: string

Layername in dataset (for postgres, "schema.tablename")

Type: string

ID field name in dataset layer

Type: string

Dataset type - currently 'gpkg' and 'postgres' are supported

Type: object

A dictionary of fieldname aliases, keyed by the field name

Each additional property must conform to the following schema

Type: string

Field alias

Type: array of string

List of fieldnames to omit from the info response

No Additional Items

Each item of this array must be:

Type: object

Styles, keyed by style name

Each additional property must conform to the following schema

Type: object

Style configuration

Type: string

Query to use to read the SLD style from the postgres or gpkg datasets

Type: string

Path to a file storing the SLD style