Add a note about quoting keys in config.js
This commit is contained in:
parent
426e77a252
commit
ca3c4979f5
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue