Vissarion Fysikopoulos
701ff8d0dd
[doc] Update release notes
2019-02-19 16:35:20 +02:00
Vissarion Fysikopoulos
03036b4b62
[algorithm] [strategy] [test] [doc] Rename line_interpolate_point to line_interpolate
2019-02-19 16:32:22 +02:00
Vissarion Fysikopoulos
c6a9739f48
[strategy] Change scope in some variable in line_interpolate spherical strategy
2019-02-19 09:21:55 +02:00
Vissarion Fysikopoulos
163797ee0b
[strategy] [formula] Create line_interpolate formula for spherical cs
2019-02-18 17:06:52 +02:00
Vissarion Fysikopoulos
d0331aa3eb
[algorithm] [test] Assertion for possible division with zero in line_interpolate
2019-02-18 14:43:53 +02:00
Vissarion Fysikopoulos
f83cb027b5
[strategy] [test] Use radius in spherical line_interpolate strategy
2019-02-18 14:04:32 +02:00
Vissarion Fysikopoulos
4646d12521
Merge remote-tracking branch 'origin/develop' into feature/line_interpolate_point_2
2019-02-15 15:54:29 +02:00
Vissarion Fysikopoulos
8700f3703d
[test] Add tests for non standard spheroids and fix andoyer cases in line_interpolate
2019-02-14 16:39:11 +02:00
Vissarion Fysikopoulos
0ab93f5280
[strategy] Remove azimuth precomputation from line_interpolate strategies
2019-02-12 16:54:04 +02:00
Vissarion Fysikopoulos
0472b64b52
[strategy] Rename template parameters in line_interpolate strategies
2019-02-12 13:19:30 +02:00
Vissarion Fysikopoulos
3194d6e2d5
[strategy] Fix selection of calculation types for line_interpolate and correct indentation
2019-02-12 13:07:31 +02:00
Vissarion Fysikopoulos
a2e355a683
[algorithm] Simplify termination condition for single points in line_interpolate
2019-02-12 12:37:46 +02:00
Vissarion Fysikopoulos
a6da161fa8
[algorithm] Clean code for line_intrpolate
2019-02-11 17:04:55 +02:00
Vissarion Fysikopoulos
127de58eaf
[test] Test edge cases for line_intrpolate
2019-02-11 17:03:15 +02:00
Vissarion Fysikopoulos
033c9c7aaf
[test] Test for input distance longer than linestring length for line_intrpolate
2019-02-11 16:37:08 +02:00
Vissarion Fysikopoulos
6d837b55ef
[test] Test for negative input distance for line_intrpolate
2019-02-11 16:05:50 +02:00
Vissarion Fysikopoulos
c5354453ac
[test] Test for line_intrpolate regarding round off errors
2019-02-11 15:58:17 +02:00
Barend Gehrels
787bf255d5
[get_turn_info] fix assertions by checking ranges before
2019-02-09 16:10:40 +01:00
Barend Gehrels
54344382d4
[turns] Fix compilation error by 846d91cac
2019-02-09 15:43:13 +01:00
Adam Wulkiewicz
846d91cacc
Merge pull request #552 from awulkiew/fix/unused_params
...
[overlay] Fix unused parameters warnings.
2019-02-08 16:51:12 +01:00
Adam Wulkiewicz
4714ea458c
Merge pull request #553 from vissarion/bug/distance_spheroid
...
Pass spheroid correctly in geographic comparable strategies
2019-02-08 16:49:47 +01:00
Barend Gehrels
a1aa082c17
Merge pull request #551 from barendgehrels/feature/remove_rescaling_preparations
...
Feature/remove rescaling preparations
2019-02-07 19:09:54 +01:00
Barend Gehrels
82c42d0558
[traversal] process review remarks
2019-02-07 19:06:36 +01:00
Vissarion Fysikopoulos
b9dc49391e
[release] Update 1.70 release notes
2019-02-06 16:52:33 +02:00
Vissarion Fysikopoulos
05102586b0
[strategy] [test] Return strategy correctly from get_comparable in box-box; add tests for those cases
2019-02-06 15:20:53 +02:00
Vissarion Fysikopoulos
b242878b8e
[test] Remove some unused parameters
2019-02-06 15:14:49 +02:00
Vissarion Fysikopoulos
da6a2dd186
[strategy] [test] Return strategy correctly from get_comparable in pt-seg and pt-box; add tests for those cases
2019-02-06 15:11:59 +02:00
Adam Wulkiewicz
661d3b1acd
[overlay] Fix unused parameters warnings.
2019-02-05 02:49:22 +01:00
Adam Wulkiewicz
fca0aa9ff4
[srs][strategies] Fix warnings (comparison, unused parameter).
2019-02-04 22:18:59 +01:00
Adam Wulkiewicz
7e5021a532
[srs] Fix get-access of static nadgrids.
2019-02-04 22:17:28 +01:00
Adam Wulkiewicz
bb584a57db
[srs] Fix gcc/clang compilation error for shared_grid.
...
Error: Unable to find function overload
Fix by moving shared_grid to the same namespace where the functions are and bringing it up to the srs namespace with using directive.
2019-02-02 12:41:03 +01:00
Adam Wulkiewicz
28cbd31183
[srs] Add missing include. Remove/comment unused parameters.
2019-02-02 12:38:54 +01:00
Adam Wulkiewicz
eb73b0c03f
[test] Use correct namespaces in proj4 wrapper.
2019-02-02 12:36:48 +01:00
Adam Wulkiewicz
05e8acc65e
[srs] Fix static towgs84 get-access.
2019-02-01 01:09:29 +01:00
Adam Wulkiewicz
4aac78da1c
[strategies] Fix default geographic envelope strategy definition.
2019-02-01 01:08:25 +01:00
Adam Wulkiewicz
e83c8404b5
[test][srs] Improve proj4 wrapper.
2019-02-01 01:07:35 +01:00
Adam Wulkiewicz
b4256a59b0
Merge pull request #550 from awulkiew/fix/test_validity
...
Fix or suppress validity test failures in set operations
2019-01-30 16:40:48 +01:00
Barend Gehrels
e9b81ed877
[test] add testcases, minor changes in existing testcases
2019-01-30 16:22:02 +01:00
Barend Gehrels
e83b8060cc
[traverse][buffer] fix wrong traversal when there are multiple paths
2019-01-30 14:35:54 +01:00
Barend Gehrels
346e452f63
[traversal][buffer] take care the right cc operation is selected for buffer
2019-01-30 13:00:35 +01:00
Barend Gehrels
5d14e969cb
[traversal] support linked clusters, which can be handled differently (simpler).
...
They occur more if rescaling is removed and fractions (segment ratios) are double values instead of ratios.
2019-01-30 10:46:35 +01:00
Barend Gehrels
9509d87fc9
Merge branch 'develop' into feature/remove_rescaling_preparations
2019-01-30 09:40:53 +01:00
Adam Wulkiewicz
2e19b75876
[setops] Disable validity testing for several cases.
2019-01-25 21:13:28 +01:00
Vissarion Fysikopoulos
b02c5e2aae
[algorithm] [strategy] Change line_interpolate_point to use distance instead of fraction
2019-01-25 16:49:03 +02:00
Adam Wulkiewicz
5ea1abcedc
[relate] Use RobustPolicy based on parameters, for consistency with set operations.
2019-01-24 19:10:55 +01:00
Vissarion Fysikopoulos
e20977bd22
[algorithms] Rename PointType to Pointlike for point or multi-point type
2019-01-24 11:24:13 +02:00
Vissarion Fysikopoulos
9cf73a23df
[algorithms] Add missing const to function parameter
2019-01-24 11:22:00 +02:00
Barend Gehrels
809d33bb5a
Merge branch 'develop' of https://github.com/boostorg/geometry into develop
2019-01-23 21:58:57 +01:00
Barend Gehrels
38cf379448
[test] Add testcase for reported issue
2019-01-23 21:58:51 +01:00
Barend Gehrels
237adbc421
[overlay] fix administration of traversed rings, a discarded self-turn
...
should not count as traversed
2019-01-23 21:06:27 +01:00