Changes between Version 8 and Version 9 of rfc44_gdalinfoxml


Ignore:
Timestamp:
Mar 28, 2015, 6:18:09 AM (9 years ago)
Author:
faza
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc44_gdalinfoxml

    v8 v9  
    3737        "wkt": "PROJCS[....]"
    3838    },
    39     "gcp": { (if -nogcp not specified)
     39    "gcps": { (if -nogcp not specified)
    4040        "coordinateSystem": {
    4141            "proj": "+proj=.......", (if -proj4 specified)
     
    8686            },
    8787        ],
    88         "row": [
     88        "rows": [
    8989            {
    9090                "index": 0,
     
    107107    },
    108108    "metadata": { (if -nomd not specified)
    109         "default_domain": {
     109        "__default__": {
    110110            "key1": "value1"
    111111        },
    112         "imageStructureMetadata": {
     112        "IMAGE_STRUCTURE": {
    113113            "key1": "value1"
    114114        },
    115         "other_domain": {
     115        "OTHER_DOMAIN": {
    116116            "key1": "value1"
    117117        },
     
    180180            "mask": {
    181181                "flags": [
    182                     "PER_DATASET"
     182                    "PER_DATASET",
     183                    "ALPHA"
    183184                ],
    184185                "overviews": [
     
    196197            },
    197198            "metadata": { (if -nomd not specified)
    198                 "default_domain": {
     199                "__default__": {
    199200                    "key1": "value1"
    200201                },
    201                 "imageStructureMetadata": {
     202                "IMAGE_STRUCTURE": {
    202203                    "key1": "value1"
    203204                },
    204                 "other_domain": {
     205                "OTHER_DOMAIN": {
    205206                    "key1": "value1"
    206207                },