diff --git a/examples/resources/mapbox-streets-v6-style.js b/examples/resources/mapbox-streets-v6-style.js index 83e63e8694..c19a63be25 100644 --- a/examples/resources/mapbox-streets-v6-style.js +++ b/examples/resources/mapbox-streets-v6-style.js @@ -1,9 +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 -// 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(Style, Fill, Stroke, Icon, Text) { var fill = new Fill({color: ''}); var stroke = new Stroke({color: '', width: 1});