Changes between Initial Version and Version 9 of Ticket #1497
- Timestamp:
- Aug 9, 2017, 6:15:17 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1497
- Property Status new → closed
- Property Cc added
- Property Summary enhance wcs-client with map drop down → WCS_Client shows coverage's extents in a dropdown box
- Property Milestone → 9.5
- Property Owner changed from to
- Property Resolution → fixed
-
Ticket #1497 – Description
initial v9 1 The task is to add a section similar to Avaialble coverages on the first page of the client. It should contain a map displaying rectangles which represent the extents of the available coverages, which can be extracted from the coverage description (check the describe coverage tab for an example).1 The task is to add a section similar to Avaialble coverages on the first page of the client. It should contain a map (WebWorldWind) displaying rectangles which represent the extents of the available coverages, which can be extracted from a made-up service localhost:8080/rasdaman/ows/GetCoveragesExtents (returns all the coverages's extents which can be reprojected to EPSG:4326, non geo-referenced coverage is not available in the result from service). 2 2 3 3 On hovering over a rectangle, a tooltip showing the name and extent of the coverage should be displayed. 4 5 Please use the openlayers library for this, you can find a lot of examples on how to draw shapes and add tooltips here: http://openlayers.org/en/latest/examples/