Lots of layer cleanups.

Move layer config into a separate file.
Add a Mapzen vector tile layer.
Make the overlay layers toggleable.
This commit is contained in:
Oliver Jowett 2016-07-03 13:55:14 +01:00
parent 6676bc8172
commit 381ce5f280
4 changed files with 215 additions and 103 deletions

View file

@ -113,5 +113,11 @@ ShowFlags = true;
// Path to country flags (can be a relative or absolute URL; include a trailing /)
FlagPath = "flags-tiny/";
// Set to true to enable the ChartBundle base layers (US coverage only)
ChartBundleLayers = true;
// Provide a Bing Maps API key here to enable the Bing imagery layer.
BingMapsAPIKey = null;
// Provide a Mapzen API key here to enable the Mapzen vector tile layer.
MapzenAPIKey = null;