From 4be89715edd836628caefd8e82039b6122dcd221 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Fri, 23 Oct 2015 12:53:03 +0200 Subject: [PATCH] Add credit/attribution for the example style function --- examples/resources/mapbox-streets-v6-style.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/resources/mapbox-streets-v6-style.js b/examples/resources/mapbox-streets-v6-style.js index c7f6c4ad2f..af123f84b9 100644 --- a/examples/resources/mapbox-streets-v6-style.js +++ b/examples/resources/mapbox-streets-v6-style.js @@ -1,3 +1,6 @@ +// Styles for the mapbox-streets-v6 vector tile data set. Loosely based on +// http://a.tiles.mapbox.com/v4/mapbox.mapbox-streets-v6.json + function createMapboxStreetsV6Style() { var fill = new ol.style.Fill({color: ''}); var stroke = new ol.style.Stroke({color: '', width: 1});