Possible problem in WMS GetCapabilities parsing Layer Title

Started by harlockbcn, February 21, 2012, 16:00:54

0 Members and 1 Guest are viewing this topic.

harlockbcn

Hi from Barcelona,

first of all, congratulations for your application!. I've purchased it and i'm trying to load some layers from our WMS Server. I've done some tests and i suspect it could be a problem in the WMS getCapabilities parser:

- My WMS capabilities document return this xml for an specific layer:

  <Layer queryable="1">
        <Name>geonode:Indicators_1</Name>
        <Title>my layer title</Title>
        <Abstract>No abstract provided</Abstract>
        <KeywordList>
          <Keyword/>
        </KeywordList>
        <SRS>EPSG:32634</SRS>      
        <LatLonBoundingBox minx="18.19825838183252" miny="43.77730734502297" maxx="18.245117280831632" maxy="43.824166244022074"/>
        <BoundingBox SRS="EPSG:32634" minx="274835.155628228" miny="4852286.5" maxx="278172.156829163" maxy="4854701.09215514"/>
        <Attribution>
          <Title>my attribution title</Title>
        </Attribution>
      </Layer>

When accessing the WMS Server and dispaying the layer titles in Locus, the applications shows the "attribution title" and not the layer title. I think there could be a problem accessing the Title node corresponding to the layer and not to its attribution. (If there's no attribution title node in the capabilities xml, then the layer title is shown ok). Could you tell me if am i wrong?

Thanks a lot and congratulations again for your great job done.

Regards,

Jordi.
  •