Opened 3 months ago
Closed 2 months ago
#2825 closed defect (fixed)
FIX - WMS GetMap returns error lower bound is greater than upper bound
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | petascope | Version: | 10.4 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
This request
curl 'http://localhost:8080/rasdaman/ows?service=WMS&request=GetMap&version=1.3.0&transparent=TRUE&layers=water_and_wetness&styles=water_and_wetness_wms_style&format=image/png&width=256&height=256&time=2018-01-01T00:00:00.000Z&crs=EPSG:4326&bbox=18,-72,36,-54'
return error
Failed when processing WMS request: lower bound '900000' must be less than or equal to upper bound '899840' for axis 'X'.
Because the style is WCPS fragment and coverage water_and_wetness_wms_style_128
has bigger XY extents than coverage water_and_wetness_wms_style_
.
Change History (4)
comment:2 by , 3 months ago
Version: | 10.3 → 10.4 |
---|
comment:3 by , 2 months ago
Also failed with this one
service=WMS&request=GetMap&version=1.3.0&transparent=TRUE&layers=water_and_wetness&styles=water_and_wetness_wms_style&format=image/png&width=256&height=256&time=2018-01-01T00:00:00.000Z&crs=EPSG:4326&bbox=18,72,36,90
comment:4 by , 2 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Also with this request