I Want to transform the coordinate system in this script. to get a right projection for geolocation. I want epsg 4326 for geolocation coordinate system
var view = new ol.View({ center:ol.proj.transform([110.365,-7.795],'EPSG:4326','EPSG:900913'), zoom:12.2 }); var map...