Remove extra comment
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
// Styles for the mapbox-streets-v6 vector tile data set. Loosely based on
|
// Styles for the mapbox-streets-v6 vector tile data set. Loosely based on
|
||||||
// http://a.tiles.mapbox.com/v4/mapbox.mapbox-streets-v6.json
|
// 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) {
|
function createMapboxStreetsV6Style(Style, Fill, Stroke, Icon, Text) {
|
||||||
var fill = new Fill({color: ''});
|
var fill = new Fill({color: ''});
|
||||||
var stroke = new Stroke({color: '', width: 1});
|
var stroke = new Stroke({color: '', width: 1});
|
||||||
|
|||||||
Reference in New Issue
Block a user