[From nobody Thu Jun 7 16:39:32 2018 Return-Path: <postgis-users-bounces@postgis.refractions.net> Delivered-To: frank.koormann@intevation.de Received: from offsite.refractions.net (informationpartnership.entirety.ca [204.174.116.40]) by mail.intevation.de (Postfix) with ESMTP id 8DC2336D81; Wed, 27 Aug 2003 03:17:50 +0200 (CEST) Received: from offsite.refractions.net (localhost.localdomain [127.0.0.1]) by offsite.refractions.net (Postfix) with ESMTP id BFB2A437A1; Tue, 26 Aug 2003 18:17:33 -0700 (PDT) Delivered-To: postgis-users@offsite.refractions.net Received: from pd4mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by offsite.refractions.net (Postfix) with ESMTP id 41F4F4379E for <postgis-users@postgis.refractions.net>; Tue, 26 Aug 2003 18:17:30 -0700 (PDT) Received: from pd4mr2so.prod.shaw.ca (pd4mr2so-qfe3.prod.shaw.ca [10.0.141.213]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HK900L697LC60@l-daemon> for postgis-users@postgis.refractions.net; Tue, 26 Aug 2003 19:17:36 -0600 (MDT) Received: from pn2ml2so.prod.shaw.ca (pn2ml2so-qfe0.prod.shaw.ca [10.0.121.146]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HK9001JD7LCGT@l-daemon> for postgis-users@postgis.refractions.net; Tue, 26 Aug 2003 19:17:36 -0600 (MDT) Received: from refractions.net (h24-68-229-138.gv.shawcable.net [24.68.229.138]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HK9005527LCKO@l-daemon> for postgis-users@postgis.refractions.net; Tue, 26 Aug 2003 19:17:36 -0600 (MDT) Date: Tue, 26 Aug 2003 18:22:40 -0700 From: Paul Ramsey <pramsey@refractions.net> Subject: Re: [postgis-users] Re: What aplication may i buy to edit postgisdata. In-reply-to: <0ff601c36bf8$ed6d4a90$020002c0@SHARK> To: PostGIS Users Discussion <postgis-users@postgis.refractions.net> Message-id: <F3497D74-D82C-11D7-9BB3-000393D33C2E@refractions.net> MIME-version: 1.0 X-Mailer: Apple Mail (2.552) Content-type: text/plain; charset=US-ASCII; format=flowed Content-transfer-encoding: 7BIT X-BeenThere: postgis-users@postgis.refractions.net X-Mailman-Version: 2.1b4 Precedence: list Reply-To: PostGIS Users Discussion <postgis-users@postgis.refractions.net> List-Id: PostGIS Users Discussion <postgis-users.postgis.refractions.net> List-Post: <mailto:postgis-users@postgis.refractions.net> List-Subscribe: <http://postgis.refractions.net/mailman/listinfo/postgis-users>, <mailto:postgis-users-request@postgis.refractions.net?subject=subscribe> List-Unsubscribe: <http://postgis.refractions.net/mailman/listinfo/postgis-users>, <mailto:postgis-users-request@postgis.refractions.net?subject=unsubscribe> List-Archive: <http://offsite.refractions.net/pipermail/postgis-users> List-Help: <mailto:postgis-users-request@postgis.refractions.net?subject=help> Sender: postgis-users-bounces@postgis.refractions.net Errors-To: postgis-users-bounces@postgis.refractions.net X-Spam-Status: No, hits=0.5 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,PORN_4,QUOTED_EMAIL_TEXT, REPLY_WITH_QUOTES,USER_AGENT_APPLEMAIL version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) I am totally stoked about the possibility of getting a PostGIS live-edit capability into JUMP. We have a design roughed out, we just do not have a project to fund the work. It would be pretty cool too -- by doing all the live editing within a transaction block, it would be possible to rollback or commit complete edit blocks. One interesting side issue of starting to do live edits within transactions in PostGIS is improving concurrency in the GiST indexes. Unlike B-Trees, GiST does not support row-level concurrency. There are some academic papers on the problem, but no implementations that I know of. It would be interesting to know how OracleSpatial handles concurrency in its RTree implementation. P. On Tuesday, August 26, 2003, at 10:38 AM, Brent Fraser wrote: > Chris, > > I just tried JUMP and it looks very intriguing. Over the past > couple of > weeks I've been testing various WMS clients with Mapserver, trying to > find a > good one that our sales people can use to show our raster data > products. > Most have shortcomings when dealing with selecting or setting > coordinate > systems. > > I've noticed that JUMP will give the user the opportunity to select > the > coordinate system from the list supplied from the WMS server > (excellent!), > but there seems to be no way to set the view (task) coordinate system > so I > can overlay (and JUMP can project) local lat/lon shapefiles. > > We tend to keep our shapefiles unprojected and let ArcView 3.x do the > projecting when necessary. This relieves us from have the same data in > multiple coordinate system (and now that Mapserver can do 24-bit raster > reprojection and act as a WMS server we may want to do the same for our > raster data). > > Any plans in the future for JUMP to project local vector data on the > fly? > > Thanks! > > Brent Fraser > GeoAnalytic Inc. > Tel:(403) 213-2700 > bfraser@geoanalytic.com > www.geoanalytic.com > > ----- Original Message ----- > From: <chodgson@refractions.net> > To: "PostGIS Users Discussion" <postgis-users@postgis.refractions.net> > Sent: Tuesday, August 26, 2003 10:16 AM > Subject: Re: [postgis-users] Re: What aplication may i buy to edit > postgisdata. > > >> I would have to suggest JUMP as a possibility. It doesn't allow >> in-table >> editing (yet) but you can suck out a table and edit it, then save it >> back > to a >> new table (with the postgis plugin). This won't work very well if your > table is >> too large to fit all in memory at once... eventually there will >> probably a >> better postgis plugin with support for in-table editing. >> >> http://www.vividsolutions.com/jump/ >> >> Chris >> >> Quoting Wilman Rojas <wilmanrojas@geoweb.com.co>: >> >>> >>> We clarify: >>> >>> We do not want to buy ArcEditor. >>> Do you know of any other software available for Postgis data >>> editing. >>> >>> Thank. >>> >>> Wilman Rojas. >>> >>> >> >> >> >> >> >> _______________________________________________ >> postgis-users mailing list >> postgis-users@postgis.refractions.net >> http://postgis.refractions.net/mailman/listinfo/postgis-users > > > _______________________________________________ > postgis-users mailing list > postgis-users@postgis.refractions.net > http://postgis.refractions.net/mailman/listinfo/postgis-users > Paul Ramsey Refractions Research Email: pramsey@refractions.net Phone: (250) 885-0632 _______________________________________________ postgis-users mailing list postgis-users@postgis.refractions.net http://postgis.refractions.net/mailman/listinfo/postgis-users ]