Changes between Initial Version and Version 1 of Ticket #1844


Ignore:
Timestamp:
Aug 16, 2018, 11:43:15 AM (6 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1844

    • Property Status newclosed
    • Property Resolutionfixed
  • Ticket #1844 – Description

    initial v1  
    55pointing to a file. When that is present, the contents of that file
    66should be added to the coverage's metadata (only once)
    7 under a special tag, like <colorTable>
     7under a special tag: <colorPaletteTable>
     8
    89}}}
     10
     11Usage in WCST_Import for '''general recipes''', example:
     12
     13
     14
     15{{{
     16          "metadata": {
     17            "type": "json",
     18            "global": {
     19              "Title": "'Drought code'"
     20                  },
     21                  "colorPaletteTable": "PATH/TO/color_palette_table.cpt"
     22             }
     23           }
     24}}}
     25