From: Olivier Courtin Date: Thu, 28 Jan 2010 15:28:04 +0000 (+0000) Subject: In regress/tickets* Add missing srid 32702 and 32602. Add results from #304 tests... X-Git-Tag: 1.5.0rc2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71f4c88c4762f26362f4a2d19c53f70a40d62eae;p=postgis In regress/tickets* Add missing srid 32702 and 32602. Add results from #304 tests. Related to #395 git-svn-id: http://svn.osgeo.org/postgis/trunk@5175 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/tickets.sql b/regress/tickets.sql index c651b2b4c..7235b7a86 100644 --- a/regress/tickets.sql +++ b/regress/tickets.sql @@ -6,6 +6,8 @@ DELETE FROM spatial_ref_sys; INSERT INTO spatial_ref_sys ( srid, proj4text ) VALUES ( 32611, '+proj=utm +zone=11 +ellps=WGS84 +datum=WGS84 +units=m +no_defs' ); INSERT INTO spatial_ref_sys ( srid, proj4text ) VALUES ( 4326, '+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs' ); +INSERT INTO spatial_ref_sys ( srid, proj4text ) VALUES ( 32602, '+proj=utm +zone=2 +ellps=WGS84 +datum=WGS84 +units=m +no_defs ' ); +INSERT INTO spatial_ref_sys ( srid, proj4text ) VALUES ( 32702, '+proj=utm +zone=2 +south +ellps=WGS84 +datum=WGS84 +units=m +no_defs ' ); -- #2 -- diff --git a/regress/tickets_expected b/regress/tickets_expected index c60aae58c..4d9965985 100644 --- a/regress/tickets_expected +++ b/regress/tickets_expected @@ -64,3 +64,13 @@ SELECT #277|1,1e+308 #299|2 #304 +POINT(-170 -80)|0.000115919886854499|0.00011467046914504 +POINT(-170 -70)|5.82107245751251e-5|5.56136178916367e-5 +POINT(-170 -60)|3.50390659657751e-5|3.50390659657751e-5 +POINT(-170 -50)|2.41302911850039e-5|2.41302911850039e-5 +POINT(-170 -40)|1.70080525747629e-5|1.70080525747629e-5 +POINT(-170 -30)|1.17068806768372e-5|1.17068806768372e-5 +POINT(-170 -20)|7.38417888529463e-6|7.38417888529463e-6 +POINT(-170 -10)|3.57911220325025e-6|3.57911220325025e-6 +POINT(-170 10)|3.58120134247297e-6|3.58120134247297e-6 +POINT(-170 20)|7.38386138654512e-6|7.38386138654512e-6