Tom,
Another OWS Context question.
In the CGDI Pilot we are working on, there is a requirement to find and
then download GML from a WFS.
When finding a dataset, a user will generally want to use WMS interface
to view datasets because it requires less bandwidth. Then when the Area
Of Interest has been selected, the user will download the dataset using WFS.
In order to do this, we need to associate a WMS layer with a WFS layer.
I think this should be done using something like:
<Layer queryable="0" hidden="0">
<Server service="OGC:WMS" version="1.0.0" title="OGC:WMS" default="1">
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/wms"/>
</Server>
<Server service="OGC:WFS" version="1.0.0" title="OGC:WFS">
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:8080/wms"/>
</Server>
<Name>basic</Name>
<Title>World Basemap</Title>
<SRS>EPSG:4326</SRS>
</Layer>
Note, this means that a WFS layer should be inserted inside a <Layer>
tag instead of a <FeatureType> tag.
This comment could be extended to showing the same layer as KML, Tiled
WMS, ...
Tom, what are your thoughts on this?
--
Cameron Shorter
Systems Architect, http://lisasoft.com.au
Tel: +61 (0)2 8570 5050
Mob: +61 (0)419 142 254
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
mapbuilder-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel