RE: [Geoserver-users] Viewing WCS Coverage in Mapbuilder

In the context document you should use the WMS url not the WCS one.
<OnlineResource xlink:type="simple"
xlink:href="http://localhost:7066/geoserver/wms&quot;/&gt;

The way I understand it is that the same data can be served by WCS, as well
as via WMS, but MapBuilder can only handle displaying WMS (and WFS but not
in this case).

Mike

-----Original Message-----
From: geoserver-users-admin@lists.sourceforge.net
[mailto:geoserver-users-admin@lists.sourceforge.net] On
Behalf Of Akkineni Vijay
Sent: Tuesday, February 21, 2006 9:01 PM
To: geoserver-users@lists.sourceforge.net
Cc: mapbuilder-users@lists.sourceforge.net
Subject: [Geoserver-users] Viewing WCS Coverage in Mapbuilder

Hi Guys,

                  I have created a new wcs coverage
terrain:terrain_Coverage . now i want the wcs layer to be
accesed from mapbuilder . i tried the following but i could
not get the results . please let me know where i am going
wrong. How can i view the wcs layers in the mapbuilder . and
can i impose the wfs and wcs layers over each other.

<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<ViewContext version="1.0.0" id="atlas_world" xmlns="
http://www.opengis.net/context
<http://www.opengis.net/context&gt; "
xmlns:xlink="http://www.w3.org/1999/xlink&quot;
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance "
xsi:schemaLocation="http://www.opengis.net/context
http://schemas.opengis.net/context/1.0.0/context.xsd ">
  <General>
    <Window width="450" height="420"/>
    <BoundingBox SRS="EPSG:4326" minx="-106.65006189088378"
miny="25.84555742121964" maxx="- 93.50738885838717"
maxy="36.49391271666602"/>
    <Title>Texas Floyd</Title>
    <KeywordList>
      <Keyword>Floyd</Keyword>
      <Keyword>Texas</Keyword>
    </KeywordList>
    <Abstract>Map of Texas, Floyd County</Abstract>
  </General>
  <LayerList>
        <Layer queryable="1" hidden="0">
                      <Server service="OGC:WCS" version="
1.0.0" title="wcs">
                        <OnlineResource xlink:type="simple"
xlink:href="http://localhost:7066/geoserver/wcs&quot;/&gt;
                      </Server>
                      <Name>terrain:terrain_Coverage</Name>
                      <Title>Texas Terrain</Title>
                      <Abstract>terrain in the texas</Abstract>
                      <SRS>EPSG:WGS 84</SRS>
                      <FormatList>
                        <Format current="1">image/png</Format>
                      </FormatList>
         </Layer>
  </LayerList>
</ViewContext>

Regards,
Vijay Akkineni.