Lint free examples
This commit is contained in:
@@ -16,7 +16,7 @@ var raster = new ol.layer.Tile({
|
||||
|
||||
var source = new ol.source.Vector();
|
||||
|
||||
var styleFunction = function(feature, resolution) {
|
||||
var styleFunction = function(feature) {
|
||||
var geometry = feature.getGeometry();
|
||||
var styles = [
|
||||
// linestring
|
||||
|
||||
Reference in New Issue
Block a user