Explain where to get map keys.

This commit is contained in:
Oliver Jowett 2016-07-05 21:54:24 +01:00
parent ae6a7acb67
commit b93ada6196

View file

@ -117,7 +117,11 @@ FlagPath = "flags-tiny/";
ChartBundleLayers = true; ChartBundleLayers = true;
// Provide a Bing Maps API key here to enable the Bing imagery layer. // Provide a Bing Maps API key here to enable the Bing imagery layer.
// You can obtain a free key (with usage limits) at
// https://www.bingmapsportal.com/ (you need a "basic key")
BingMapsAPIKey = null; BingMapsAPIKey = null;
// Provide a Mapzen API key here to enable the Mapzen vector tile layer. // Provide a Mapzen API key here to enable the Mapzen vector tile layer.
// You can obtain a free key at https://mapzen.com/developers/
// (you need a "vector tiles" key)
MapzenAPIKey = null; MapzenAPIKey = null;