Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] UDig 0.9.1 + GeoServer 1.3.0 battle of the betas

DZ reported this bug:

><gml:featureMember>
>     <gml:tasmania_water_bodies fid="tasmania_water_bodies.6">
>     <gml:the_geom>

(gml is the wrong namespace for tasmania_water_bodies and the_geom)

This was being caused by the shapefile datastore not bothering to
remember its namespace.  Its FeatureType then converted the "null"
namespace to "gml:" as a default.  Poor geoserver didnt have a chance.

I fixed and commited the change.

dave

----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/


Back to the top