Opened 6 years ago
Closed 6 years ago
#1893 closed defect (fixed)
WMS_Wrong result when request BBox contains layer as a small part of it
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | petascope | Version: | development |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
WMS GetMap handlers should use the request BBox which is much larger than the request layer to calculate the grid domains for scale()
and extend()
properly. Also, if request CRS (e.g: EPSG:4326) is different from nativeCRS (e.g: EPSG:23700), it should use the estimated grid domain by GDAL in request CRS as input for other computations.
Note:
See TracTickets
for help on using tickets.