[postgis-tickets] [PostGIS] #1657: Crasher on ST_AsLatLonText on mingw64

PostGIS trac at osgeo.org
Fri Apr 19 07:01:15 PDT 2013


#1657: Crasher on ST_AsLatLonText on mingw64
-----------------------+----------------------------------------------------
  Reporter:  robe      |       Owner:  nobody                
      Type:  defect    |      Status:  closed                
  Priority:  critical  |   Milestone:  PostGIS 2.0.4         
 Component:  postgis   |     Version:  trunk                 
Resolution:  wontfix   |    Keywords:  mingw64, windows 64bit
-----------------------+----------------------------------------------------
Changes (by robe):

  * status:  new => closed
  * resolution:  => wontfix


Comment:

 something else fishy about this and just for VS

 If I call this:

 {{{
 SELECT
 (ST_AsLatLonText('0101000020E6100000F771D98DE33826C00000000000004440'::geometry,
 'D°M''S.SSS"C'));
 }}}

 I get back this

 {{{
 40°0'0.000"N 11°6'40.000"W
 }}}


 However:

 {{{
 SELECT
 (ST_AsLatLonText('0101000020E6100000F771D98DE33826C00000000000004440'::geometry));
 }}}

 Gives me nothing.

 If I run on my mingw64 compiled postgres I get back


 {{{
 SELECT
 (ST_AsLatLonText('0101000020E6100000F771D98DE33826C00000000000004440'::geometry));
 40°0'0.000"N 11°6'40.000"W
 }}}
 anyway I'm going to close this out as won't fix cause I don't use this
 function and don't care to waste time debugging it.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1657#comment:20>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list