Commit 29573d80bdb189a20ad71a2ff9a12a767c609c00
1 parent
005bea96
Exists in
master
and in
112 other branches
coordinate_system
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/makeOrbitsInKm.php
... | ... | @@ -72,7 +72,7 @@ |
72 | 72 | $newInfo->addChild('short_name', $paramXml->info->name); |
73 | 73 | $newInfo->addChild('components', $paramXml->info->components); |
74 | 74 | $newInfo->addChild('units', 'km'); |
75 | - $newInfo->addChild('coordinates_system', $paramXml->info->coordinates_system); | |
75 | + $newInfo->addChild('coordinate_system', $paramXml->info->coordinates_system); | |
76 | 76 | $newInfo->addChild('tensor_order', $paramXml->info->tensor_order); |
77 | 77 | $newInfo->addChild('si_conversion', 1.e3); |
78 | 78 | //TODO scale fill value |
... | ... |