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:
2025-07-07 17:50:11 +08:00
parent e42e3ca665
commit ff4d97f0cc
3 changed files with 80 additions and 380 deletions

View File

@ -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