Re: [mapserver-users] Editing via Mapserver application?
Bob, The previous GeoMoose 2.4 included a Feature Editor capability based on Mapscript and PostGIS. The new GeoMoose v2.6 uses WFS-T with a compatible server (e.g. GeoServer, TinyOWS) for editing features (see http://www.geomoose.org/docs/vector_layers/geoserver_setup.html). Best Regards, Brent Fraser On 1/2/2013 12:00 PM, Bistrais, Bob wrote: I would like to build a MapServer-based application which includes the ability to edit features, and am posting to see what others have done. Our current stack includes a GeoMoose front end, that is, MapServer/PHP MapScript, and Open Layers. Currently, we have a SQL Server/SDE database, and ArcGIS Server available, but have not implemented PostGIS. With that in mind, I was wondering what advice others have, and if anyone has a working application, could you direct me to it so that I could have a look? Any suggestions appreciated. ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
Re: [mapserver-users] Editing via Mapserver application?
On 1/2/2013 2:00 PM, Bistrais, Bob wrote: I would like to build a MapServer-based application which includes the ability to edit features, and am posting to see what others have done. Our current stack includes a GeoMoose front end, that is, MapServer/PHP MapScript, and Open Layers. Currently, we have a SQL Server/SDE database, and ArcGIS Server available, but have not implemented PostGIS. With that in mind, I was wondering what advice others have, and if anyone has a working application, could you direct me to it so that I could have a look? Any suggestions appreciated. Hi Bob, The answers to this are varied and depend on what requires you put on the problem. See if this helps: 1. if you want to do this in your GeoMoose client then the quest should really go to that support list. 2. If you just want to build a standalone editing application, then you could do something like: a. use OpenLayers as the front end, construct you drawing and editing tools as OL feature editing tools b. give you OL feature editing tools a save option that sends them to a WFS-T service on your server or write an somple Ajax handler that will do add, delete, modify of features to your favorite backing store. c. You can use TinyOWS or GeoServer as you WFS-T server Sorry, I don't use Arc* tools so I can not help there. SQL Server has most if not all the functionality of PostGIS so you should be able to use that with an Ajax service. The big issue with writing your own Ajax service instead of using WFS-T is that the later handles around multiple users trying to edit the same object at the same time. -Steve ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
Re: [mapserver-users] Editing via Mapserver application?
On 13-01-02 2:00 PM, Bistrais, Bob wrote: I would like to build a MapServer-based application which includes the ability to edit features, and am posting to see what others have done. Our current stack includes a GeoMoose front end, that is, MapServer/PHP MapScript, and Open Layers. Currently, we have a SQL Server/SDE database, and ArcGIS Server available, but have not implemented PostGIS. With that in mind, I was wondering what advice others have, and if anyone has a working application, could you direct me to it so that I could have a look? Any suggestions appreciated. Here are two examples supporting WFS-T editing via TinyOWS: http://labs.mapgears.com/en/archive/wfstfeatureediting-ux and http://labs.mapgears.com/en/archive/bdga-wfst Both examples come with a page listing the details of the components used. BTW, for anyone interested, there are more demos/samples/experiments in our Mapgears Labs site at http://labs.mapgears.com/ -- Daniel Morissette http://www.mapgears.com/ Provider of Professional MapServer Support since 2000 ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
Re: [mapserver-users] Editing via Mapserver application?
Take a look here: www.soft-gis.com On Jan 2, 2013, at 8:00 PM, Bistrais, Bob wrote: > I would like to build a MapServer-based application which includes the > ability to edit features, and am posting to see what others have done. Our > current stack includes a GeoMoose front end, that is, MapServer/PHP > MapScript, and Open Layers. Currently, we have a SQL Server/SDE database, > and ArcGIS Server available, but have not implemented PostGIS. > > With that in mind, I was wondering what advice others have, and if anyone has > a working application, could you direct me to it so that I could have a look? > Any suggestions appreciated. > > > > ___ > mapserver-users mailing list > mapserver-users@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/mapserver-users ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
[mapserver-users] Editing via Mapserver application?
I would like to build a MapServer-based application which includes the ability to edit features, and am posting to see what others have done. Our current stack includes a GeoMoose front end, that is, MapServer/PHP MapScript, and Open Layers. Currently, we have a SQL Server/SDE database, and ArcGIS Server available, but have not implemented PostGIS. With that in mind, I was wondering what advice others have, and if anyone has a working application, could you direct me to it so that I could have a look? Any suggestions appreciated. ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users