[postgis-devel] Issue 151 in postgis: 'SRID=26915; POINT(482020.9789850 4984378.)' fails to parse

codesite-noreply at google.com codesite-noreply at google.com
Thu May 7 13:25:01 PDT 2009


Status: New
Owner: ----

New issue 151 by reid at reidster.net: 'SRID=26915;POINT(482020.9789850  
4984378.)' fails to parse
http://code.google.com/p/postgis/issues/detail?id=151

** What steps will reproduce the problem?

=> select AsEWKT(GeomFromEWKT('SRID=26915;POINT(482020.9789850 4984378.)'));

(With no line breaks.)

Note the missing "0" after "4984378.". It's indeed a little malformed, but
unambiguous and IMO should be parseable.

** What is the expected output?

                  asewkt
-----------------------------------------
  SRID=26915;POINT(482020.978985 4984378)
(1 row)

** What do you see instead?

ERROR:  parse error - invalid geometry

** What version of the product are you using? On what operating system?

                         postgis_full_version
----------------------------------------------------------------------------------
  POSTGIS="1.3.5" GEOS="3.0.3-CAPI-1.4.2" PROJ="Rel. 4.6.0, 21 Dec 2007"
USE_STATS

Thanks!

Reid

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings



More information about the postgis-devel mailing list