[postgis-tickets] [PostGIS] #2363: st_distance with an added Integer value is not working in 2.0

PostGIS trac at osgeo.org
Mon Jun 24 12:49:08 PDT 2013


#2363: st_distance with an added Integer value is not working in 2.0
---------------------+------------------------------------------------------
 Reporter:  vbalent  |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  blocker  |   Milestone:  PostGIS 2.0.4
Component:  postgis  |     Version:  2.0.x        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by robe):

 Hmm don't see a PROJ_LIB set, and I think if not set it uses the default
 location which might vary depending on OS.
 Details described here: http://home.gdal.org/projects/wcts/install.html

 BUT: YOU STILL DID NOT ANSWER MY QUESTION:  What does this query return?


 {{{
 SELECT ST_AsText(
    ST_Transform(
      ST_POINTFROMTEXT('POINT(-73.76545859999999 42.658618)', 4326), 2260)
 );

 }}}

 Mine returns:
 -- answer  POINT(689696.298242221 1394398.10155405)

 If you get the same or similar answer then proj is not your issue and you
 probably have a more obvious problem of your datasets are simply different
 on the two systems.

 If you get a different answer, then proj is your issue.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2363#comment:8>
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