Add a note about quoting keys in config.js

This commit is contained in:
Oliver Jowett 2016-07-24 21:15:21 +01:00
parent 426e77a252
commit ca3c4979f5

View file

@ -119,9 +119,17 @@ 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 // You can obtain a free key (with usage limits) at
// https://www.bingmapsportal.com/ (you need a "basic key") // https://www.bingmapsportal.com/ (you need a "basic key")
//
// Be sure to quote your key:
// BingMapsAPIKey = "your key here";
//
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 can obtain a free key at https://mapzen.com/developers/
// (you need a "vector tiles" key) // (you need a "vector tiles" key)
//
// Be sure to quote your key:
// MapzenAPIKey = "your key here";
//
MapzenAPIKey = null; MapzenAPIKey = null;