Skip to content

Releases: grumpypixel/msfs2020-gopilot

Update #5

09 Dec 10:43
Compare
Choose a tag to compare

Unzip, run gopilot.exe and browse to http://localhost:8888 (or: http://whatever-your-ip-address-may-be:8888)

This is a maintenance update with some changes under the hood.

Update #4

06 Apr 20:11
Compare
Choose a tag to compare

Unzip, run gopilot.exe and browse to http://localhost:8888 (or: http://whatever-your-ip-address-may-be:8888)

Changes:
Added two new URL parameters:

  • Set the culture code for Bing Maps
  • Set the default start map

Examples:
Display Bing Maps with Simplified Chinese labels:
http://localhost:8888/?bing_culture=zh-Hans

Display Bing Maps with Spanish labels:
http://localhost:8888/?bing_culture=es-ES

Start with CartoDB's Positron as the default map:
http://localhost:8888/?default_map=CartoDB.Positron

Or start with Bing Maps Light as the default map:
http://localhost:8888/?default_map=BingMaps.Light

Default map options are:

  • BingMaps.Light
  • BingMaps.Dark
  • BingMaps.Gray
  • BingMaps.Aerial
  • CartoDB.DarkMatter
  • CartoDB.Positron
  • CartoDB.Voyager
  • Esri.WorldGrayCanvas
  • Esri.WorldImagery
  • Esri.WorldStreetMap
  • Esri.WorldTopoMap
  • Mapbox
  • OpenStreetMap
  • OpenStreetMap.DE
  • OpenStreetMap.FR
  • OpenStreeMap.Gray
  • OpenStreetMap.HOT
  • OpenTopoMap
  • Stamen.Terrain
  • Stamen.Toner
  • Stamen.TonerLight

Update #3

20 Feb 22:03
Compare
Choose a tag to compare

Unzip, run gopilot.exe and browse to http://localhost:8888 (or: http://whatever-your-ip-address-may-be:8888)

Changes:

  • Add airport finder (based on data from OurAirports)
  • Remove packed data to decrease size of executable
  • Minor improvements/adjustments

capture-005

Update #2

06 Feb 21:51
Compare
Choose a tag to compare

Unzip, run gopilot.exe and browse to http://localhost:8888 (or: http://whatever-your-ip-address-may-be:8888)

Changes:

  • Add new maps and overlays
  • Add leaflet scale control
  • Add functionality to toggle fullscreen mode
  • Minor improvements, adjustments and fixes

capture-osm
capture-mapbox
capture-cartodb
capture-teleport

Update #1

04 Feb 22:06
Compare
Choose a tag to compare

Unzip, run gopilot.exe and browse to http://localhost:8888 (or: http://whatever-your-ip-address-may-be:8888)

Changes:

  • Update to simconnect-go v0.3.0
  • Embed assets and DLL in executable
  • Add option to set data request interval via command line arguments (default: 250ms)

Initial release

02 Feb 20:29
Compare
Choose a tag to compare

Unzip, run gopilot.exe and browse to http://localhost:8888 (or: http://your-ip-address:8888)

gopilot-capture-01