Releases: AndGem/osm_extract_polygon
Releases · AndGem/osm_extract_polygon
Speed Improvements
This minor release improves the speed for parsing the PBF files.
Improved GeoJson Output
added functionality to distinguish between Polygon
and MultiPolygon
(i.e., use MultiPolygon only when it is really neccessary).
Bugfix for geojson output
This release fixes the previous release by adjusting the geojson output.
It also contains a significant performance improvement for writing poly files.
Support GeoJSON output
Starting with this release the GeoJSON file format is supported as an additional output format by supplying the parameter -g
or --geojson
.
Minor update to previous version
- No change of case for region names
- added cli option for handling overwriting of filenames
Output files are no longer in risk of just being overwritten
Version 0.2.0:
- warning when files are being overwritten
- added an automatically added extension if names are identical
bugfix version for 0.1.4
- min/max admin boundary level were ignored
Admin boundary level are configurable parameters
Instead of having a default for filtering out administrative boundary polygons, now the minimum and maximum boundary values can be supplied with the command line.
windows version support
v0.1.3 fix windows version
consistent versioning in application
v0.1.2 use crate version in clap (#5)