Opened 4 years ago

Closed 9 months ago

#2226 closed defect (invalid)

wsclient - problem to display a coverage's footprint with longitude interval greater than 180 degree

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 11.0
Component: wcsclient Version: 9.8
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description

There is a problem in WebWorldWind to display a coverage's footprint when the total of min and max longitude is greater than 180 degree.

Example:

// y is Lat, x is long
ymin = -60;
ymax = 60;
xmin = -180;
xmax = 0;

Result is ok, Long(-180:0): https://imgur.com/a/cN8QDNa

Increasing max long value:

// y is lat, x is long

ymin = -60;
ymax = 60; 
xmin = -180; 
xmax = 30;

Result displays wrongly, Long(-180:30): https://imgur.com/a/VLy5Q4B

Opened issue for WebWorldWind: https://github.com/NASAWorldWind/WebWorldWind/issues/823

Change History (2)

comment:1 by Bang Pham Huu, 2 years ago

Note: this problem is from WebWorldWind https://github.com/NASAWorldWind/WebWorldWind/issues/823 and we cannot fix anything in wsclient for that.

comment:2 by Dimitar Misev, 9 months ago

Resolution: invalid
Status: newclosed

Seems like nothing we can do about it.

Note: See TracTickets for help on using tickets.