Merge remote-tracking branch 'mutability/master' into dev

This commit is contained in:
Oliver Jowett 2016-07-25 13:13:07 +01:00
commit ad71d8b76c
5 changed files with 52 additions and 5 deletions

View file

@ -119,9 +119,17 @@ ChartBundleLayers = false;
// 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")
//
// Be sure to quote your key:
// BingMapsAPIKey = "your key here";
//
BingMapsAPIKey = null;
// 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)
//
// Be sure to quote your key:
// MapzenAPIKey = "your key here";
//
MapzenAPIKey = null;