Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Problem with deegree WMS

Hi Virginie,

Can you please send me the logs? I can't figure out what is going wrong without them.

Help->About->Configuration Details->View Error Log.

That information should help a lot.

Thanks!

Richard

Virginie BERRE wrote:

Hi All !

I contact you because I have a problem: I try to import deegree WMS in uDig, it lists all the layers but when I try to add one to a map it doesn’t work.

I have noticed that the SRS was wrong: it’s WGS84 but in uDig it’s NAD83 (I don’t know this SRS). I let you see the deegree WMS capabilities (file deegreeWMSCapabilities.txt) and the uDig screen (file: uDigView.bmp).

Deegree WMS is installed on a platform Redhat Linux 9. There’s no message error (tomcat: Catalina.out or localhost-/date/.txt). You can’t access it to see the configuration because it is not accessible from anyone outside of our internal network

I hope someone can help me!

Thank you!

Best regards,

Virginie Berre

Ps: thanks Jody for your answer


------------------------------------------------------------------------

------------------------------------------------------------------------

<WMT_MS_Capabilities version="1.1.1" updateSequence="1.1.0">
<Service>
 <Name>OGC:WMS</Name>
 <Title>deegree wms</Title>
 <Abstract>wms reference implementation</Abstract>
 <KeywordList>
  <Keyword>deegree</Keyword>
  <Keyword>wms</Keyword>
 </KeywordList>
 <OnlineResource xlink:type="simple" xlink:href="http://127.0.0.1:8080/deegreewms"/>
 <ContactInformation>
[...]
 </ContactInformation>
 <Fees>none</Fees>
 <AccessConstraints>none</AccessConstraints>
</Service>
<Capability>
 <Request>
  <GetCapabilities>
   <Format>application/vnd.ogc.wms_xml</Format>
   <DCPType>
    <HTTP>
     <Get>
      <OnlineResource xlink:type="simple" xlink:href="http://127.0.0.1:8080/deegreewms/wms?"/>
     </Get>
    </HTTP>
   </DCPType>
  </GetCapabilities>
  <GetMap>
   <Format>image/png</Format>
   <Format>image/jpeg</Format>
   <Format>image/tif</Format>
   <Format>image/svg+xml</Format>
   <Format>image/bmp</Format>
   <Format>image/gif</Format>
   <Format>image/jpg</Format>
   <DCPType>
    <HTTP>
     <Get>
      <OnlineResource xlink:type="simple" xlink:href="http://127.0.0.1:8080/deegreewms/wms?"/>
     </Get>
     <Post>
      <OnlineResource xlink:type="simple" xlink:href="http://127.0.0.1:8080/deegreewms/wms?"/>
     </Post>
    </HTTP>
   </DCPType>
  </GetMap>
  <GetFeatureInfo>
   <Format>text/html</Format>
   <Format>application/vnd.ogc.gml</Format>
   <Format>text/plain</Format>
   <DCPType>
    <HTTP>
     <Get>
      <OnlineResource xlink:type="simple" xlink:href="http://127.0.0.1:8080/deegreewms/wms?"/>
     </Get>
    </HTTP>
   </DCPType>
  </GetFeatureInfo>
 </Request>

<Exception>
<Format>application/vnd.ogc.se_xml</Format>
<Format>application/vnd.ogc.se_inimage</Format>
<Format>application/vnd.ogc.se_blank</Format>
</Exception>

<Layer queryable="0" cascaded="0" opaque="0" noSubsets="0">
<Title>deegree demo-CD top-level-layer</Title>
<Abstract>the top-level-layer of the deegree demo-CD</Abstract>

<KeywordList>
<Keyword>deegree</Keyword>
<Keyword>demo-CD</Keyword>
<Keyword>layer</Keyword>
</KeywordList>

<SRS>EPSG:4326</SRS>
<LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
<ScaleHint max="1.0E8" min="0.0"/>

<Layer queryable="0" cascaded="0" opaque="0" noSubsets="0">
<Title>my shapefiles</Title>
<Abstract>shapefiles</Abstract>
<SRS>EPSG:4326</SRS>
<ScaleHint max="1.7976931348623157E308" min="0.0"/>

<Layer queryable="1" opaque="0" noSubsets="0" fixedWidth="0" fixedHeight="0">
 <Name>cntry02_wms</Name>
 <Title>cntry02_wms</Title>
 <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>

 <Style>
  <Name>default:cntry02_wms</Name>
  <Title>default:cntry02_wms</Title>
  <LegendURL width="20" height="20">
   <Format>image/png</Format>
   <OnlineResource xlink:type="simple" xlink:href="http://127.0.0.1:8080/deegreewms/legend/default_cntry02_wms.png"/>
  </LegendURL>
 </Style>
 <ScaleHint max="1.0E9" min="0.0"/>
</Layer>
</Layer>

[...]

</Layer>
</Capability>
</WMT_MS_Capabilities>

------------------------------------------------------------------------

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel



Back to the top