Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Labels:None
-
Number of attachments :
Description
at this moment we can't set the target namespace on the flow.xml, it would be great to have the support for namespace in the flow.xml.
<dataTransferMethod>EXTERNAL</dataTransferMethod>
<geoserverPWD>geoserver</geoserverPWD>
<geoserverUID>admin</geoserverUID>
<geoserverURL>http://localhost:8080/geoserver</geoserverURL>
<wmsPath>/</wmsPath>
<defaultStyle>raster</defaultStyle>
<namespace>myNameSpace</namespace>
...
I wrote this patch which supports the management of target namespace for GeoTIFFGeoServerGenerator (1.7.5)