Changes between Initial Version and Version 1 of Ticket #2311


Ignore:
Timestamp:
May 13, 2020, 2:14:56 PM (4 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2311

    • Property Type enhancementdefect
    • Property Summary Petascope - create downscaled collections for WMS layers should keep the tiling option from original collectionPetascope - 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:
     1The problem is petascope doesn't save everything from tiling option in wcst_import's ingredients file to database.
     2
     3For example:
    24
    35
    46{{{
    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"
    68}}}
    79
    8 It needs to add this option which is obtained from the original collection
     10But, it is only persisted to petscopedb with
     11
     12
     13{{{
     14ALIGNED [0:1023,0:1023] tile size 5000000
     15}}}
     16
     17
     18