Added option to draw measurement circles around site
Options: SiteCircles = true; SiteCirclesDistances = new Array(100,150,200); Circles are only shown if 'SiteShow' is true. SiteCirclesDistances is array of numbers. Distances are in NM or km depending 'Metric'-settings. modified: public_html/config.js modified: public_html/script.js
This commit is contained in:
parent
3000baf184
commit
9904c22859
2 changed files with 57 additions and 13 deletions
public_html
|
@ -7,7 +7,7 @@
|
|||
|
||||
// -- Output Settings -------------------------------------
|
||||
// Show metric values
|
||||
Metric = false; // true|false
|
||||
Metric = false; // true or false
|
||||
|
||||
// -- Map settings ----------------------------------------
|
||||
// The Latitude and Longitude in decimal format
|
||||
|
@ -27,3 +27,6 @@ SiteShow = false; // true or false
|
|||
SiteLat = 45.0;
|
||||
SiteLon = 9.0;
|
||||
|
||||
SiteCircles = true; // true or false (Only shown if SiteShow is true)
|
||||
SiteCirclesDistances = new Array(100,150,200); // In nautical miles or km (depending settings value 'Metric')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue