We have an application working with open layers and are using open street maps for the map tiles
However they don't look great Is there anyway to style these maps?
I read something about Mapbox but it uses Leaflet API, however we use OpenLayers and our app is heavily using it
what options do i have?
thanks
OpenLayers.Layer.XYZ('MapBox', 'http://a.tiles.mapbox.com/v3/[mapid]/${z}/${y}/${x}.png')
- tmcw Aug 7 at 20:39