Changes between Initial Version and Version 5 of Ticket #2255


Ignore:
Timestamp:
May 12, 2022, 12:57:35 PM (2 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2255

    • Property Status newassigned
    • Property Summary WMS - does not work with two partially overlapping layersWMS does not work with two partially overlapping layers
    • Property Priority criticalmajor
    • Property Milestone 10.011.0
    • Property Owner set to Bang Pham Huu
    • Property Type defectenhancement
  • Ticket #2255 – Description

    initial v5  
    3535}}}
    3636
    37 * If a subset is outside of collection's grid domain, it will create a 2D marray with null values instead, e.g:
    38 
    39 
    40 {{{
    41 extend(<[0:0,0:0] 0c>, [0:255,0:255])
    42 
    43 0c is replaced with null values of the first collection
    44 }}}
    45 
    46 
     37* If a subset is outside of collection's grid domain, then no need to create a null grid domains for this collection as it is not used.