Opened 14 years ago
Last modified 11 years ago
#1458 new defect
Incorrect initial view of published WMS layers
Reported by: | liuar | Owned by: | liuar |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | WMS Interface | Version: | 2.2.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
- Connenct to published WMS 1.3.0 using Gaia.
- Add layer
Result: The initial view is (-90,-180,90,180)
Excpeted: The initial view should be the boundingbox indicated by user.
Note:
See TracTickets
for help on using tickets.
This defect is caused by the parent layer in the GetCapabilities response document. Because the parent layer's boundingbox is hard coded to (-90,-180,90,180), so while the children layers inherit from the parent layer, their default boundingbox will be set to the parent layer's boudingbox.