[Geomoose-users] Editing in GeoMoose

Bistrais, Bob Bob.Bistrais at maine.gov
Mon Jul 16 11:44:03 PDT 2012


While I’m on the topic of editing via GeoMoose…

I’ll soon be developing a GM application which will need to allow editing of a layer.  I’d like to ask the user group if any of you already have editing capabilities in your applications, or are planning to do so?   I am interested in both geometry and attribute editing.  Is everyone using PostGIS or some other database for editable layers?

If any has a working application with editing services, can you provide a URL so I can take a look?

With regard to the Layer Tools in GM, are these easily modified so they will work with an editable layer, rather than the default graphics layer?

Thanks,
Bob


From: geomoose-users-bounces at lists.osgeo.org [mailto:geomoose-users-bounces at lists.osgeo.org] On Behalf Of Bistrais, Bob
Sent: Monday, July 16, 2012 12:06 PM
To: Dan Little; geomoose-users at lists.osgeo.org
Subject: Re: [Geomoose-users] Editing in GeoMoose

Thanks Dan.  What about working with ESRI data- SDE or geodatabases?  Has anyone done that?  Can it be served up as WFS-T?

From: Dan Little [mailto:danlittle at yahoo.com]<mailto:[mailto:danlittle at yahoo.com]>
Sent: Thursday, July 12, 2012 9:19 AM
To: Bistrais, Bob; geomoose-users at lists.osgeo.org<mailto:geomoose-users at lists.osgeo.org>
Subject: Re: [Geomoose-users] Editing in GeoMoose

Bob,

That's not true.  GeoMoose supports editing via WFS-T, it does not dictate the source of the WFS-T.  The provider of the WFS-T service dictates the underlying data source.  For GeoServer, there are a litany of database to which it is perfectly happy to connect.  I specifically said *databases* because editing a file is really not a good idea.  There exist a few reasons for this but the most important is probably dealing with concurrency.  I tend to use GeoServer for WFS-T testing and implementation because it's really damn easy.  (Download, create start up script, win.)

Files, natively, don't have a good way of handling what happens when two users do something to the file at the same time.  If both you and I both changed the shape of a polygon, or a label, or other attribute, at the same time, there's no good way for a file to resolve these changes.  A server might be able to do some good work to make this type of operation work but I'd highly suggest AVOIDING using a multi-user file-based system.  The generally accepted method is to make something similar to a PostGIS database and offer exports to Shapefiles.

________________________________
From: "Bistrais, Bob" <Bob.Bistrais at maine.gov<mailto:Bob.Bistrais at maine.gov>>
To: "geomoose-users at lists.osgeo.org<mailto:geomoose-users at lists.osgeo.org>" <geomoose-users at lists.osgeo.org<mailto:geomoose-users at lists.osgeo.org>>
Sent: Wednesday, July 11, 2012 2:38 PM
Subject: [Geomoose-users] Editing in GeoMoose

I was reading the documentation on editing features in GeoMoose 2.6.  Now, I’ll declare that I did see that only PostGIS data is supported.  That being said, is it possible (and has anyone successfully done so) to edit other data formats.  Specifically, shapefiles, or perhaps ESRI Geodatabases?

_______________________________________________
Geomoose-users mailing list
Geomoose-users at lists.osgeo.org<mailto:Geomoose-users at lists.osgeo.org>
http://lists.osgeo.org/mailman/listinfo/geomoose-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geomoose-users/attachments/20120716/0f13531f/attachment-0001.html>


More information about the Geomoose-users mailing list