Commit Graph

8536 Commits

Author SHA1 Message Date
Barend Gehrels
861fc38533 [TEST] Unify different defines into BOOST_GEOMETRY_TEST_ENABLE_FAILURES 2019-05-29 15:48:44 +02:00
Vissarion Fysikopoulos
5cd6314aca [tests] Minor fixes in distance pt-segment 2019-05-29 15:53:58 +03:00
Vissarion Fysikopoulos
ea6dcda82c [strategies] [test] Use correctly units in pt-seg distance geo strategy 2019-05-28 16:37:59 +03:00
Adam Wulkiewicz
0c378af142
Merge pull request #591 from boostorg/fix-proj-cea-1
Fix call to pj_qsfn in cea
2019-05-21 14:04:59 +02:00
Vissarion Fisikopoulos
becbecc0a4
[srs] [projections] Fix call to pj_qsfn in cea 2019-05-21 14:24:10 +03:00
Barend Gehrels
af576e35c3
Merge pull request #589 from barendgehrels/bugfix/disable_start_turns
[TURNS] Disable start-turns, and take the closer point
2019-05-18 18:16:16 +02:00
Barend Gehrels
229b42aee8 [TURNS] Disable start-turns, and take the closer point to measure distance,
which makes that measurement more precise.
2019-05-15 12:55:38 +02:00
Barend Gehrels
5505ab4acd
Merge pull request #587 from barendgehrels/bugfix/omit_selfturn_condition
Bugfix/omit selfturn condition
2019-05-07 18:31:41 +02:00
Barend Gehrels
bcb9f60bec [test] add testcases 17,18,19,20 2019-05-01 22:08:57 +02:00
Barend Gehrels
bde086d944 [traverse] remove condition for self-turn 2019-05-01 22:08:56 +02:00
Barend Gehrels
9d5b160584
Merge pull request #582 from barendgehrels/feature/add_start_turn
Feature/add start turn
2019-05-01 22:08:02 +02:00
Barend Gehrels
6b4ef246c3 [overlay] apply review remarks 2019-05-01 22:00:47 +02:00
Barend Gehrels
59a52077c7 [overlay] fix and review remarks 2019-04-26 17:16:12 +02:00
Tinko Bartels
cfb36adf6e Matrix transformer support for arbitrary dimensions 2019-04-25 12:22:52 +02:00
Vissarion Fysikopoulos
f24542af2e [test] Distance pt-seg; another test case for point on the othe side of segment 2019-04-24 17:40:21 +03:00
Vissarion Fysikopoulos
720a02cd37 [strategies] Use constant references in distance_cross_track geographic strategy 2019-04-24 16:49:58 +03:00
Vissarion Fysikopoulos
bdf759a1d1 [test] Distance pt-seg; added test case; fix initializers; remove redundant function parameters 2019-04-24 16:43:28 +03:00
Vissarion Fysikopoulos
1ec4137c9b [test] Minor change in distance pt-sgmt test case 2019-04-24 15:40:29 +03:00
Vissarion Fysikopoulos
0ab8a04e91 [test] Tests for distance pt-sgmt strategy 2019-04-24 12:22:39 +03:00
Vissarion Fysikopoulos
17831d71f8 [strategies] Bisection method for geo distance pt-sgmt 2019-04-23 16:50:10 +03:00
Vissarion Fysikopoulos
0f41f9b29b [strategies] Better start estimation for Newton method in goe distance pt-sgmt 2019-04-23 14:42:11 +03:00
Vissarion Fysikopoulos
88fde34c13 [strategies] Create newton method function 2019-04-22 16:14:20 +03:00
Barend Gehrels
b84918fcde [test] add testcase for FP precision without rescaling 2019-04-17 15:10:04 +02:00
Barend Gehrels
ce4307bdfb [get_turn_info] Review remark, get cs tag from umbrella strategy 2019-04-17 13:54:44 +02:00
Adam Wulkiewicz
cc5e7d5ffe [strategies] Implement spherical point_order strategy based on azimuth.
Commented-out for now.
2019-04-13 04:48:07 +02:00
Adam Wulkiewicz
f329ba0c81 Merge branch 'bg-prepare' 2019-04-12 21:07:39 +02:00
Adam Wulkiewicz
c4307be78d Merge branch 'develop' into bg-prepare 2019-04-12 21:06:27 +02:00
Adam Wulkiewicz
70994a3a32 [doc] Fix redirection in index.html files of sublibs. 2019-04-12 21:03:50 +02:00
Adam Wulkiewicz
be7b5e71ec [test] Replace tab with spaces. 2019-04-12 15:42:18 +02:00
Vissarion Fisikopoulos
f8ae5f2173
[extensions] [test]Deactivate old tests (#576) 2019-04-08 10:34:32 +03:00
Adeel Ahmad
c5b684f74c
[tests]: Add test for small angles for Kayney's inverse method 2019-04-06 21:16:44 +02:00
Adam Wulkiewicz
82c69ddc37
Merge pull request #583 from tinko92/fix/documentation_missing_some_algorithms
Fix: Add headers for touches, covered_by, intersects, overlaps to doc
2019-04-04 22:18:09 +02:00
Tinko Bartels
8baddd3634 Add headers for touches, covered_by, intersects, overlaps to doc Doxyfile. 2019-04-04 16:49:50 +02:00
Adam Wulkiewicz
aa47030630 Merge branch 'bg-prepare' 2019-04-03 21:46:47 +02:00
Adam Wulkiewicz
0722812352 Merge branch 'develop' into bg-prepare 2019-04-03 21:45:59 +02:00
Adam Wulkiewicz
76cd664087 [doc] Update 1.70 release notes. 2019-04-03 21:34:04 +02:00
Adam Wulkiewicz
25a4e6a2c7 [formulas][strategies] Fix potential warning. Add brackets. 2019-04-03 15:51:00 +02:00
Barend Gehrels
de5187f39c [test] update testcases w.r.t. disabling rescaling, add two cases 2019-04-03 13:58:40 +02:00
Barend Gehrels
68f87ebfca [traversal] avoid early finish when no points were included 2019-04-03 13:57:44 +02:00
Barend Gehrels
bfe704419f [overlay] add starting turns, and improvements in turn_info w.r.t.
collinearity
2019-04-03 13:57:17 +02:00
Adam Wulkiewicz
04be361486 Merge branch 'bg-prepare' 2019-04-02 20:55:19 +02:00
Adam Wulkiewicz
93486d52d4 Merge branch 'develop' into bg-prepare 2019-04-02 05:26:24 +02:00
Adam Wulkiewicz
960ec9ed5d [index] Implement metafunc convertible_type and use it in count().
This is a workaround for gcc-4.6 compilation error.
2019-04-01 22:24:59 +02:00
Adam Wulkiewicz
9f166fc9ef [index][rtree] Remove extra ';' 2019-03-31 17:26:21 +02:00
Adam Wulkiewicz
6dfdf2bf2c [index][rtree] Add workaround for GCC treating member variable less comparison as member template. 2019-03-31 17:25:19 +02:00
Adeel Ahmad
9885d3b68a
[test] Add tests involving tiny angles for latitude, longitude, and azimuth 2019-03-31 11:17:17 +02:00
Adam Wulkiewicz
4f3e66dfaa [meta] Add dummy dirs/files as workaround for sublibs checks in regression matrix. 2019-03-29 22:52:23 +01:00
Adam Wulkiewicz
c207b86470 [test][index][rtree] Add missing ctor to throwing_varray test container. 2019-03-29 14:15:33 +01:00
Adam Wulkiewicz
b6c6ede9f5 [index][rtree] Fix rstar's choose_next_node (wrong children analyzed and more).
- Use correct indexes of first n children with smallest content. This
  fixes the case of choosing by nearly minimum overlap cost.
- Replace tuple with struct with meaningful members to increase
  readability.
- Create container for contents with ctor instead of resize(). This is
  also a workaround for the msvc-10..12 container::vector issue
  (https://github.com/boostorg/container/issues/112).
2019-03-29 05:11:01 +01:00
Adam Wulkiewicz
c659de4f41 [test][buffer] Fix type. 2019-03-28 14:08:19 +01:00