Updating Features in Openlayers 4.x
Let's say you have this following set-up: var jsonObj = { "type": "FeatureCollection", "features": [ { "geometry": { "type": "Point", "coordinates": [124.112122, 8.112132] }, "type": "Feature", "properties": { ...