Commit Graph

49 Commits

Author SHA1 Message Date
Adam Wulkiewicz
4c95a26b91 [test][srs] Fix type conversion warnings in proj4 wrapper. 2019-09-17 19:03:05 +02:00
Adam Wulkiewicz
fdbc9086d7 [test][srs] Update low level projections test WRT recent changes. 2019-09-16 18:34:32 +02:00
Adam Wulkiewicz
8e9e163210 [test][srs] Add proj5 and proj6 API wrappers. 2019-09-01 00:32:10 +03:00
Adam Wulkiewicz
72c311ae7a [test][srs] Improve test proj4 wrapper. 2019-08-21 19:19:46 +02:00
Adam Wulkiewicz
eb73b0c03f [test] Use correct namespaces in proj4 wrapper. 2019-02-02 12:36:48 +01:00
Adam Wulkiewicz
e83c8404b5 [test][srs] Improve proj4 wrapper. 2019-02-01 01:07:35 +01:00
Adam Wulkiewicz
594babdfc5 [test][srs] Divide projection_interface tests into smaller chunks testing proj4, dynamic and static interfaces separately. 2018-11-22 03:59:45 +01:00
Adam Wulkiewicz
b945bbba97 [test][srs] Update projections/transformations tests after implementation of new parameters. 2018-06-28 04:02:49 +02:00
Adam Wulkiewicz
49b9e7bfa3
Merge pull request #465 from awulkiew/feature/projections_update
Update implemented projections to proj4 5.0.0 state.
2018-04-07 14:55:17 +02:00
Adam Wulkiewicz
2b0f326249 [test][srs] Improve error messages in projections tests. 2018-03-18 03:15:34 +01:00
Adam Wulkiewicz
2490451d8e [srs][test] Do not include projections by default (due to possible clashes with macros). 2018-03-15 20:37:34 +01:00
Adam Wulkiewicz
d221e44988 [test][srs] Update/add projections tests. 2018-03-09 02:50:45 +01:00
Adam Wulkiewicz
621ec9598e [test][srs] Enable igh projection test case. 2018-03-07 22:55:25 +01:00
Adam Wulkiewicz
b5101c1aaf [test][srs] Enable goode projection test case. 2018-03-07 19:13:50 +01:00
Adam Wulkiewicz
66c3204822 [test][srs] Rearrange projection_selftest cases - separate _e and _s. 2018-03-07 17:17:58 +01:00
Adam Wulkiewicz
e515520603 [test][srs] Update aeqd projection expected results (proj4 4.9.3). 2018-03-07 11:27:03 +01:00
Adam Wulkiewicz
d9670e4da0 [test][srs] Fix memory leak in projection_selftest when TEST_WITH_PROJ4 is defined. 2018-03-07 11:26:16 +01:00
Adam Wulkiewicz
c5535158bb [test][srs] Remove unneeded #include from projections test. 2018-02-23 22:03:45 +01:00
Adam Wulkiewicz
26ada1dc6e [test][srs] Fix missing field initializer warning (clang-3.0 -Wall -Wextra). 2018-02-06 15:12:34 +01:00
Adam Wulkiewicz
da38ece6d2 [test][srs] Fix missing field initializer warnings (clang++-5.0 -Wall -Wextra). 2018-02-01 03:41:22 +01:00
Adam Wulkiewicz
5fabea8e2c [test][srs] Add tests for new generic is_param metafunctions. 2018-01-29 22:18:40 +01:00
Adam Wulkiewicz
b3d3acc83d [test][srs] Fix unused variable and parameter warnings. 2018-01-29 01:57:11 +01:00
Adam Wulkiewicz
350f4990b3 [test][srs] Fix unused parameter warning. 2018-01-28 03:30:44 +01:00
Adam Wulkiewicz
9373a5f271 [test][srs] Add par4 metafunctions compilation test. 2018-01-28 02:22:06 +01:00
Adam Wulkiewicz
7ebafcdb90 [test][srs] Add missing braces in projections test cases array. 2018-01-23 21:13:42 +01:00
Adam Wulkiewicz
923606e8aa [test][projections] Use hybrid static projection interface if needed. 2017-10-30 20:10:13 +01:00
Adam Wulkiewicz
cf9504ee18 [test][projections] Pass static o_proj parameter in static ob_tran projection test. 2017-10-30 17:55:43 +01:00
Adam Wulkiewicz
fe3ae4a41d [test][projections] Add esri/iau2000 tests and change names of aeqd projection types. 2017-10-29 03:22:13 +01:00
Adam Wulkiewicz
51e67a38bb [test][projections] Update tests WRT recent changes in static_proj4 interface and parameters. 2017-10-25 00:53:10 +02:00
Adam Wulkiewicz
f7ae50dc4f [test][projections] Modify combined projections test WRT recent changes - one ob_tran projection. 2017-10-20 19:47:38 +02:00
Adam Wulkiewicz
2e4dc6d305 [test][srs] Test inverse transformation and add case. 2017-10-19 22:01:17 +02:00
Adam Wulkiewicz
bc7c37235c [test][srs] Replace printing of results with checks. 2017-10-19 04:36:23 +02:00
Adam Wulkiewicz
bf37d44ad9 [test][srs] Modify (project/srs) transformer test WRT recent changes. 2017-10-19 00:01:51 +02:00
Adam Wulkiewicz
bf2ed6d495 [test][srs] Comment out unused types in transformation test. 2017-10-17 22:55:37 +02:00
Adam Wulkiewicz
99c47c3d82 [test][srs] Add/remove includes after recent changes (optional EPSG). 2017-10-12 23:28:18 +02:00
Adam Wulkiewicz
038d99e84c [test][srs] Add various CS units cases in transformation test. 2017-10-11 19:18:38 +02:00
Adam Wulkiewicz
b75c22b567 [test][srs] Add projection<> interface test including geometries other than point. 2017-05-19 15:15:56 +02:00
Adam Wulkiewicz
d755045f45 [test][srs] Catch projection_exception instead of proj_exception. 2017-05-17 21:44:18 +02:00
Adam Wulkiewicz
5a7650b3b5 [test][srs] Add error handling cases to projection_interface test. 2017-05-17 17:43:46 +02:00
Adam Wulkiewicz
7be1af9cbc [test][srs] Update expected coordinates in projections test wrt recent fixes. 2017-05-17 01:43:16 +02:00
Adam Wulkiewicz
51c1c5c4d4 [test][srs] Add cases for projections p* - w* (converted selftests from Proj4).
Add code checking difference between Boost.Geometry and Proj4, guarded by ifdef.
2017-05-17 01:21:24 +02:00
Adam Wulkiewicz
267da8d557 [test][srs] Add cases for projections m*, n*, o* (converted selftests from Proj4). 2017-05-16 15:13:40 +02:00
Adam Wulkiewicz
959d6e7a2e [test][srs] Add cases for projections i*, k*, l* (converted selftests from Proj4). 2017-05-16 02:29:15 +02:00
Adam Wulkiewicz
9e3c314aa7 [test][srs] Add cases for projections f*, g*, h* (converted selftests from Proj4). 2017-05-16 01:36:25 +02:00
Adam Wulkiewicz
2f25e5af13 [test][srs] Add projection selftest cases converted from original Proj4 (projections c*, d*, e*). 2017-05-16 00:36:27 +02:00
Adam Wulkiewicz
c2b45bd9ab [test][srs] Add projection selftest cases converted from original Proj4 (currently only for projections a*, b*). 2017-05-15 22:46:01 +02:00
Adam Wulkiewicz
10b3cf81ca [test][srs] Update static projections test WRT recent changes (templated parameters). 2017-05-11 18:15:13 +02:00
Adam Wulkiewicz
f4e7f95ea7 [test][srs] Add transformation_interface test. 2017-05-10 04:24:43 +02:00
Adam Wulkiewicz
d8bebf0a6a [test][srs] Move projections tests from extensions to main part of the library (srs). 2017-05-05 03:55:49 +02:00