Update example.jsonc timestamps and correct location coordinates order in README.md; enhance documentation clarity and add notes for timestamp usage.
This commit is contained in:
@ -138,11 +138,11 @@
|
||||
// any legal timestamp format is supported
|
||||
"t": [
|
||||
1715145600,
|
||||
1715145600,
|
||||
1715145600,
|
||||
1715145600,
|
||||
1715145600,
|
||||
1715145600
|
||||
1715145602,
|
||||
1715145604,
|
||||
1715145606,
|
||||
1715145608,
|
||||
1715145610
|
||||
]
|
||||
},
|
||||
"metadata": {
|
||||
@ -200,9 +200,9 @@
|
||||
// optional
|
||||
"location": {
|
||||
"coordinates": [
|
||||
24.123456,
|
||||
120.123456
|
||||
], // latitude and longitude in degrees
|
||||
120.123456,
|
||||
24.123456
|
||||
], // longitude and latitude in degrees
|
||||
// optional, defaults to "gcj02"
|
||||
"coordinate_system": "wgs84", // "wgs84", "gcj02", "bd09"
|
||||
// optional
|
||||
|
||||
Reference in New Issue
Block a user