Changes

no edit summary
#Click the '''X''' to exit the Edit screen
#Scroll to the top of the ''Options'' page and click '''Save'''
 
=Target your Local OSM Tile Server=
#First you'll need to have a local Open Street Maps Tile Server. You can follow my [[Creating How to Setup an Open Street Map Tile Server under Ubuntu 18.04 in a Proxmox Container|How To]] to make your own. I'm going to assume that it is locally available at http://map.
#log in to your Virtual Radar Server
##Run ''su - virtradar''
##Run ''nano /home/virtradar/.local/share/VirtualRadar/TileServerSettings-Custom.json'' and fill in the file with
<nowiki>
[
{
"MapProvider": "Leaflet",
"DisplayOrder": 1,
"Name": "Local OSM Tile Server",
"Url": "http://map/osm/{z}/{x}/{y}.png",
"Attribution": "http://map/",
"Subdomains": null,
"Version": null,
"MinZoom": null,
"MaxZoom": 19,
"ZoomOffset": null,
"MinNativeZoom": null,
"MaxNativeZoom": null,
"ZoomReverse": false,
"DetectRetina": false,
"ClassName": null,
"ExpandoOptions": [],
 
/* New settings from version 2.4.5 onwards: */
"ErrorTileUrl": null,
"IsTms": false,
"IsLayer": false,
"DefaultBrightness": 70,
"DefaultOpacity": 100
}
]</nowiki>
##exit
##Run ''sudo systemctl restart virtualradar''
#Visit ''http://MYSERVER:8080/VirtualRadar/WebAdmin/Settings.html'' and login as ''admin/PASSWORD''
##Click '''Options''' on the left
##Under '''Map Providers''' click the '''Map provider:''' drop down menu and select "* Local OSM Tile Server"
##Hit the '''Save''' button at the top
=Setup Debian 9 to start VirtualRadar on Boot=