From e807fb6304d1728abb5a3d65092bed93a873cebb Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Tue, 25 Jul 2017 08:34:16 +0200 Subject: [PATCH] Update license comment --- src/internal-packages/schema/lib/d3/coordinates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal-packages/schema/lib/d3/coordinates.js b/src/internal-packages/schema/lib/d3/coordinates.js index a97f9cf4d7e..b466d3061ab 100644 --- a/src/internal-packages/schema/lib/d3/coordinates.js +++ b/src/internal-packages/schema/lib/d3/coordinates.js @@ -350,7 +350,7 @@ const minicharts_d3fns_geo = function() { if (!map) { map = new mapboxgl.Map({ container: innerDiv[0][0], - // not allowed to whitelabel the map without enterprise license + // not allowed to whitelabel the map ever due to OpenStreetMaps license. // attributionControl: false, style: 'mapbox://styles/mapbox/light-v9', center: bounds.getCenter()