Re: [postgis-users] How to remotely edit a postgis db over a webclient?

2011-01-26 Thread Nicolas Ribot
> Hi,
>
> I´m interested!
>
> Here is my setup at the moment.
>
> Server: Ubuntu 8.04
>
> Mapserver: Geoserver - at the moment i´m using geoserver from the
> opengeosuite.
>
> Spatial db: Postgresql 8.3 with postgis - I did a separate installation to
> get this working ( Ths OpenGeoSuite´s installation of postgis isn´t
> supported for ubuntu 8.04)
>
> Do you have a test app?
>

Yes I do.
I contact you off list to give you details.

Nicolas
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] How to remotely edit a postgis db over a webclient?

2011-01-26 Thread Maria Arias de Reyna
El Wednesday 26 January 2011, Robert Buckley escribió:
> Hi,
> 
> I´m interested!
> 
> Here is my setup at the moment.
> 
> Server: Ubuntu 8.04
> 
> Mapserver: Geoserver - at the moment i´m using geoserver from the
> opengeosuite.
> 
> Spatial db: Postgresql 8.3 with postgis - I did a separate installation to
> get this working ( Ths OpenGeoSuite´s installation of postgis isn´t
> supported for ubuntu 8.04)
> 
> Do you have a test app?
> 
> yours,
> 
> Robert


Please, can you stop creating new threads instead of replying the already 
created thread?

Thanks :)

And good luck with your project!

-- 
María Arias de Reyna Domínguez
Área de Operaciones

Emergya Consultoría 
Tfno: +34 954 51 75 77 / +34 607 43 74 27
Fax: +34 954 51 64 73 
www.emergya.es 
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


[postgis-users] How to remotely edit a postgis db over a webclient?

2011-01-26 Thread Robert Buckley
Hi,

I´m interested!

Here is my setup at the moment.

Server: Ubuntu 8.04

Mapserver: Geoserver - at the moment i´m using geoserver from the opengeosuite.

Spatial db: Postgresql 8.3 with postgis - I did a separate installation to get 
this working ( Ths OpenGeoSuite´s installation of postgis isn´t supported for 
ubuntu 8.04)

Do you have a test app?

yours,

Robert

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] How to remotely edit a postgis db over a webclient?

2011-01-26 Thread Nicolas Ribot
On 26 January 2011 11:19, Robert Buckley  wrote:
> Hi,
>
> I am trying to offer partners from my organization the ability to edit my
> data.
>
> 1 possibilty is that I could just instruct them to download the desktop
> applications so that this would be possible, but then they would need
> training etc to be able to use it. Some do not even have the permissions to
> install in there organization.
>
> I was actually looking for an opensource web client that could offer editing
> of postgis through a browser. I have been developing with Openlayer/Geoext
> but find that for editing purposes it is very complicated and time
> consuming. I was wondering if there were any out of the box solutions
> available.
>
> GeoMajas looks interesting. I have never worked with maven though. I was
> hoping for something lighter.
>

Hi,
Well, we do have a "lighter" solution ;)

On client side, it is based on a Java applet able to display Mapserver
data AND vector data to edit.
On server side, it is base on a Java Application (war) using Geotools.
A configuration file (lively editable) declares the geoserver layers
to edit (so a postgis layer, for instance) and (very) simple object
representation (line, filling, symbols).

Vector objects can be edited, with snapping options. Some client tools
allow to perform more complex editing operation:
polygon fusion, intersection, difference, hole completion, hole creation, etc.

To deploy the solution:
1°) On the server: a servlet container (jetty, tomcat...) where the war is put
2°) Configuration to declare the layer(s) to edit
3°) On the client side: a webpage declaring the edition applet and
biding it to the server

If you're interested, please let me know.
Nicolas
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


[postgis-users] How to remotely edit a postgis db over a webclient?

2011-01-26 Thread Robert Buckley
Hi,

I am trying to offer partners from my organization the ability to edit my data.

1 possibilty is that I could just instruct them to download the desktop 
applications so that this would be possible, but then they would need training 
etc to be able to use it. Some do not even have the permissions to install in 
there organization.

I was actually looking for an opensource web client that could offer editing of 
postgis through a browser. I have been developing with Openlayer/Geoext but 
find 
that for editing purposes it is very complicated and time consuming. I was 
wondering if there were any out of the box solutions available.

GeoMajas looks interesting. I have never worked with maven though. I was hoping 
for something lighter.

yours,

Robert

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] How to remotely edit a postgis db over a webclient?

2011-01-26 Thread Ben Madin
Robert,

On 26/01/2011, at 7:01 PM, Robert Buckley wrote:

> Slight variation of the first question, but still very relevant.If I have 
> non-gis users who want to edit the data, are there any examples of webclients 
> that could also do simplified editing?..

Do you mean just edit tables of attributes? You could use pgAdmin to do this.

cheers

Ben

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] How to remotely edit a postgis db over a webclient?

2011-01-26 Thread Randall, Eric
Robert,
 
Might have a look at Geomajas:
 
http://www.geomajas.org/
 
-Eric
 

Message-
From: postgis-users-boun...@postgis.refractions.net 
[mailto:postgis-users-boun...@postgis.refractions.net]On Behalf Of Robert 
Buckley
Sent: Wednesday, January 26, 2011 3:02 AM
To: postgis-users@postgis.refractions.net
Subject: [postgis-users] How to remotely edit a postgis db over a webclient?


Hi,

Slight variation of the first question, but still very relevant.If I have 
non-gis users who want to edit the data, are there any examples of webclients 
that could also do simplified editing?..

Yours,

Robert




___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


[postgis-users] How to remotely edit a postgis db over a webclient?

2011-01-26 Thread Robert Buckley
Hi,

Slight variation of the first question, but still very relevant.If I have 
non-gis users who want to edit the data, are there any examples of webclients 
that could also do simplified editing?..

Yours,

Robert

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users