|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
[PostGIS] #251: Enhance shp2pgsql to be able to load into new geography type#251: Enhance shp2pgsql to be able to load into new geography type
-------------------------+-------------------------------------------------- Reporter: robe | Owner: pramsey Type: enhancement | Status: new Priority: medium | Milestone: postgis 1.5.0 Component: postgis | Version: trunk Keywords: | -------------------------+-------------------------------------------------- I'm thinking would be nice if combined with #229 so that we can if someone has data in a non-4326 srid, they can load and transform in one shot. Have we coalesced the logic of the gui, core, etc yet? We probably should do that before this step. -- Ticket URL: <http://trac.osgeo.org/postgis/ticket/251> PostGIS <http://trac.osgeo.org/postgis/> PostGIS _______________________________________________ postgis-devel mailing list postgis-devel@... http://postgis.refractions.net/mailman/listinfo/postgis-devel |
|
|
Re: [PostGIS] #251: Enhance shp2pgsql to be able to load into new geography type#251: Enhance shp2pgsql to be able to load into new geography type
--------------------------+------------------------------------------------- Reporter: robe | Owner: pramsey Type: enhancement | Status: new Priority: medium | Milestone: postgis 1.5.0 Component: postgis | Version: trunk Resolution: | Keywords: --------------------------+------------------------------------------------- Comment (by robe): Okay I guess #204 answers my question about the merge -- still on our todo On a slightly different note -- I haven't tested pgsql2shp so not sure if the autocasting behavior of geography to geometry makes it autowork already. -- Ticket URL: <http://trac.osgeo.org/postgis/ticket/251#comment:1> PostGIS <http://trac.osgeo.org/postgis/> PostGIS _______________________________________________ postgis-devel mailing list postgis-devel@... http://postgis.refractions.net/mailman/listinfo/postgis-devel |
|
|
Re: [PostGIS] #251: Enhance shp2pgsql to be able to load into new geography type#251: Enhance shp2pgsql to be able to load into new geography type
--------------------------+------------------------------------------------- Reporter: robe | Owner: mcayland Type: enhancement | Status: new Priority: medium | Milestone: postgis 1.5.0 Component: postgis | Version: trunk Resolution: | Keywords: --------------------------+------------------------------------------------- Changes (by pramsey): * owner: pramsey => mcayland -- Ticket URL: <http://trac.osgeo.org/postgis/ticket/251#comment:2> PostGIS <http://trac.osgeo.org/postgis/> PostGIS _______________________________________________ postgis-devel mailing list postgis-devel@... http://postgis.refractions.net/mailman/listinfo/postgis-devel |
|
|
Re: [PostGIS] #251: Enhance shp2pgsql to be able to load into new geography type#251: Enhance shp2pgsql to be able to load into new geography type
--------------------------+------------------------------------------------- Reporter: robe | Owner: mcayland Type: enhancement | Status: new Priority: medium | Milestone: PostGIS 1.5.0 Component: postgis | Version: trunk Resolution: | Keywords: --------------------------+------------------------------------------------- Comment (by pramsey): Added support to the CLI loader (-G option) at r5040 -- Ticket URL: <http://trac.osgeo.org/postgis/ticket/251#comment:3> 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. _______________________________________________ postgis-devel mailing list postgis-devel@... http://postgis.refractions.net/mailman/listinfo/postgis-devel |
|
|
Re: [PostGIS] #251: Enhance shp2pgsql to be able to load into new geography type#251: Enhance shp2pgsql to be able to load into new geography type
--------------------------+------------------------------------------------- Reporter: robe | Owner: mcayland Type: enhancement | Status: new Priority: medium | Milestone: PostGIS 1.5.0 Component: postgis | Version: trunk Resolution: | Keywords: --------------------------+------------------------------------------------- Comment (by pramsey): Added support to the GUI loader at r5042 -- Ticket URL: <http://trac.osgeo.org/postgis/ticket/251#comment:4> 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. _______________________________________________ postgis-devel mailing list postgis-devel@... http://postgis.refractions.net/mailman/listinfo/postgis-devel |
|
|
Re: [PostGIS] #251: Enhance shp2pgsql to be able to load into new geography type#251: Enhance shp2pgsql to be able to load into new geography type
--------------------------+------------------------------------------------- Reporter: robe | Owner: mcayland Type: enhancement | Status: new Priority: medium | Milestone: PostGIS 1.5.0 Component: postgis | Version: trunk Resolution: | Keywords: --------------------------+------------------------------------------------- Comment (by mcayland): Looks reasonably sensible, although there doesn't appear to be any regression tests for the geography code which might be a good idea. -- Ticket URL: <http://trac.osgeo.org/postgis/ticket/251#comment:5> 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. _______________________________________________ postgis-devel mailing list postgis-devel@... http://postgis.refractions.net/mailman/listinfo/postgis-devel |
|
|
Re: [PostGIS] #251: Enhance shp2pgsql to be able to load into new geography type#251: Enhance shp2pgsql to be able to load into new geography type
--------------------------+------------------------------------------------- Reporter: robe | Owner: mcayland Type: enhancement | Status: new Priority: medium | Milestone: PostGIS 1.5.0 Component: postgis | Version: trunk Resolution: | Keywords: --------------------------+------------------------------------------------- Comment (by pramsey): Added support to the CLI dumper (automatically senses and dumps geography columns if they are present) at r5051. If the -g option is present, uses that geocolumn, if not, picks the first one it hits whether it's geography or geometry. -- Ticket URL: <http://trac.osgeo.org/postgis/ticket/251#comment:6> 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. _______________________________________________ postgis-devel mailing list postgis-devel@... http://postgis.refractions.net/mailman/listinfo/postgis-devel |
|
|
Re: [PostGIS] #251: Enhance shp2pgsql to be able to load into new geography type#251: Enhance shp2pgsql to be able to load into new geography type
--------------------------+------------------------------------------------- Reporter: robe | Owner: mcayland Type: enhancement | Status: closed Priority: medium | Milestone: PostGIS 1.5.0 Component: postgis | Version: trunk Resolution: fixed | Keywords: --------------------------+------------------------------------------------- Changes (by pramsey): * status: new => closed * resolution: => fixed Comment: Regression task added in #358. -- Ticket URL: <http://trac.osgeo.org/postgis/ticket/251#comment:7> 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. _______________________________________________ postgis-devel mailing list postgis-devel@... http://postgis.refractions.net/mailman/listinfo/postgis-devel |
| Free embeddable forum powered by Nabble | Forum Help |