This repository was archived by the owner on Dec 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +22
-4
lines changed
Expand file tree Collapse file tree 5 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 1.1.2 (2024-02-15)
4+
5+ ### Fix
6+
7+ - add useStWithin=False for polyline extracts
8+ - add aeroway tag for linestring extract generation
9+ - add railway tag to generated data extracts
10+ - selecting all geometries if no data extract included
11+ - more flexible parsing of extract tags
12+ - update ST_Contains --> ST_Intersects for polylines view
13+ - improve error handling if json file input invalid
14+ - merge aoi geoms prior to data extract generation
15+ - bug parsing geojson tags key if string
16+
17+ ### Refactor
18+
19+ - remove ValueError if no geoms generated
20+
321## 1.1.1 (2024-02-11)
422
523### Fix
Original file line number Diff line number Diff line change 1818
1919PACKAGE := org.osm_fieldwork.py
2020NAME := fmtm-splitter
21- VERSION := 1.1.1
21+ VERSION := 1.1.2
2222
2323# All python source files
2424# MDS := $(wildcard ./docs/*.md)
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ services:
3030 volumes :
3131 # Mount local package
3232 - ./fmtm_splitter:/usr/local/lib/python3.10/site-packages/fmtm_splitter
33- # - ../osm-rawdata/osm_rawdata:/usr/local/lib/python3.10/site-packages/osm_rawdata
33+ - ../osm-rawdata/osm_rawdata:/usr/local/lib/python3.10/site-packages/osm_rawdata
3434 # Mount local tests
3535 - ./tests:/data/tests
3636 # For output data
Original file line number Diff line number Diff line change 1- __version__ = "1.1.1 "
1+ __version__ = "1.1.2 "
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ pythonpath = "fmtm_splitter"
4444
4545[tool .commitizen ]
4646name = " cz_conventional_commits"
47- version = " 1.1.1 "
47+ version = " 1.1.2 "
4848version_files = [
4949 " pyproject.toml:version" ,
5050 " fmtm_splitter/__version__.py" ,
You can’t perform that action at this time.
0 commit comments