Changes between Initial Version and Version 5 of Ticket #2255
- Timestamp:
- May 12, 2022, 12:57:35 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2255
- Property Status new → assigned
- Property Summary WMS - does not work with two partially overlapping layers → WMS does not work with two partially overlapping layers
- Property Priority critical → major
- Property Milestone 10.0 → 11.0
- Property Owner set to
- Property Type defect → enhancement
-
Ticket #2255 – Description
initial v5 35 35 }}} 36 36 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.