Elvas Tower: Two suggestions for Trackviewer - Elvas Tower

Jump to content

  • 5 Pages +
  • « First
  • 3
  • 4
  • 5
  • You cannot start a new topic
  • You cannot reply to this topic

Two suggestions for Trackviewer Rate Topic: -----

#41 User is offline   JeroenP 

  • Fireman
  • Group: Status: Active Member
  • Posts: 179
  • Joined: 28-December 13
  • Gender:Male
  • Simulator:ORTS
  • Country:

Posted 24 June 2015 - 11:29 AM

Thanks for the feedback. I did not have the same issue, until I downloaded and tried with Chrome.
The issue is, I pretty sure, related to access restrictions. It is not allowed to just open a local file. And I can imagine that that is a good thing in general. The current .json is a data file. It is a real .json file in the sense that it contains only data:
{
  "$id": "1",
  "PathChartPoints": {
...
  },
  "PathName": "AIAPNorth"
}

Rewriting it to a javascript file should make things easier.
my data = {
  "$id": "1",
  "PathChartPoints": {
...
  },
  "PathName": "AIAPNorth"
}

It is not as clean. But it might circumvent all kinds of issues with access restrictions and the various ways the browsers deal with it. I will come back to this.

Jeroen.

#42 User is offline   JeroenP 

  • Fireman
  • Group: Status: Active Member
  • Posts: 179
  • Joined: 28-December 13
  • Gender:Male
  • Simulator:ORTS
  • Country:

Posted 26 June 2015 - 10:28 AM

OK, let's try again. I tested with various browsers and got no issues. I have not yet tried Android or so. Also Trackviewer was updated for the output part
Attached File  Trackviewer web v2.zip (17.54K)
Number of downloads: 197
Jeroen.

  • 5 Pages +
  • « First
  • 3
  • 4
  • 5
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users