camptocamp / ogc-client

A TypeScript library for interacting with geospatial services
https://camptocamp.github.io/ogc-client/
BSD 3-Clause "New" or "Revised" License
66 stars 12 forks source link

Add queryable property to WMS layers #56

Closed RobQuincey-DC closed 4 months ago

RobQuincey-DC commented 4 months ago

WMS layers can have an attribute called 'queryable' which indicates whether the layer can be queried using GetFeatureInfo requests. The spec says this is optional and defaults to 0.

I propose adding a simple boolean property to the WMS model to indicate if the layer is queryable.

RobQuincey-DC commented 4 months ago

PR opened #57