[Geoserver-devel] porting dynamic icons to new kml module

2013-07-02 Thread Justin Deoliveira
Hi all,

As discussed on the previous thread I have taken a crack at porting the kml
dynamic icon work done by kevin and david to the new kml module. The entire
work (including the original implementation) can be found in this pull
request.

  https://github.com/geoserver/geoserver/pull/261

I changed one aspect of the original work, the service used to render
icons. It didn't seem to fit that the service was part of restconfig and
secured by default. So i moved it out into a separate servlet/controller
exposed through the kml module itself. The change for that is here:


https://github.com/jdeolive/geoserver/commit/1bbaf2d1be4454e50ec6a9f69299331c9c6bb212

Here is the specific changeset for the porting to the new kml module.


https://github.com/jdeolive/geoserver/commit/6785ac7c6ad14ea14aefd94079e939541b9d5f47

All tests in the new module are passing.

-Justin

-- 
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] WPS code

2013-07-02 Thread francesco bartoli
Hi,

you can have a look at these two place 
http://docs.geoserver.org/stable/en/developer/programming-guide/wps-services/implementing.html
 http://suite.opengeo.org/docs/processing/wpsjava/index.html for a base code.

Ing. Francesco Bartoli
CTO & Owner
GeoBeyond Srl
Via M. Augusta 68
02040 - Vacone (RI) - Italy
http://www.geobeyond.it
Mob: +39 333 2997173
Twitter: twitter.com/geobeyond
SkypeId: francesco_bartoli

Il giorno 02/lug/2013, alle ore 19:44, Bessette-Halsema, Dominique E ha scritto:

> Hi
>  
> Does anyone know where I can get the WPS code from?  Ie. JTS:intersection?
>  
> Dominique Bessette
> Engineer, Software
> General Dynamics Information Technology
> Supporting Fleet Numerical Meteorology and Oceanography Center (FNMOC)
> Office: 619-881-2748
>  
>  
> --
> This SF.net email is sponsored by Windows:
> 
> Build for Windows Store.
> 
> http://p.sf.net/sfu/windows-dev2dev___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GSIP 98: replace the kml module with KML2

2013-07-02 Thread Justin Deoliveira
On Tue, Jul 2, 2013 at 12:19 PM, Andrea Aime
wrote:

> On Tue, Jul 2, 2013 at 8:14 PM, Justin Deoliveira wrote:
>
>> Awesome. I am just looking at the code now. For now can we avoid moving
>> or removing the old kml module that would be appreciated, will make it
>> easier to analyze the diff of the old code, etc...
>>
>
> Sure. However, next week I'm in vacation, do you think you'll be done by
> Friday? :-p
> I can do the swap later of course, and we are still missing votes in the
> proposal anyways, just checking
> the lay of the land.
>

Yeah, my plan is actually to have it done asap, today ideally :) But yeah
basically this is the top of my list right now.

>
> Cheers
> Andrea
>
> --
> ==
> Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
> information.
> ==
>
> Ing. Andrea Aime
> @geowolf
> Technical Lead
>
> GeoSolutions S.A.S.
> Via Poggio alle Viti 1187
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob: +39  339 8844549
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
>
> ---
>



-- 
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GSIP 98: replace the kml module with KML2

2013-07-02 Thread Andrea Aime
On Tue, Jul 2, 2013 at 8:14 PM, Justin Deoliveira wrote:

> Awesome. I am just looking at the code now. For now can we avoid moving or
> removing the old kml module that would be appreciated, will make it easier
> to analyze the diff of the old code, etc...
>

Sure. However, next week I'm in vacation, do you think you'll be done by
Friday? :-p
I can do the swap later of course, and we are still missing votes in the
proposal anyways, just checking
the lay of the land.

Cheers
Andrea

-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GSIP 98: replace the kml module with KML2

2013-07-02 Thread Justin Deoliveira
On Tue, Jul 2, 2013 at 12:12 PM, Andrea Aime
wrote:

> On Tue, Jul 2, 2013 at 7:41 PM, Justin Deoliveira wrote:
>
>> Related to this work are some of the pending changes we have coming down
>> the pipe. Unfortunately Kevin is out this week but my understanding is this.
>>
>> 1. We did some stuff for kml symbols that was done against the old code.
>> It is currently sitting on a branch here.
>>
>>   https://github.com/smithkm/geoserver/tree/kml-dynamic-icons-squashed
>>
>>
> So, it is some sort of dynamic icon server, right?
>

Yup. That's the one.

>
>
>>  2. We want to push that in and forward port it to the new kml work so
>> that the work is not lost going forward. We want to have this make the
>> deadline for the 2.4 feature cutoff. Any objections to getting that work in
>> the new kml module in the short term given that it doesn't destabilize any
>> of the work done to date?
>>
>
> It should not be too hard to merge, the icon server code stays the same,
> and in kml2 you need to modify the
> placemark style decorator, making it generate the icon links, or add the
> kmz icons to the context in order to keep
> them into the generated kmz.
> Should not be too hard, and as far as I can tell, not much invasive, if
> everything goes like I believe it should,
> you might just have to modify one class in kml2.
> So, no objections here.
>

Awesome. I am just looking at the code now. For now can we avoid moving or
removing the old kml module that would be appreciated, will make it easier
to analyze the diff of the old code, etc...

>
> Cheers
> Andrea
>
> --
> ==
> Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
> information.
> ==
>
> Ing. Andrea Aime
> @geowolf
> Technical Lead
>
> GeoSolutions S.A.S.
> Via Poggio alle Viti 1187
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob: +39  339 8844549
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
>
> ---
>



-- 
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] WPS code

2013-07-02 Thread Martin Davis
If it's just the JTS code you want you can find it here:

http://tsusiatsoftware.net/jts/main.html


On Tue, Jul 2, 2013 at 10:44 AM, Bessette-Halsema, Dominique E <
dominique.besse...@gdit.com> wrote:

> Hi 
>
> ** **
>
> Does anyone know where I can get the WPS code from?  Ie. JTS:intersection?
> 
>
> ** **
>
> Dominique Bessette
>
> Engineer, Software
>
> General Dynamics Information Technology
>
> Supporting Fleet Numerical Meteorology and Oceanography Center (FNMOC)
>
> Office: 619-881-2748
>
> ** **
>
> ** **
>
>
> --
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
>
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GSIP 98: replace the kml module with KML2

2013-07-02 Thread Andrea Aime
On Tue, Jul 2, 2013 at 7:41 PM, Justin Deoliveira wrote:

> Related to this work are some of the pending changes we have coming down
> the pipe. Unfortunately Kevin is out this week but my understanding is this.
>
> 1. We did some stuff for kml symbols that was done against the old code.
> It is currently sitting on a branch here.
>
>   https://github.com/smithkm/geoserver/tree/kml-dynamic-icons-squashed
>
>
So, it is some sort of dynamic icon server, right?


> 2. We want to push that in and forward port it to the new kml work so that
> the work is not lost going forward. We want to have this make the deadline
> for the 2.4 feature cutoff. Any objections to getting that work in the new
> kml module in the short term given that it doesn't destabilize any of the
> work done to date?
>

It should not be too hard to merge, the icon server code stays the same,
and in kml2 you need to modify the
placemark style decorator, making it generate the icon links, or add the
kmz icons to the context in order to keep
them into the generated kmz.
Should not be too hard, and as far as I can tell, not much invasive, if
everything goes like I believe it should,
you might just have to modify one class in kml2.
So, no objections here.

Cheers
Andrea

-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] WPS code

2013-07-02 Thread Bessette-Halsema, Dominique E
Hi 

 

Does anyone know where I can get the WPS code from?  Ie. JTS:intersection?

 

Dominique Bessette

Engineer, Software

General Dynamics Information Technology

Supporting Fleet Numerical Meteorology and Oceanography Center (FNMOC)

Office: 619-881-2748

 

 



smime.p7s
Description: S/MIME cryptographic signature
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GSIP 98: replace the kml module with KML2

2013-07-02 Thread Justin Deoliveira
Related to this work are some of the pending changes we have coming down
the pipe. Unfortunately Kevin is out this week but my understanding is this.

1. We did some stuff for kml symbols that was done against the old code. It
is currently sitting on a branch here.

  https://github.com/smithkm/geoserver/tree/kml-dynamic-icons-squashed

2. We want to push that in and forward port it to the new kml work so that
the work is not lost going forward. We want to have this make the deadline
for the 2.4 feature cutoff. Any objections to getting that work in the new
kml module in the short term given that it doesn't destabilize any of the
work done to date?


On Tue, Jul 2, 2013 at 8:33 AM, Chris Holmes  wrote:

> Thanks! Trying it out now.
>
>
> On Mon, Jul 1, 2013 at 11:40 AM, Andrea Aime  > wrote:
>
>> On Mon, Jul 1, 2013 at 4:58 PM, Andrea Aime > > wrote:
>>
>>> On Mon, Jul 1, 2013 at 4:30 PM, Chris Holmes wrote:
>>>

> If it's easy for someone to make a build for me (preferably the binary
 one, can also do a .war) I'd be psyched to check it out and do a bit of
 testing on it. I'm unfortunately too far from development days to build it
 myself - the nightlies have spoiled me since I can test most everything
 there. But I'm probably still +1 even if I can't try it out before, I'll
 just be sure to test on master.

>>>
>> Here we go, for your testing pleasure, a -bin style geoserver ready to
>> roll :-)
>>
>> http://demo.geo-solutions.it/share/kml2.zip
>>
>> Cheers
>> Andrea
>>
>> --
>> ==
>> Our support, Your Success! Visit http://opensdi.geo-solutions.it for
>> more information.
>> ==
>>
>> Ing. Andrea Aime
>> @geowolf
>> Technical Lead
>>
>> GeoSolutions S.A.S.
>> Via Poggio alle Viti 1187
>> 55054  Massarosa (LU)
>> Italy
>> phone: +39 0584 962313
>> fax: +39 0584 1660272
>> mob: +39  339 8844549
>>
>> http://www.geo-solutions.it
>> http://twitter.com/geosolutions_it
>>
>> ---
>>
>
>
>
> --
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
>


-- 
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GSIP 98: replace the kml module with KML2

2013-07-02 Thread Chris Holmes
Thanks! Trying it out now.


On Mon, Jul 1, 2013 at 11:40 AM, Andrea Aime
wrote:

> On Mon, Jul 1, 2013 at 4:58 PM, Andrea Aime 
> wrote:
>
>> On Mon, Jul 1, 2013 at 4:30 PM, Chris Holmes  wrote:
>>
>>>
 If it's easy for someone to make a build for me (preferably the binary
>>> one, can also do a .war) I'd be psyched to check it out and do a bit of
>>> testing on it. I'm unfortunately too far from development days to build it
>>> myself - the nightlies have spoiled me since I can test most everything
>>> there. But I'm probably still +1 even if I can't try it out before, I'll
>>> just be sure to test on master.
>>>
>>
> Here we go, for your testing pleasure, a -bin style geoserver ready to
> roll :-)
>
> http://demo.geo-solutions.it/share/kml2.zip
>
> Cheers
> Andrea
>
> --
> ==
> Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
> information.
> ==
>
> Ing. Andrea Aime
> @geowolf
> Technical Lead
>
> GeoSolutions S.A.S.
> Via Poggio alle Viti 1187
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob: +39  339 8844549
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
>
> ---
>
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [jira] (GEOS-5874) Raster rendering quality is very bad

2013-07-02 Thread JIRA














































Christophe Delépine
 created  GEOS-5874


Raster rendering quality is very bad















Issue Type:


Bug



Affects Versions:


2.3.2



Assignee:


Andrea Aime



Attachments:


zoom1_geoserver.png, zoom1_xnview.png, zoom2_geoserver.png, zoom2_xnview.png



Components:


Chart symbolizer



Created:


02/Jul/13 8:48 AM



Description:


Hi,
I am getting very bad quality results from GeoServer with raster data sources. I have created an imagemosaic from a bunch a GeoTiff scanned maps and i view it without any reprojection (geotiff is in WGS84)

Here are 2 snapshots with 2 different scales.
One is the output from Geoserver and the other is simply a screenshot of a geotiff opened with Xnview (simple image viewer on windows). The quality of Xnview is much better.

I have tried both bilinear and bicubic interpolation but could not see any improvement.

Is that a bug or a configuration problem ?





Environment:


JRE 1.7 

GeoServer 2.3.2

XP64




Project:


GeoServer



Priority:


Major




Reporter:


Christophe Delépine




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira





--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [jira] (GEOS-5873) Certain Style names cause GeoServer to error

2013-07-02 Thread Jonathan Moules (JIRA)














































Jonathan Moules
 created  GEOS-5873


Certain Style names cause GeoServer to error















Issue Type:


Bug



Affects Versions:


2.3.3



Assignee:


Andrea Aime



Components:


Wicket UI



Created:


02/Jul/13 6:34 AM



Description:


If I create a new SLD and give it a name of "OS VMD - Line - Roads (minor\local\pedestrian)" GeoServer will error out when I press submit.
Seems there isn't any sanity checking of the inputs for characters that are either special to the Operating System.



I get "Oops, something went wrong..."

org.apache.wicket.WicketRuntimeException: java.io.FileNotFoundException: D:\GeoServer_Config_Dir\styles\OS VMD - Line - Roads (minor\local\pedestrian).sld (The system cannot find the path specified) at org.geoserver.wms.web.data.StyleNewPage.onStyleFormSubmit(StyleNewPage.java:61) at org.geoserver.wms.web.data.AbstractStylePage$1.onSubmit(AbstractStylePage.java:109) at org.apache.wicket.markup.html.form.Form.delegateSubmit(Form.java:1565) at org.apache.wicket.markup.html.form.Form.process(Form.java:958) at org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:920) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)




Project:


GeoServer



Priority:


Major




Reporter:


Jonathan Moules




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira





--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [Hudson] Build failed in Hudson: cite-wfs-1.1-master #881

2013-07-02 Thread Hudson
See 

--
[...truncated 4220 lines...]
 [exec]   Assertion: Run test group for cleaning up 
(deleting) the features inserted by the Transactions.
 [exec]   Testing wfs:delete-test-data 
(wfs-1.1.0/d41e34700_1/d41e760_1/d41e31404_1/d41e26192_1/d41e24831_1)...
 [exec]  Assertion: Deletes the test data used in 
transactions during the test run.
 [exec]  Testing wfs:delete-feature 
(wfs-1.1.0/d41e34700_1/d41e760_1/d41e31404_1/d41e26192_1/d41e24831_1/d41e24858_1)...
 [exec] Assertion: 
 [exec]   Deletes a feature by typename and gml:name.
 [exec]   
 [exec]  Test wfs:delete-feature Passed
 [exec]  Testing wfs:delete-feature 
(wfs-1.1.0/d41e34700_1/d41e760_1/d41e31404_1/d41e26192_1/d41e24831_1/d41e24867_1)...
 [exec] Assertion: 
 [exec]   Deletes a feature by typename and gml:name.
 [exec]   
 [exec]  Test wfs:delete-feature Passed
 [exec]  Testing wfs:delete-feature 
(wfs-1.1.0/d41e34700_1/d41e760_1/d41e31404_1/d41e26192_1/d41e24831_1/d41e24876_1)...
 [exec] Assertion: 
 [exec]   Deletes a feature by typename and gml:name.
 [exec]   
 [exec]  Test wfs:delete-feature Passed
 [exec]  Testing wfs:delete-feature 
(wfs-1.1.0/d41e34700_1/d41e760_1/d41e31404_1/d41e26192_1/d41e24831_1/d41e24885_1)...
 [exec] Assertion: 
 [exec]   Deletes a feature by typename and gml:name.
 [exec]   
 [exec]  Test wfs:delete-feature Passed
 [exec]  Testing wfs:delete-feature 
(wfs-1.1.0/d41e34700_1/d41e760_1/d41e31404_1/d41e26192_1/d41e24831_1/d41e24894_1)...
 [exec] Assertion: 
 [exec]   Deletes a feature by typename and gml:name.
 [exec]   
 [exec]  Test wfs:delete-feature Passed
 [exec]  Testing wfs:delete-feature 
(wfs-1.1.0/d41e34700_1/d41e760_1/d41e31404_1/d41e26192_1/d41e24831_1/d41e24904_1)...
 [exec] Assertion: 
 [exec]   Deletes a feature by typename and gml:name.
 [exec]   
 [exec]  Test wfs:delete-feature Passed
 [exec]  Testing wfs:delete-feature 
(wfs-1.1.0/d41e34700_1/d41e760_1/d41e31404_1/d41e26192_1/d41e24831_1/d41e24913_1)...
 [exec] Assertion: 
 [exec]   Deletes a feature by typename and gml:name.
 [exec]   
 [exec]  Test wfs:delete-feature Passed
 [exec]  Testing wfs:delete-feature 
(wfs-1.1.0/d41e34700_1/d41e760_1/d41e31404_1/d41e26192_1/d41e24831_1/d41e24922_1)...
 [exec] Assertion: 
 [exec]   Deletes a feature by typename and gml:name.
 [exec]   
 [exec]  Test wfs:delete-feature Passed
 [exec]  Testing wfs:delete-feature 
(wfs-1.1.0/d41e34700_1/d41e760_1/d41e31404_1/d41e26192_1/d41e24831_1/d41e24931_1)...
 [exec] Assertion: 
 [exec]   Deletes a feature by typename and gml:name.
 [exec]   
 [exec]  Test wfs:delete-feature Passed
 [exec]  Testing wfs:delete-feature 
(wfs-1.1.0/d41e34700_1/d41e760_1/d41e31404_1/d41e26192_1/d41e24831_1/d41e24940_1)...
 [exec] Assertion: 
 [exec]   Deletes a feature by typename and gml:name.
 [exec]   
 [exec]  Test wfs:delete-feature Passed
 [exec]  Testing wfs:delete-feature 
(wfs-1.1.0/d41e34700_1/d41e760_1/d41e31404_1/d41e26192_1/d41e24831_1/d41e24949_1)...
 [exec] Assertion: 
 [exec]   Deletes a feature by typename and gml:name.
 [exec]   
 [exec]  Test wfs:delete-feature Passed
 [exec]  Testing wfs:delete-feature 
(wfs-1.1.0/d41e34700_1/d41e760_1/d41e31404_1/d41e26192_1/d41e24831_1/d41e24959_1)...
 [exec] Assertion: 
 [exec]   Deletes a feature by typename and gml:name.
 [exec]   
 [exec]  Test wfs:delete-feature Passed
 [exec]  Testing wfs:delete-feature 
(wfs-1.1.0/d41e34700_1/d41e760_1/d41e31404_1/d41e26192_1/d41e24831_1/d41e24968_1)...
 [exec] Assertion: 
 [exec]   Deletes a feature by typename and gml:name.
 [exec]   
 [exec]  Test wfs:delete-feature Passed
 [exec]  Testing wfs:delete-feature 
(wfs-1.1.0/d41e34700_