[postgis-tickets] [PostGIS] #2447: wonrg LAT LONG values loading shapefile
PostGIS
trac at osgeo.org
Mon Sep 2 08:24:21 PDT 2013
#2447: wonrg LAT LONG values loading shapefile
---------------------------+------------------------------------------------
Reporter: strutus | Owner: mcayland
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.1.0
Component: loader/dumper | Version: 2.0.x
Keywords: |
---------------------------+------------------------------------------------
Comment(by kashif):
well the point coordinates you are seeing are in the original 6805
projection system. If you want the data in lat/lng you will need to
st_transform it to srid 4326, or:
shp2pgsql -I -s 6805:4326 SABINE_wells.shp welldata > wellsdata.sql
should in theory save the coordinates in lat/lngs
hope this helps
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2447#comment:1>
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