15 lines
		
	
	
		
			578 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			578 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 = {
 | |
|     "maptileurls": {
 | |
|         "liberty": "https://maps.netsyms.net/styles/osm-liberty/{z}/{x}/{y}.png",
 | |
|         "terrain": "https://maps.netsyms.net/styles/klokantech-terrain/{z}/{x}/{y}.png",
 | |
|         "fiord": "https://maps.netsyms.net/styles/fiord-color/{z}/{x}/{y}.png"
 | |
|     },
 | |
|     "geocodeapi": "https://apis.netsyms.net/packagehelper/geocode.php"
 | |
| }
 |