Opened 7 weeks ago

Closed 5 weeks 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:1 by Bang Pham Huu, 7 weeks ago

Also with 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,90'

it has error

	Failed when processing WMS request: lower bound '7400960' must be less than or equal to upper bound '7400000' for axis 'X'
Last edited 7 weeks ago by Bang Pham Huu (previous) (diff)

comment:2 by Dimitar Misev, 6 weeks ago

Version: 10.310.4

comment:3 by Bang Pham Huu, 5 weeks 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 Bang Pham Huu, 5 weeks ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.