Changes between Initial Version and Version 1 of Ticket #2311
- Timestamp:
- May 13, 2020, 2:14:56 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2311
- Property Type enhancement → defect
- Property Summary Petascope - create downscaled collections for WMS layers should keep the tiling option from original collection → Petascope - collection's tiling doesn't save with all information to database
-
Ticket #2311 – Description
initial v1 1 In Petascope, when creating a downscaled collections for a layer, it doesn't add the `tiling` option in rasql query: 1 The problem is petascope doesn't save everything from tiling option in wcst_import's ingredients file to database. 2 3 For example: 2 4 3 5 4 6 {{{ 5 "CREATE COLLECTION " + TOKEN_COLLECTION_NAME + " " + TOKEN_COLLECTION_TYPE; 7 "tiling": "ALIGNED [0:9, 0:999, 0:499] TILE SIZE 5000000 storage array compression RLE" 6 8 }}} 7 9 8 It needs to add this option which is obtained from the original collection 10 But, it is only persisted to petscopedb with 11 12 13 {{{ 14 ALIGNED [0:1023,0:1023] tile size 5000000 15 }}} 16 17 18