Guest User

Untitled

a guest
Mar 21st, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. var vectorSource = new ol.source.Vector({
  2. features: (new ol.format.GeoJSON()).readFeatures(geojsonObject)
  3. });
  4.  
  5. var vectorSource = new ol.source.Vector({
  6. features: (new ol.format.GeoJSON())
  7. .readFeatures(geojsonObject,{
  8. featureProjection: 'EPSG:3857'
  9. })
  10. });
Add Comment
Please, Sign In to add comment