Skip to content

Commit

Permalink
Fix OSHDB version (#96)
Browse files Browse the repository at this point in the history
correct is oshdb version 0.6.1, not 0.6.0 in release 1.3.0
  • Loading branch information
joker234 authored Jan 15, 2021
1 parent 6bc224e commit 4579471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Prominent Changes

* update OSHDB to version 0.6.0 ([#86])
* update OSHDB to version 0.6.1 ([#86])
* returned values of `length`, `area` and `perimeter` requests are more precise now: The previously used formulas could be off by a few of % in some cases, now all returned values are within half a percent from the real value. ([OSHDB#193])
* adjusted unit tests accordingly, from now on allowing up to 0.5% discrepancy in all affected tests
* improved performance of `groupBy/boundary` requests ([OSHDB#272]) and processing of complex multipolygon relations ([OSHDB#249] and [OSHDB#287])
Expand Down

0 comments on commit 4579471

Please sign in to comment.