mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -08:00
fix(tiles/tribal): correct geojson path in tile pipeline
This commit is contained in:
parent
b27a918da7
commit
f9944767db
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ def generate_tiles(data_path: Path, generate_tribal_layer: bool) -> None:
|
|||
USA_TRIBAL_MAX_ZOOM = 11
|
||||
|
||||
tribal_tiles_path = data_path / "tribal" / "tiles"
|
||||
tribal_geojson_dir = data_path / "tribal" / "geojson"
|
||||
tribal_geojson_dir = data_path / "tribal" / "geographic_data"
|
||||
|
||||
# remove existing mbtiles file
|
||||
remove_all_from_dir(tribal_tiles_path)
|
||||
|
|
Loading…
Add table
Reference in a new issue