Reads a feature's value at field (dotted path). Tries the feature root first (handles "properties.name", "title", "attributes.tags"), then the properties bag (handles a bare "fclass" that lives under properties). Returns null when absent.
field
"properties.name"
"title"
"attributes.tags"
properties
"fclass"
null
Reads a feature's value at
field(dotted path). Tries the feature root first (handles"properties.name","title","attributes.tags"), then thepropertiesbag (handles a bare"fclass"that lives underproperties). Returnsnullwhen absent.