Empty values

The OS Features API only returns attributes that are populated with values.

Depending on your implementation or the software you use to access the API you may find inconsistencies in the way missing attributes are handled.

For example, QGIS 3.4 treats the value of a missing attribute of type integer on a feature as a NULL value in its data view, whereas a missing attribute of string type is treated as an empty string.

Last updated