Search found 11 matches
- Fri Feb 07, 2020 10:33 pm
- Forum: Plugins
- Topic: Draw a polygon on google maps with custom plugins
- Replies: 1
- Views: 5210
Re: Draw a polygon on google maps with custom plugins
I just found the error. I have to write paths instead of path
- Fri Feb 07, 2020 9:54 pm
- Forum: Plugins
- Topic: Draw a polygon on google maps with custom plugins
- Replies: 1
- Views: 5210
Draw a polygon on google maps with custom plugins
Hi. Ì'm playing around with marking the mil-reserved areas in my antenna coverage and I just marked one but with polylines. That was a lot of effort but it was worth it. Then I discovered that you can also do it with a polygon. But my polygon script is not working, my polyline is though. Polygon Scr...
- Sun Oct 27, 2019 8:53 am
- Forum: Bug Reports
- Topic: Time change creates a negative tracking duration
- Replies: 0
- Views: 11147
Time change creates a negative tracking duration
Last night we switched to winter time and thus VRS created a negative tracking duration.


- Sat Oct 12, 2019 2:43 pm
- Forum: Installation Problems
- Topic: Running 2 instances of VRS
- Replies: 1
- Views: 5106
Re: Running 2 instances of VRS
I got it working. I needed to first go into the directory of the working VRS
- Sat Oct 12, 2019 2:30 pm
- Forum: Installation Problems
- Topic: Running 2 instances of VRS
- Replies: 1
- Views: 5106
Running 2 instances of VRS
I want to run two instances of VRS on the same windows 10 machine. I found a topic from 2013 in this forum ( https://forum.virtualradarserver.co.uk/viewtopic.php?t=153 ), I tried to run it but I can't seem to get the last cmd command to work. When I write VirtualRadar.exe -workingFolder:C:\Server\Lo...
- Thu Aug 08, 2019 11:35 am
- Forum: Bug Reports
- Topic: Reports don't work on Mobile anymore after updating 2.4.3
- Replies: 1
- Views: 5181
Reports don't work on Mobile anymore after updating 2.4.3
I recently upgraded my VRS from 2.4.2 to 2.4.3 and noticed that I couldn't access my reports via my smartphone anymore. It just shows a blank page whether it's mobileReport or desktopReport doesn't matter. I tried Google Chrome and Samsung Internet. It also doesn't work on IOS. But when I try to acc...
- Sun Jul 28, 2019 10:03 am
- Forum: Plugins
- Topic: Custom Marker for different Squawks
- Replies: 2
- Views: 6382
Re: Custom Marker for different Squawks
Thank you awg it worked.
- Sat Jul 27, 2019 6:25 pm
- Forum: Plugins
- Topic: Custom Marker for different Squawks
- Replies: 2
- Views: 6382
Custom Marker for different Squawks
I want to have a red marker if an aircraft squawk 7700, 7600 or 7500. To test if my code works I used this (there are a few other marker codes in that file so don't worry about the start and the ending of it :): VRS.globalOptions.aircraftMarkers.unshift( new VRS.AircraftMarker({ normalFileName: 'MIL...
- Tue Feb 26, 2019 8:52 pm
- Forum: General Discussion
- Topic: Want to share data from one VRS to another VRS. How do I do that?
- Replies: 3
- Views: 4120
Re: Want to share data from one VRS to another VRS. How do I do that?
I eventually figured it out. To receiver data from another VRS: You have to create a new Receiver . Use Format Basestation . Tick the box Push receiver and enter the Port you set in the other VRS (in my case 40500). Create a port forwarding in your router for that port to your machine running VRS. T...
- Wed Feb 13, 2019 12:53 pm
- Forum: General Discussion
- Topic: Want to share data from one VRS to another VRS. How do I do that?
- Replies: 3
- Views: 4120
Want to share data from one VRS to another VRS. How do I do that?
Hello. I want to share my data with a friend'S VRS and he wants to share his data with my VRS. How exactly could I do that? I think with the rebroadcast function but what IP should I enter and do I have to make a separate receiver for the data my friend is sending me?