Function resolve_feature_properties

Source
fn resolve_feature_properties(
    layer: &Layer,
    feature: &Feature,
) -> HashMap<String, String>
Expand description

Resolve the properties of an MVT feature into a HashMap of string key-value pairs, using the layer’s keys/values dictionaries.