wasm-spatial-core
    Preparing search index...

    Function filterGeoJsonByProperty

    • Filter GeoJSON features by property value.

      Arguments

      • input — GeoJSON string (Feature or FeatureCollection)
      • key — Property name to filter on
      • value — Property value to match (string representation)

      Returns

      Filtered GeoJSON FeatureCollection string.

      Parameters

      • input: string
      • key: string
      • value: string

      Returns string