Merge pull request #644 from awulkiew/fix/karney_inverse
Adam Wulkiewicz
2019-11-18 21:33:46 +0100
abccc900b5[util][formulas] Move difference_angle because of usage of C++11 and add const& to math util arguments.
Adam Wulkiewicz
2019-11-18 18:46:45 +0100
735b3c53a4[extensions][nsphere] Fix compilation errors.
Adam Wulkiewicz
2019-11-17 21:17:29 +0100
5c5fd7dbef[overlay] refactor sort-by-side such that more limited input is possible. Fix the distance measure, by default it should not return anything
Barend Gehrels
2019-11-06 18:57:24 +0100
43eec3c42b[test][arithmetic] Replace std::fabs with bg::math::abs.
Adam Wulkiewicz
2019-11-10 20:36:34 +0100
30d7fe8a75Merge branch 'bg-prepare'
Adam Wulkiewicz
2019-11-07 23:55:26 +0100
fe7884ba32Merge branch 'develop' into bg-prepare
Adam Wulkiewicz
2019-11-07 23:55:04 +0100
074122d619[sectionalize] Enable #include, not affected by BOOST_GEOMETRY_USE_RESCALING anymore.
Adam Wulkiewicz
2019-11-07 23:53:19 +0100
2fe6d09f0dMerge branch 'bg-prepare'
Adam Wulkiewicz
2019-11-06 17:32:26 +0100
f1db34a45eMerge branch 'develop' into bg-prepare
Adam Wulkiewicz
2019-11-06 17:32:00 +0100
a5655e494e[doc] Add 1.72.0 release notes.
Adam Wulkiewicz
2019-11-06 17:24:24 +0100
ca52913fef[doc] Add Tinko Bartels as contributor.
Adam Wulkiewicz
2019-11-06 16:58:58 +0100
d6bafb9908[doc][strategies] Fix errors in documentation of matrix transformers.
Adam Wulkiewicz
2019-11-06 16:48:16 +0100
bb7e57374aMerge branch 'bg-prepare'
Adam Wulkiewicz
2019-11-06 16:31:31 +0100
b2603cf02dMerge branch 'develop' into bg-prepare
Adam Wulkiewicz
2019-11-06 16:30:30 +0100
8aa31d68cc[buffer] fix round end cap for asymmetric buffers
Barend Gehrels
2019-10-30 12:31:11 +0100
e4f2bd4ce0[test] add testcases for mostly left/right on asymmetric buffers, for flat end on asymmetric buffers, enable three formerly failing cases, renamed cases, add settings variable
Barend Gehrels
2019-10-30 11:24:11 +0100
b33cb27fe0[buffer] minor changes
Barend Gehrels
2019-10-30 11:22:13 +0100
0f9e61ceac[test][union] Add spherical A/A case.
Adam Wulkiewicz
2019-10-30 02:15:13 +0100
e34a682652[algorithms][strategies] Use CS-specific enlarge_envelope() in sectionalize.
Adam Wulkiewicz
2019-10-30 01:30:01 +0100
1b33b57c47Merge branch 'develop' into fix/empty_union
Adam Wulkiewicz
2019-10-29 18:57:12 +0100
77d01dabea[get_turn_info] Add specific code for FP cases
Barend Gehrels
2019-10-02 13:39:33 +0200
e9c45a7167[test] update test if rescaling is turned of, for different configurations
Barend Gehrels
2019-10-02 13:38:44 +0200
8d29cc70ca[test][setops] Add difference(l,a) spherical case (issue 619).
Adam Wulkiewicz
2019-09-22 01:53:49 +0200
69105370b3[relate][overlay] Also compare points (not only fractions) in relate::turns::less predicate while sorting turns.
Adam Wulkiewicz
2019-09-22 01:52:12 +0200
Merge pull request #620 from awulkiew/fix/sjoberg_intersection
Adam Wulkiewicz
2019-09-20 16:27:49 +0200
a03155b46d[test][formulas] Add test case (issue 612).
Adam Wulkiewicz
2019-09-20 00:57:21 +0200
06a5435917[formulas] Fix division by 0 in sjoberg intersection.
Adam Wulkiewicz
2019-09-20 00:56:52 +0200
b5d1ac1294[shapefile] Remove obsolete comment.
Adam Wulkiewicz
2019-09-19 17:08:59 +0200
a2c1c58097[srs] Rearrange parameters to decrease size of struct.
Adam Wulkiewicz
2019-09-17 19:55:40 +0200
4c95a26b91[test][srs] Fix type conversion warnings in proj4 wrapper.
Adam Wulkiewicz
2019-09-17 19:03:05 +0200
5214409c4c[io] Fix type conversion warnings.
Adam Wulkiewicz
2019-09-17 19:02:04 +0200
998eea02a4[srs] Fix type conversion warnings.
Adam Wulkiewicz
2019-09-17 19:01:37 +0200
56b9d4c741[srs] Rearrange proj params, remove unused ones, change type of flags from int to bool.
Adam Wulkiewicz
2019-09-17 19:00:53 +0200
338e7c3247[srs] Decrease memory used by gn_sinu and igh projections by modifying parameters.
Adam Wulkiewicz
2019-09-16 23:14:55 +0200
fdbc9086d7[test][srs] Update low level projections test WRT recent changes.
Adam Wulkiewicz
2019-09-16 18:34:32 +0200
1a41b64d7c[srs] Move prj params outside. Replace CRTP with wrappers. This allows to remove some virtual functions from dynamic projection.
Adam Wulkiewicz
2019-09-16 18:33:41 +0200
f609a959c4[srs] Remove unneeded reference from static proj base. Use property of CRTP instead to get the address of proj.
Adam Wulkiewicz
2019-09-05 17:17:33 +0200
4aecfdf3a9[srs] Remove unneeded factory_key type.
Adam Wulkiewicz
2019-09-01 18:41:20 +0200
e3fc7cae15[strategies] Fix spherical point_in_point for points having different units.
Adam Wulkiewicz
2019-09-01 00:27:17 +0200
8e9e163210[test][srs] Add proj5 and proj6 API wrappers.
Adam Wulkiewicz
2019-08-27 00:00:27 +0200