Skip to content

Commit

Permalink
fix: add useStWithin=False for polyline extracts
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 15, 2024
1 parent cc7170d commit 56e3101
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fmtm_splitter/splitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,10 +473,9 @@ def split_by_sql(
)
extract_geojson = pg.execQuery(
merged_aoi,
extra_params={
"fileName": "fmtm_splitter",
},
extra_params={"fileName": "fmtm_splitter", "useStWithin": False},
)

elif osm_extract:
extract_geojson = FMTMSplitter.input_to_geojson(osm_extract)
if not extract_geojson:
Expand Down

0 comments on commit 56e3101

Please sign in to comment.