You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
web server that shows your current MSFS2020 plane position in google maps inside the browser
4
+
5
+
## install
6
+
7
+
* download latest release zip [here](https://github.com/lian/msfs2020-go/releases)
8
+
* unzip `vfrmap-win64.zip`
9
+
10
+
## run
11
+
* run `vfrmap.exe`
12
+
* browse to http://localhost:9000
13
+
14
+
## arguments
15
+
16
+
*`-v` show program version
17
+
*`-api-key` use your own gmap api-key
18
+
*`-verbose` verbose output
19
+
20
+
## change visualisation
21
+
22
+
if you want to change how the webpage looks then copy and change [index.html](html/index.html) to the same folder as `vfrmap.exe` and relaunch the program.
23
+
24
+
## compile
25
+
26
+
`GOOS=windows GOARCH=amd64 go build github.com/lian/msfs2020-go/vfrmap` or see [build-vfrmap.sh](https://github.com/lian/msfs2020-go/blob/master/build-vfrmap.sh)
0 commit comments