Sir James. The new Setting is the Shit! I just love it! It is way better than i ever thought it could be. Thank you for your the time you spent. Best Wishes from Germany.
Glad you like my VRS layers code on GitHub James, I have Leaflet/OpenStreetMaps working on mlat-server for the coverage maps. They're on my mlat-server fork on Github too if you want to look at the code. Pretty simple to switch over.
oh really?! I got an email for a guy converting the VRS UI to canvas .. https://github.com/sellrik/AircraftTrackerDemo I made some edits to the layering, so we don't put base layers on as overlays. I clear the VRS leaflet layers, then re-add them all. view-source:https://global.adsbexchange.com/VirtualRadar/desktop.html //hack to remove VRS 'hardcoded' base layer. map.eachLayer(function(layer) { map.removeLayer(layer); });
I messaged Andrew (VRS Dev) about being able to determine base layer vs overlay. We'll see if it makes it into the code base for adding custom layers. Do you know how to prevent Leaflet from infinite scrolling? This is a problem, I think with my hack maybe .. not sure. Not sure what the difference is or what setting I'm missing between this and the globals.
You put a bounding box around it. It will rubber band back. If you can find it yourself, DM me and I will look it up in an old project.
It's a setting in Leaflet. Now that it's 3AM and I'm sitting here I can't think of it. But I did figure it out - need to push it to the map UI.
Hi everyone. Is it possible to display the Open AIP Airspace TMS ADSBX layer from Virtual radar within the ADSBX dashboard ? Hope that question makes sense ! Thanks Paul
Hi James, thanks for replying. Is this something I can google how to do or find step by step instructions on the forum ? Sorry ! Paul
It's already there ... I think it's layers.js or script.js .. something .. it's in the html file directory in dump1090