Add credit/attribution for the example style function

This commit is contained in:
Andreas Hocevar
2015-10-23 12:53:03 +02:00
parent 80fa26ddd8
commit 4be89715ed

View File

@@ -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});