{"p":"","h":{"iv":"ROXSYW+cfvEbFHu5","at":"ocxplSQjdRC3tXEtB/9/wg=="}}

@65dBnoise @PaulHammond51 I’ll check. Changes weren’t intentional. The process was done slightly differently. On your end. I’d always sort the file based on flight before ingest or just after. Relying on the last record to be the latest can be flawed as some tools don’t always save in that order (ArcPro is guilty here).

1
Share
Share on Mastodon
Share on Twitter
Share on Facebook
Share on Linkedin
65dBnoise

@mapperwocky @PaulHammond51
AFAICT the order of Javascript objects was undetermined in the spec. until recently, so a lot of applications don't rely on Javascript objects (JSON's roots) being sorted. Even with the changes in ECMAScript 2015, the order is only guaranteed to be the insertion order of the items.

1
2y
Replies