How to specify the projection for GeoJSON in openlayers3?
问题 My intention is to load GeoJSON data and display it on the map. Coordinates of the features specified in GeoJSON are normal lon/lat. For some reason openlayers is rendering them using the projection used by the map and without converting them. // Underlying sat layer. var world = new ol.layer.Tile({ source: new ol.source.MapQuest({layer: 'sat'}) }); // GeoJSON data. var geojsonObject = { 'type': 'FeatureCollection', 'features': [ { 'type': 'Feature', 'geometry': { 'coordinates': [ 50.07539747