I'm trying to get vector feature from geojson file displayed in openlayers 3.9.0.
{"type": "FeatureCollection","crs": {"type": "name","properties": {"name": "EPSG:3857"}}, "features": [{"type": "Feature","geometry": {"type": "Point","coordinates": [0, 0]}}]} Does anyone see why this code...