Changes between Initial Version and Version 1 of Ticket #1844
- Timestamp:
- Aug 16, 2018, 11:43:15 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1844
- Property Status new → closed
- Property Resolution → fixed
-
Ticket #1844 – Description
initial v1 5 5 pointing to a file. When that is present, the contents of that file 6 6 should be added to the coverage's metadata (only once) 7 under a special tag, like <colorTable> 7 under a special tag: <colorPaletteTable> 8 8 9 }}} 10 11 Usage 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