remove trailing comma
+1
-1
@@ -15,7 +15,7 @@ var layer = new ol.layer.Vector({
|
|||||||
source: new ol.source.Vector({
|
source: new ol.source.Vector({
|
||||||
url: 'http://example.com/data',
|
url: 'http://example.com/data',
|
||||||
projection: 'remote-proj', // this will typically come with the data
|
projection: 'remote-proj', // this will typically come with the data
|
||||||
parser: new ol.parser.GeoJSON(),
|
parser: new ol.parser.GeoJSON()
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user