Opened 17 months ago
Last modified 16 months ago
#2750 reopened defect
FIX - rasql OVERLAY returns incorrect results — at Version 3
Reported by: | Bang Pham Huu | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.2 |
Component: | server | Version: | 10.2 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description (last modified by )
`Import the two coverages (provided by OGC CITE WMS 1.3.0 tests) in attachment:
Buildings
: two small pink rectangles at the top rightMapNeatline
: the dark-red rectangle which coversBuildings
then check the query (WMS from OGC CITE:
layers=Buildings,MapNeatline
, hence rasqlBuildings OVERLAY MapNeatline
):
rasql -q 'SELECT ENCODE(( ( EXTEND ( scale( scale( scale( ( ( c1[0:894,0:814] ) ), [0:799, 0:320] ) [0:799, 61:259], [0:399, 0:199] ), [0:352, 0:199] ), [-23:376, 0:199] ) ) ) OVERLAY ( ( EXTEND ( scale( scale( scale( ( ( c0[0:894,0:814] ) ), [0:799, 0:399] ) [0:799, 0:399], [0:399, 0:199] ), [0:67, 0:61] ), [-230:169, -39:160] ) ) ) , "png", "{}") FROM Buildings AS c0, MapNeatline AS c1' --out file
Change History (3)
by , 17 months ago
Attachment: | rasql_community.png added |
---|
comment:1 by , 17 months ago
Description: | modified (diff) |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:3 by , 17 months ago
Description: | modified (diff) |
---|---|
Status: | assigned → reopened |
Note:
See TracTickets
for help on using tickets.