Opened 3 years ago

Last modified 3 years ago

#2551 closed defect

rasql - different output from project() between centos 7 and ubuntu 22.04 — at Initial Version

Reported by: Bang Pham Huu Owned by: Dimitar Misev
Priority: major Milestone: 10.0
Component: server Version: 9.8
Keywords: Cc:
Complexity: Medium

Description

The test coverage is from wcst_import test.

sdom() of test_world_temp collection is: [0:35,0:17]

Run this query:

SELECT encode(project( c[0:35,0:8], "-180,0,180,90", "EPSG:4326", "EPSG:3857", near ), "image/png" ,\"nodata\":[]}") FROM test_world_temp AS c
  • on centos 7, it returns grid domains:
Size is 33, 17

  • on ubuntu 22.04, it returns grid domains:
Size is 6, 37

Change History (0)

Note: See TracTickets for help on using tickets.