Search found 65 matches
- Fri Dec 09, 2016 6:07 am
- Forum: General Discussion
- Topic: geojson as overlay
- Replies: 2
- Views: 2068
geojson as overlay
Please specify how to use a geojson (http://en.wikipedia.org/wiki/GeoJSON) , which as an overlay in the VRS? <script type="text/javascript"> if(VRS && VRS.globalDispatch && VRS.serverConfig) { VRS.globalDispatch.hook(VRS.globalEvent.bootstrapCreated, function(bootStrap) { bootStrap.hookInitialised(f...
- Fri Dec 09, 2016 5:55 am
- Forum: General Discussion
- Topic: Display only specific planes on map
- Replies: 2
- Views: 2020
Re: Display only specific planes on map
For this, You need to install the preview version of VRS and the Feed Filter Plugin. And Feed Filter Plugin to set HEX all your planes, and configure to show only them.
http://www.virtualradarserver.co.uk/Pre ... ter-plugin
http://www.virtualradarserver.co.uk/Pre ... ter-plugin
- Mon Nov 14, 2016 9:09 pm
- Forum: General Discussion
- Topic: Aircraft icons clustering
- Replies: 3
- Views: 2720
Re: Aircraft icons clustering
Save this code into a file, and activate, using a custom content plugin... <script type="text/javascript"> if(VRS && VRS.globalDispatch && VRS.serverConfig) { VRS.globalDispatch.hook(VRS.globalEvent.bootstrapCreated, function(bootStrap) { VRS.globalOptions.aircraftMarkerClustererEnabled = false; });...
- Wed Nov 09, 2016 6:34 pm
- Forum: Plugins
- Topic: Weather layer as plugin?
- Replies: 7
- Views: 6946
Re: Weather layer as plugin?
ProHill (on the forum) and a couple of other people have added weather layers to VRS, I think they're based on overlays from weather sites. The intention is to write a plugin that does the same, I just need to get around to it :) The only problem is, the plugin from ProHill is a direct challenge to...
- Mon Aug 29, 2016 8:30 pm
- Forum: Bug Reports
- Topic: unable to display Google Maps
- Replies: 19
- Views: 12596
Re: unable to display Google Maps
In the new version, 2.4.0 Goole Maps API key is also not working. Through the Custom content plugin works, but there is the inconvenience of local addresses.