Remove extra comment

This commit is contained in:
Frederic Junod
2018-01-19 13:25:54 +01:00
parent 38eb5dc9d8
commit 9417e88c15

View File

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