Mise à jour de Header authored by Julien LEBLOND's avatar Julien LEBLOND
...@@ -9,7 +9,6 @@ The header is the first object of a CZML file, it describes for example what kin ...@@ -9,7 +9,6 @@ The header is the first object of a CZML file, it describes for example what kin
**Example** : **Example** :
```json ```json
[
{ {
"id":"document", "id":"document",
"version":"1.0", "version":"1.0",
...@@ -22,7 +21,6 @@ The header is the first object of a CZML file, it describes for example what kin ...@@ -22,7 +21,6 @@ The header is the first object of a CZML file, it describes for example what kin
"step":"SYSTEM_CLOCK_MULTIPLIER" "step":"SYSTEM_CLOCK_MULTIPLIER"
} }
} }
]
``` ```
# Properties # Properties
... ...
......