Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Further improve PROJ 6 support in test script.
· 458b365d
Bas Couwenberg
authored
May 06, 2019
458b365d
Replace tabs with spaces in test script.
· b73814e1
Bas Couwenberg
authored
May 06, 2019
b73814e1
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b73814e1
...
...
@@ -3,6 +3,7 @@ proj-rdnap (2008-9) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.3.0, no changes.
* Add support for PROJ 6.0.0.
* Remove package name from lintian overrides.
* Replace tabs with spaces in test script.
-- Bas Couwenberg <sebastic@debian.org> Thu, 05 Jul 2018 10:57:23 +0200
...
...
debian/patches/add-test.patch
View file @
b73814e1
...
...
@@ -62,7 +62,7 @@ Author: Bas Couwenberg <sebastic@debian.org>
+<rd> +proj=sterea +lat_0=52.15616055555555 +lon_0=5.38763888888889 +k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel +nadgrids=rdtrans2008.gsb +units=m +no_defs <>
--- /dev/null
+++ b/testrdtrans2008.json
@@ -0,0 +1,1
79
@@
@@ -0,0 +1,1
80
@@
+[
+ {
+ "number" : "01",
...
...
@@ -168,7 +168,8 @@ Author: Bas Couwenberg <sebastic@debian.org>
+ "height" : "^-?(\\d+\\.\\d+|inf)$",
+ "x" : "*",
+ "y" : "*",
+ "nap" : "^-?(\\d+\\.\\d+|inf)$"
+ "nap" : "^-?(\\d+\\.\\d+|inf)$",
+ "margin" : "ignore"
+ }
+ },
+ {
...
...
@@ -352,7 +353,7 @@ Author: Bas Couwenberg <sebastic@debian.org>
+ $proj{etrs89}{init} = 'EPSG:4937';
+ $proj{etrs89}{args} = '';
+
+
$proj{rdnap}{init} = 'EPSG:
28992+5709
';
+
$proj{rdnap}{init} = 'EPSG:
7415
';
+ $proj{rdnap}{args} = '';
+}
+
...
...