smas1 / geoext-viewer

Automatically exported from code.google.com/p/geoext-viewer
GNU General Public License v3.0
0 stars 0 forks source link

Vector Styling: in some cases Rule Edit for WFS Layers does not open #389

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This happens for WFS feature types that are not in the default namespace.
In that case, if a NS is configured in the WFS protocol for the Vector Layer we 
need to construct a NAMESPACE param like: 

     http://www.someserver.com/wfs.cgi&
       SERVICE=WFS&
       VERSION=1.1.0&
       REQUEST=GetFeature&
       NAMESPACE=xmlns(myns=http://www.someserver.com),
                 xmlns(yourns=http://www.someotherserver.com)
       TYPENAME=myns:InWaterA_1M,your:BuiltUpA_1M

This needs to be added in the GXP VectorStylesDialog.js as part of issue
https://github.com/boundlessgeo/gxp/issues/216

In fact this has been done via commit:
https://github.com/justb4/gxp/commit/4c33f16c3c2f0317afbea94a4399843a785f9e01

This issue will integrate that commit into GXP bundled with Heron.

Original issue reported on code.google.com by jus...@gmail.com on 17 Jun 2014 at 4:57

GoogleCodeExporter commented 9 years ago
Fixed...

Original comment by jus...@gmail.com on 17 Jun 2014 at 5:04