Search found 8 matches
- Wed Oct 23, 2019 10:21 am
- Forum: VRS on Linux
- Topic: Missing plane icons / markers
- Replies: 3
- Views: 6623
Re: Missing plane icons / markers
Same Problem with Raspbian GNU/Linux 9 (stretch), Mono 6.4.0.198 (tarball Tue Sep 24 01:57:00 UTC 2019) and also the newest Version 2 Preview [2019-10-12 21:12:59 UTC] VirtualRadar.tar.gz Mono GZIP tarball. Maybe a Mono issue? see: https://mostlecapi.de/vr Update: With Chrome and also Edge Browser o...
- Fri Oct 19, 2018 8:10 am
- Forum: VRS on Linux
- Topic: Mono 5.16 seems to have a problem with VRS 3.0.0 Beta
- Replies: 5
- Views: 5443
Re: Mono 5.16 seems to have a problem with VRS 3.0.0 Beta
Switching to .NET core sounds good to me. That should really be the best solution. I am looking forward to it. Many thanks for your work and support!
Until then mono back
Until then mono back
- Wed Oct 10, 2018 10:18 pm
- Forum: VRS on Linux
- Topic: Mono 5.16 seems to have a problem with VRS 3.0.0 Beta
- Replies: 5
- Views: 5443
Re: Mono 5.16 seems to have a problem with VRS 3.0.0 Beta
There are also problems with the official Version 2.4.2 from 16th June 2018 and Mono: 5.16.0.179 (tarball Thu Oct 4 12:22:11 UTC 2018) on Raspberry PI. Starting VRS with GUI: mono /SDR/VRS/VirtualRadar.exe WARNING: The runtime version supported by this application is unavailable. Using default runti...
- Mon Aug 15, 2016 12:27 am
- Forum: General Discussion
- Topic: Day Night Overlay
- Replies: 10
- Views: 6570
Re: Day Night Overlay
Hi, until just I used V1.4 nite-overlay.js. But now I switched to V1.5. I also use V2.4 from VirtualRadarServer with Windows 10 64 bit for testing and the mono Version for my web site on raspberry pi 3 ( http://www.wkdg.de/vr ) and everything works fine. I can not find a issue with your injected htm...
- Thu Mar 31, 2016 8:02 pm
- Forum: Installation Problems
- Topic: Nginx reverse proxy
- Replies: 7
- Views: 12758
Re: Nginx reverse proxy
Maybe a better solution: - first of all figure out if mobile browser or not - after this open mobile or desktop page via nginx reverse proxy set $mobile_request false; if ($http_user_agent ~* '(Mobile|WebOS)') { set $mobile_request true; } if ($mobile_request = true) { rewrite ^/vrs/$ /vrs/VirtualRa...
- Tue Jan 05, 2016 3:29 pm
- Forum: General Discussion
- Topic: Day Night Overlay
- Replies: 10
- Views: 6570
Re: Day Night Overlay
Had the same issue and can not solve it , therefore I switched to an other overlay: https://github.com/rossengeorgiev/nite-overlay With it exists a refresh method... Content of my nite-overlay.html: <script type="text/javascript"> if(VRS && VRS.globalDispatch && VRS.serverConfig) { VRS.globalDispatc...
- Fri Jan 01, 2016 12:11 pm
- Forum: General Discussion
- Topic: Day Night Overlay
- Replies: 10
- Views: 6570
Re: Day Night Overlay
Happy new year, agw and thank you for your support!
I followed your instructions and downloaded first of all the wrong daynightoverlay.js from git repostory.
After this I downloaded the correct daynightoverlay.js via the second link and all works fine!
I followed your instructions and downloaded first of all the wrong daynightoverlay.js from git repostory.
After this I downloaded the correct daynightoverlay.js via the second link and all works fine!
- Wed Dec 30, 2015 9:22 am
- Forum: General Discussion
- Topic: Day Night Overlay
- Replies: 10
- Views: 6570
Day Night Overlay
Hi everyone!
Can anyone help to show Day Night overlay in a map ?
Here I found information about:
https://code.google.com/p/google-maps-u ... /Libraries
http://plus.martinmatysiak.de/daynightoverlay/examples/
Is it possible with the Custom Content Plugin?
Can anyone help to show Day Night overlay in a map ?
Here I found information about:
https://code.google.com/p/google-maps-u ... /Libraries
http://plus.martinmatysiak.de/daynightoverlay/examples/
Is it possible with the Custom Content Plugin?