[postgis-tickets] [PostGIS] #2662: RGeo - PostGis - SRID - Recording

PostGIS trac at osgeo.org
Tue Mar 4 06:22:40 PST 2014


#2662: RGeo - PostGis - SRID - Recording
-----------------------+----------------------------------------------------
 Reporter:  benebrice  |       Owner:  pramsey      
     Type:  defect     |      Status:  new          
 Priority:  high       |   Milestone:  PostGIS 2.1.2
Component:  postgis    |     Version:  2.1.x        
 Keywords:             |  
-----------------------+----------------------------------------------------
 Hello,

 I am currently working with RGeo and PostGIS on a Rails application (Rails
 4.0.2, Ruby 2.1).

 I think I have found a problem coming from the recording of a position.
 You can find [https://github.com/dazuma/rgeo/issues/54 here ] an post at
 the end where I explain all my problems.  At the beginning I thought that
 the problem came from RGeo but now I am not really sure.

 To install PostGIS I used [http://postgresapp.com/ PostgresApp] and the
 following code lines to create the template used for the creation of my
 database with Rails.

 sudo su postgres

 createdb template_postgis

 createlang plpgsql template_postgis

 psql -d template_postgis -f /usr/share/postgresql/8.4/contrib/postgis.sql

 psql -d template_postgis -f
 /usr/share/postgresql/8.4/contrib/spatial_ref_sys.sql

 If you could help me on this problem it would be very interesting for me.
 I do not know what I can do more. I am completely blocked on the
 development of my application because of this problem.

 Thank you very much in advance.

 Regards,

 Brice.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2662>
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