In my website, I wish to display a map with few markers of historicals points from a geoJson file. I start with openlayers 3 api and all is ok, it works. For the moment I use the OpenStreepMap map that I define like this :
`new ol.layer.Tile ({ title: 'OSM', type: 'base'...