Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit d024c32

Browse files
committed
Update default config template to use new maps
1 parent 88656de commit d024c32

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

install/templates/config.tpl

+2-3
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,11 @@ Config::Set('USERS_ONLINE_TIME', 20);
6262
# Google Map Options
6363
Config::Set('MAP_WIDTH', '800px');
6464
Config::Set('MAP_HEIGHT', '600px');
65-
# Valid types are G_NORMAL_MAP, G_SATELLITE_MAP, G_HYBRID_MAP, G_PHYSICAL_MAP
66-
Config::Set('MAP_TYPE', 'G_PHYSICAL_MAP');
65+
Config::Set('MAP_TYPE', 'OpenStreetMap.Mapnik');
6766
Config::Set('MAP_LINE_COLOR', '#ff0000');
6867
Config::Set('MAP_CENTER_LAT', '45.484400');
6968
Config::Set('MAP_CENTER_LNG', '-62.334821');
70-
Config::Set('MAP_ZOOM_LEVEL', 12);
69+
Config::Set('MAP_ZOOM_LEVEL', 5);
7170

7271
# ACARS options
7372
# Minutes, flights to show on the ACARS

0 commit comments

Comments
 (0)