Opened 6 years ago

Closed 6 years ago

#1829 closed enhancement (fixed)

WMSClient_Add axes' domain extents for a layer in DescribeLayer tab

Reported by: Bang Pham Huu Owned by: bciurezu
Priority: major Milestone: 9.7
Component: wcsclient Version: development
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description

Like WCS DescribeCoverage tab, it shows the axes' domain extents (min, max values):

E (measured in metre ) with domain extent from 75042.7273594 to 705042.727359.
N (measured in metre ) with domain extent from 5094865.55794 to 5454865.55794.
ansi (measured in d ) with domain extent from "2008-01-01T02:01:20.000Z" to "2008-01-08T00:02:58.000Z".

In WMS DescribeLayer tab within this section https://imgur.com/a/45YyufQ, it should do the same for a layer.
First, remove the current text for lat, long reprojected axes, e.g:

with bounding box (BoundingBox) in native CRS: EPSG:4326
Min X: 34.4396675
Min Y: 29.6015625
Max X: 34.7208095
Max Y: 29.8828125

Then make it as same as WCS DescribeCoverage above for all axes of the selected layer, e.g:

Latitude (measured in degree) with domain extent from ...
Longitude (measured in degree) with domain extent from ...
Time (measured in day) with domain extent from ...
Pressure (measured in GridSpacing) with domain extent from ...

Change History (1)

comment:1 by bciurezu, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.