Releases: cualbondi/osmptparser
Releases · cualbondi/osmptparser
v2.2.0
Added filtering by negation
- Added: Filtering accepts negation with
!
before the key.
- Fixed: new_ptv2 was not getting the public transport relations.
v2.1.0
Added minor features
- Added: Filtering accepts multiple valid values separated by commas.
- Added: Also returning osm_type (r/w/n) together with osm_id in the JSON.
- Fixed: JSON output is now valid JSON.
v2.0.0
Added generic filtering
- Added new CLI
- Added parameter to filter with any key=value of osm tags
- Added: Parser::get_areas(tolerance)
- Modified: struct relation::AdministrativeArea to relation::Area
v1.2.1
bump version after clippy suggestions
v1.0.0
refactor and create documentation for the lib
v0.0.2
parse public transport routes