Re: [udig-devel] Problem adding a SimpleFeature in a FeatureCollection

2010-02-19 Thread Jody Garnett
Because I use it! I added it to the GeoTools user guide wiki page for the next person :-) The other way to tell is that you get a class cast exception! Even with WFS 1.0 not all WFS have "transaction" ability; so you really need to do an instance of check to see if your featureSource is an inst

Re: [udig-devel] Live DVD - linux testing from last meeting 24 hours

2010-02-19 Thread Jody Garnett
On 19/02/2010, at 9:42 PM, Mauricio Pazos wrote: >> a couple weeks now. I would basically like to be able to leap into >> action as a team when Eclipse 3.5.2 is released on the 26th and push >> out a release candidate. > don't worry Getting less worried all the time - thanks for the testing! >>

Re: [udig-devel] Problem adding a SimpleFeature in a FeatureCollection

2010-02-19 Thread Virginie BERRE
Thank you Jody. How could I have known that WFS 1.1.1 implementation does not support transaction? I can't find this information. Best regards, Have a nice weekend. Virginie BERRE - Ingénieur d'études et de développement +33 (0)1 30 15 40 58 virginie.be...@magellium.fr MAGELLIUMPensez

Re: [udig-devel] Problem adding a SimpleFeature in a FeatureCollection

2010-02-19 Thread Jody Garnett
Tutorial is correct - you are missing a little bit of information. WFS 1.1 implementation does not support transactions (so no adding features). Connect using WFS 1.0 and you should be good to go (ie add "VERSION=1.0" to your URL Jody On 19/02/2010, at 8:06 PM, Virginie BERRE wrote: > De

Re: [udig-devel] How to embed MapViewer into org.eclipse.ui.part.MultiPageEditorPart

2010-02-19 Thread Jody Garnett
You can render a map into an Image (for exporting to file or displaying statically on the screen - have a look at ApplicationGIS utility class for the example). Do you have any indication why your MapViewer is not showing anything? Can you give us a cut down example that shows the problem? Jo

Re: [udig-devel] Live DVD - linux testing from last meeting 24 hours

2010-02-19 Thread Mauricio Pazos
Sorry for the double mail. (My e-mail client went crazy xD) On Friday 19 February 2010 11:42:44 am Mauricio Pazos wrote: > On Wednesday 17 February 2010 11:33:09 pm Jody Garnett wrote: > > That is great - thank you so much. > > > > I have been a bit crazy/busy at work and have not focused on uDig

Re: [udig-devel] Live DVD - linux testing from last meeting 24 hours

2010-02-19 Thread Mauricio Pazos
On Wednesday 17 February 2010 11:33:09 pm Jody Garnett wrote: > That is great - thank you so much. > > I have been a bit crazy/busy at work and have not focused on uDig for > a couple weeks now. I would basically like to be able to leap into > action as a team when Eclipse 3.5.2 is released on the

Re: [udig-devel] Live DVD - linux testing from last meeting 24 hours

2010-02-19 Thread Mauricio Pazos
On Wednesday 17 February 2010 11:33:09 pm Jody Garnett wrote: > That is great - thank you so much. We have tested uDig with walkthrough 1 and 2 and it seems to be working fine. > > I have been a bit crazy/busy at work and have not focused on uDig for > a couple weeks now. I would basically like to

Re: [udig-devel] Problem adding a SimpleFeature in a FeatureCollection

2010-02-19 Thread Virginie BERRE
Dear Jody, Ok I've understand your advise. I've tried to follow a tutorial : http://blogs.law.harvard.edu/jreyes/2007/08/03/geotools-wfs-t-update-request / // 1st try -> ClassCastException : org.geotools.data.wfs.v1_1_0.WFSFeatureSource cannot be cast to org.geotools.data.FeatureStore D