25 lines
		
	
	
		
			710 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			710 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /*
 | |
|  * This Source Code Form is subject to the terms of the Mozilla Public
 | |
|  * License, v. 2.0. If a copy of the MPL was not distributed with this
 | |
|  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 | |
|  */
 | |
| 
 | |
| var SETTINGS = {
 | |
|     apis: {
 | |
|         track: "https://helena.express/tracker/api.php"
 | |
|     },
 | |
|     branding: {
 | |
|         apptitle: "Helena Express",
 | |
|         company: "Helena Express",
 | |
|         website: "https://helena.express"
 | |
|     },
 | |
|     maptileurls: {
 | |
|         liberty: {
 | |
|             url: "https://maps.netsyms.net/styles/osm-liberty/{z}/{x}/{y}.png",
 | |
|             json: "https://maps.netsyms.net/styles/osm-liberty/style.json",
 | |
|             name: "Liberty",
 | |
|             bgcolor: "#EFEFEF"
 | |
|         }
 | |
|     }
 | |
| }
 |