Skip to content
Snippets Groups Projects
Commit a37f5175 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

OCD typo fix

parent cda2d598
Branches
No related tags found
No related merge requests found
......@@ -169,9 +169,9 @@ export default {
let geoGSON = new GeoJSON();
let resultGeoGSON = geoGSON.writeFeatures(vectorLayer.getSource().getFeatures());
this.myGeoInfo = JSON.parse(resultGeoGSON);
let geoJSON = new GeoJSON();
let resultGeoJSON = geoJSON.writeFeatures(vectorLayer.getSource().getFeatures());
this.myGeoInfo = JSON.parse(resultGeoJSON);
this.myGeoInfo.features[0].geometry.coordinates=coord;
this.myMap.addLayer(vectorLayer);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment