Opened 17 months ago
Closed 17 months ago
#2744 closed defect (fixed)
FIX - WMS returns wrong result for coverage has geo extents less than its pyramid
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | critical | Milestone: | 10.2 |
Component: | undecided | Version: | 10.2 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
For example, coverage CLMS_Grassland_GRA_10m
has geo extent:
Lat: [27.042738498772914, 72.21573849877291] Lon: [-31.90040474382762, 46.19489525617238]
and its pyramid member CLMS_Grassland_GRA_100m_4
has geo extent:
Lat: [24.28426966834437012, 72.66326966834436] Lon: [-56.50514190170437, 72.9058580982956189]
then this WMS request will return wrong result (it is stretched):
curl 'http://localhost:8080/rasdaman/ows?service=WMS&request=GetMap&version=1.3.0&transparent=TRUE&layers=CLMS_Grassland_GRA_10m&styles=&format=image/png&width=256&height=256&crs=EPSG:4326&bbox=14,36,66,72.0' -o local_base_subset.png
Note:
See TracTickets
for help on using tickets.