cd3f264a27[formulas] [distance] Activate differential quantities computation in distance point segment
Vissarion Fysikopoulos
2017-08-31 11:02:55 +0300
2791610051Merge branch 'feature/intvalid' into develop
Barend Gehrels
2017-08-30 18:46:10 +0200
ccd85b37d0[buffer] add parameter added in the meantime
Barend Gehrels
2017-08-30 18:45:39 +0200
2f0705147c[test][union] Add failing A/A case (1.65 regression).
Adam Wulkiewicz
2017-08-30 18:20:17 +0200
7de13d2707[test][difference] Add failing L/A test cases.
Adam Wulkiewicz
2017-08-30 18:04:23 +0200
dbe6df7ad3[formulas] [strategies] [distance] Change interface and earth radius in distance point segment geographic formula
Vissarion Fysikopoulos
2017-08-30 15:04:01 +0300
fa9a5e28f6Merge branch 'feature/intvalid' into develop
Barend Gehrels
2017-08-30 13:49:55 +0200
83174cc622Merge pull request #417 from awulkiew/fix/strategy_winding
Adam Wulkiewicz
2017-08-30 13:43:03 +0200
1bc57cc645Merge branch 'develop' into fix/strategy_winding
Adam Wulkiewicz
2017-08-30 13:42:39 +0200
c5e12820e1Merge pull request #413 from awulkiew/fix/non_cartesian_compare
Adam Wulkiewicz
2017-08-30 13:39:57 +0200
0591aa63eaMerge branch 'develop' into feature/intvalid
Barend Gehrels
2017-08-30 13:30:46 +0200
670ee5074f[test] add last testcase also to union/difference
Barend Gehrels
2017-08-30 13:19:38 +0200
64a7c46ab7[overlay] finetune condition by still deleting colocated self-ii turns when there are also blocked turns in the cluster
Barend Gehrels
2017-08-30 12:58:43 +0200
a449c39e6f[overlay] fix missing ring due to discarded self-intersection turn
Barend Gehrels
2017-08-30 12:56:48 +0200
16892b1798[test] add last added testcases for union to unit test of intersection/difference
Barend Gehrels
2017-08-23 15:48:21 +0200
c7c4c23f4f[test] include testcase for checking left_count
Barend Gehrels
2017-08-23 15:38:18 +0200
32705f5b32[overlay] change is_closed to using count_left for decision to include polygons
Barend Gehrels
2017-08-23 15:37:00 +0200
2088e708cd[test] add testcase for union for last fix
Barend Gehrels
2017-08-23 13:52:25 +0200
1dd5431560[overlay] check colocated turns for being blocked. This also moves the place where is_closed is set
Barend Gehrels
2017-08-23 13:51:27 +0200
6db9266768[overlay] replace colocated_ii / uu with has_colocated_both because only one of them is used.
Barend Gehrels
2017-08-23 13:49:02 +0200
fae33e64f8[overlay] remove condition which is not active anymore
Barend Gehrels
2017-08-23 13:43:36 +0200
ccadeaeeff[overlay] move declaration (this is missing in an earlier commit)
Barend Gehrels
2017-08-23 11:25:18 +0200
d2232552d1[test] remove the IGNORE flag for three cases which are already fixed
Barend Gehrels
2017-08-23 11:24:10 +0200
e69c05da2f[overlay][test] add testcase for needing to avoid having blocked turns in untraversed rings
Barend Gehrels
2017-08-23 11:23:32 +0200
46e4533461[overlay] add missing include
Barend Gehrels
2017-08-23 11:06:38 +0200
392a724693[overlay] fix inclusion of rings which were marked as blocked.
Barend Gehrels
2017-08-23 11:06:18 +0200
95ffd9efbc[strategies] Relocate CS-specific winding strategies.
Adam Wulkiewicz
2017-08-22 01:11:51 +0200
3011d4aa7e[test][covered_by][within] Add spherical and geographic cases.
Adam Wulkiewicz
2017-08-22 00:35:14 +0200
74f13547be[strategies] Update intersection and within strategies after change in winding strategy.
Adam Wulkiewicz
2017-08-22 00:33:39 +0200
9f4682403e[strategies] Fix winding strategy for specific cases in spherical and geographic.
Adam Wulkiewicz
2017-08-22 00:28:08 +0200
ff918e4776[test] dont ignore validity for case 65
Barend Gehrels
2017-08-16 16:25:50 +0200
4e99afb9d0[overlay] revise implementation to set traversed - now set in traversal itself, which makes code in overlay.hpp a bit less complex
Barend Gehrels
2017-08-16 16:25:25 +0200
11ce2ac02e[algorithms] Fix direction_code different Point types handling and unused variable warning.
Adam Wulkiewicz
2017-08-14 17:39:18 +0200
6f17140ecc[test][is_valid] Add test of geographic polygon.
Adam Wulkiewicz
2017-08-11 20:08:57 +0200
bfd0456f24[test][compare] Comment out unused type.
Adam Wulkiewicz
2017-08-09 20:39:26 +0200
84b41b5a9c[test][envelope][expand] Add test cases for spherical polar Boxes and Segments.
Adam Wulkiewicz
2017-08-06 19:36:34 +0200
42902826be[envelope][expand] Add support for spherical polar Boxes and Segments.
Adam Wulkiewicz
2017-08-06 19:35:54 +0200
8e53f02acb[test] Add/update test cases after improvements in compare.
Adam Wulkiewicz
2017-08-05 01:56:28 +0200
197d396218[strategies] In cartesian side strategy use cartesian compare strategy directly instead of relate::less<>.
Adam Wulkiewicz
2017-08-05 01:55:25 +0200
7104c112b1[algorithms] Remove relate::less<> and replace it with geometry::less<>.
Adam Wulkiewicz
2017-08-05 01:54:27 +0200
e3e06f7e96[envelope][expand] Stop using bg::less<>.
Adam Wulkiewicz
2017-08-05 01:45:32 +0200
3ba45ba8cc[math][detail] Support spherical_polar CS in normalization utils. Also add some helper functions (checking poles and antimeridians).
Adam Wulkiewicz
2017-08-05 01:41:55 +0200
fdca32a6e5[compare] Support non-cartesian CSes in less<>, greater<> and equal_to<>.
Adam Wulkiewicz
2017-08-05 01:16:16 +0200
7afe64fccfMerge branch 'bg-prepare'
Adam Wulkiewicz
2017-08-02 04:06:33 +0200
f06a5a5098Merge branch 'develop' into bg-prepare
Adam Wulkiewicz
2017-08-02 04:05:50 +0200
012afcb0ef[doc] Update 1.65 release notes.
Adam Wulkiewicz
2017-08-02 04:03:19 +0200
98b8821be6[sectionalize] Add full namespace to function call (mingw workaround).
Adam Wulkiewicz
2017-08-02 02:52:02 +0200
e7ae7454b7[doc][index] Remove images of queries using higher-level geometries.
Adam Wulkiewicz
2017-08-01 01:41:16 +0200
35897a6a81Merge pull request #412 from awulkiew/fix/algorithms_side_strategy
Adam Wulkiewicz
2017-07-31 18:30:25 +0200
a606cf58ecMerge branch 'bg-prepare'
Adam Wulkiewicz
2017-07-31 18:28:51 +0200
f42c1eadf9Merge branch 'develop' into bg-prepare
Adam Wulkiewicz
2017-07-31 18:27:52 +0200
925b715f4d[algorithms] direction_code(): Add support for non-cartesian CSes.
Adam Wulkiewicz
2017-07-21 03:36:15 +0200
4f7e479d06[test][area] Add test case passing sphere into geographic area strategy.
Adam Wulkiewicz
2017-07-20 18:28:54 +0200
6519f7a411[strategies] Fix geographic area strategy for sphere (a==b), error being NaN result.
Adam Wulkiewicz
2017-07-20 18:27:11 +0200
0cd5f968cc[traverse] belongs to previous commit, remaining distance needs also to be calculated for ii turns etc, for clusters.
Barend Gehrels
2017-07-19 19:05:07 +0200
4082167be8[traverse] added local typedef and comments to aggregate_operations
Barend Gehrels
2017-07-19 19:03:24 +0200
982d4936fa[traverse] remove unused function
Barend Gehrels
2017-07-19 19:00:41 +0200
174ef5e38c[overlay] fix cases where two arcs leave a cluster in same direction, one longer as the other. Remaining distance needs to be considered. Including testcase case_recursive_boxes_64 which is fixed by this issue.
Barend Gehrels
2017-07-19 18:59:55 +0200
63396031f1[distance] Use cross_track_point_box formula in point box distance strategy
Vissarion Fysikopoulos
2017-07-19 16:02:52 +0300
497e055639[overlay] don't check startable for determining has_traversed_turn, and also check for turns both going in opposite direction (so uu for int) This fixes case_recursive_boxes_63 (but not for difference yet)
Barend Gehrels
2017-07-19 14:02:59 +0200
2641abacf3[distance] Add strategy getters for distance pt-box and box-box and add meridian distance computation as special case
Vissarion Fysikopoulos
2017-07-19 14:26:52 +0300
8e100074e2[test][union] Update test case according to the recent fix.
Adam Wulkiewicz
2017-07-18 14:39:03 +0200
77c54c50d9[algorithms] Fix direction_code for very close coordinates and use it in point_is_spike_or_equal to fix it too.
Adam Wulkiewicz
2017-07-18 14:38:19 +0200
ca2ab199cf[formula] Documentation for distance point segment
Vissarion Fysikopoulos
2017-07-18 14:00:10 +0300
b8453a3caf[distance] [test] Clean code in distance test and point segment formula
Vissarion Fysikopoulos
2017-07-18 13:05:15 +0300