Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#2226 invalid wsclient - problem to display a coverage's footprint with longitude interval greater than 180 degree Bang Pham Huu Bang Pham Huu
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

#2521 fixed wsclient - if user logged in with credentials, refresh the page should still login Bang Pham Huu Bang Pham Huu
Description

when user logged in, refresh web browser should not ask user to login again.

#2463 fixed wsclient - if basic_header is not enabled, login as petascope admin user should be able to remove coverages from external Bang Pham Huu Bang Pham Huu
Description

When user logged in as petascope admin user in WSClient and petascope is not enabled with basic header authentication, then, WSClient needs to send these admin credentials to petascope per each request to bypass the check if a write request can be requested from external IP address (default only localhost is allowed).

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.