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

Commit

Permalink
Update default config template to use new maps
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio committed Jul 5, 2018
1 parent 88656de commit d024c32
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions install/templates/config.tpl
Expand Up @@ -62,12 +62,11 @@ Config::Set('USERS_ONLINE_TIME', 20);
# Google Map Options
Config::Set('MAP_WIDTH', '800px');
Config::Set('MAP_HEIGHT', '600px');
# Valid types are G_NORMAL_MAP, G_SATELLITE_MAP, G_HYBRID_MAP, G_PHYSICAL_MAP
Config::Set('MAP_TYPE', 'G_PHYSICAL_MAP');
Config::Set('MAP_TYPE', 'OpenStreetMap.Mapnik');
Config::Set('MAP_LINE_COLOR', '#ff0000');
Config::Set('MAP_CENTER_LAT', '45.484400');
Config::Set('MAP_CENTER_LNG', '-62.334821');
Config::Set('MAP_ZOOM_LEVEL', 12);
Config::Set('MAP_ZOOM_LEVEL', 5);

# ACARS options
# Minutes, flights to show on the ACARS
Expand Down

0 comments on commit d024c32

Please sign in to comment.