Skip to content

Commit

Permalink
fix: data extract generation and task splitting with polylines (#1219)
Browse files Browse the repository at this point in the history
* build: bump osm-rawdata & fmtm-splitter versions for fixes

* fix: use useStWithin=False for data extract generation with polyline
  • Loading branch information
spwoodcock authored Feb 15, 2024
1 parent b53bf86 commit a9b7569
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions src/backend/app/projects/project_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ async def generate_data_extract(
"fileName": "fmtm_extract",
"outputType": "fgb",
"bind_zip": False,
"useStWithin": False,
},
)

Expand Down
16 changes: 8 additions & 8 deletions src/backend/pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ dependencies = [
"cryptography>=42.0.1",
"osm-login-python==1.0.1",
"osm-fieldwork==0.4.2",
"osm-rawdata==0.2.1",
"fmtm-splitter==1.1.1",
"osm-rawdata==0.2.2",
"fmtm-splitter==1.1.2",
]
requires-python = ">=3.10"
readme = "../../README.md"
Expand Down

0 comments on commit a9b7569

Please sign in to comment.