Changes between Version 1 and Version 3 of Ticket #2750


Ignore:
Timestamp:
Jun 28, 2023, 7:08:52 AM (11 months ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2750

    • Property Status assignedreopened
  • Ticket #2750 – Description

    v1 v3  
    1 Import the two coverages (provided by OGC CITE WMS 1.3.0 tests) in [http://rasdaman.org/attachment/ticket/2750/temp_ingredients.zip attachment]:
     1`Import the two coverages (provided by OGC CITE WMS 1.3.0 tests) in [http://rasdaman.org/attachment/ticket/2750/temp_ingredients.zip attachment]:
    22
    33 - `Buildings`: two small pink rectangles at the top right
    44 - `MapNeatline`: the dark-red rectangle which covers `Buildings`
    55
    6  then check the query:
     6 then check the query (WMS from OGC CITE: `layers=Buildings,MapNeatline`, hence rasql `Buildings OVERLAY MapNeatline`):
    77
    88 {{{
    9  SELECT ENCODE((  (  EXTEND ( scale( scale( scale( ( ( c0[0:894,0:814] ) ),
    10  [0:799, 0:399] )  [0:799, 0:399], [0:399, 0:199] ), [0:67, 0:61] ),
    11  [-230:169, -39:160] ) )  )  OVERLAY  (  (  EXTEND ( scale( scale( scale( (
    12  ( c1[0:894,0:814] ) ), [0:799, 0:320] )  [0:799, 61:259], [0:399, 0:199]
    13  ), [0:352, 0:199] ), [-23:376, 0:199] ) )  ), "png", "{}") FROM Buildings
    14  AS c0, MapNeatline AS c1
     9rasql -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
    1510 }}}
    1611