Tiling.with_id_column
- Tiling.with_id_column(id_column: str, ids: List[int])[source]
Set up a filter on the geometries for which tiles shall be generated.
- Parameters:
id_column (str) – Name of the column in the vector file that contains the ids to filter.
ids – List of ids values for which tiles shall be generated.
- Returns:
The current instance so that it is possible to chain the with… calls (fluent API)
- Return type: