Modify

Opened 7 years ago

Closed 7 years ago

#15666 closed enhancement (fixed)

Display "Abstract" field of WMS layers

Reported by: Don-vip Owned by: team
Priority: normal Milestone: 17.12
Component: Core imagery Version:
Keywords: wms Cc:

Description

The GetCapabilities WMS request of Toulouse WMS server describes the imagery date (year) in Abstract field:

https://wms.plan.toulouse.fr/geocache/wms/?VERSION=1.1.1&SERVICE=WMS&REQUEST=GetCapabilities

<Layer cascaded="1" queryable="0">
<Name>ortho2013</Name>
<Title>Orthophotographie 12cm</Title>
<Abstract>Orthophotographie de la CUGT 2013</Abstract>
<LatLonBoundingBox minx="1.067280" miny="43.483600" maxx="1.638920" maxy="43.784100"/>
<BoundingBox SRS="EPSG:3943" minx="1544415.000000" miny="2255499.000000" maxx="1589916.000000" maxy="2288000.000000"/>
<SRS>EPSG:3943</SRS>
<BoundingBox SRS="EPSG:3943" minx="1555055.302200" miny="2258673.503500" maxx="1589543.325700" maxy="2286507.779200"/>
<SRS>EPSG:3943</SRS>
<BoundingBox SRS="EPSG:3857" minx="-20037508.342789" miny="-20037508.342789" maxx="20037508.342789" maxy="20037508.342789"/>
<SRS>EPSG:3857</SRS>
<SRS>EPSG:900913</SRS>
</Layer>
<Layer cascaded="1" queryable="0">
<Name>ortho2015</Name>
<Title>Orthophotographie 10cm 2015</Title>
<Abstract>Orthophotographie de la CUGT 2015</Abstract>
<LatLonBoundingBox minx="1.067280" miny="43.483600" maxx="1.638920" maxy="43.784100"/>
<BoundingBox SRS="EPSG:3943" minx="1544415.000000" miny="2255499.000000" maxx="1589916.000000" maxy="2288000.000000"/>
<SRS>EPSG:3943</SRS>
<BoundingBox SRS="EPSG:3943" minx="1555055.302200" miny="2258673.503500" maxx="1589543.325700" maxy="2286507.779200"/>
<SRS>EPSG:3943</SRS>
<BoundingBox SRS="EPSG:3857" minx="-20037508.342789" miny="-20037508.342789" maxx="20037508.342789" maxy="20037508.342789"/>
<SRS>EPSG:3857</SRS>
<SRS>EPSG:900913</SRS>
</Layer>
<Layer cascaded="1" queryable="0">
<Name>ortho2007</Name>
<Title>Orthophotographie 10cm</Title>
<Abstract>Orthophotographie de la CUGT 2007</Abstract>
<LatLonBoundingBox minx="1.067280" miny="43.483600" maxx="1.638920" maxy="43.784100"/>
<BoundingBox SRS="EPSG:3943" minx="1544415.000000" miny="2255499.000000" maxx="1589916.000000" maxy="2288000.000000"/>
<SRS>EPSG:3943</SRS>
<BoundingBox SRS="EPSG:3857" minx="-20037508.342789" miny="-20037508.342789" maxx="20037508.342789" maxy="20037508.342789"/>
<SRS>EPSG:3857</SRS>
<SRS>EPSG:900913</SRS>
</Layer>

But this information does not appear in JOSM HMI:


We should display it if the text is different from Title.

Attachments (1)

wms.png (7.2 KB ) - added by Don-vip 7 years ago.

Download all attachments as: .zip

Change History (2)

by Don-vip, 7 years ago

Attachment: wms.png added

comment:1 by Don-vip, 7 years ago

Resolution: fixed
Status: newclosed

In 13199/josm:

fix #15666 - Display "Abstract" field of WMS layers

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.