One OSM attribution

This commit is contained in:
Tim Schaub
2014-10-21 23:00:10 -06:00
parent 119289040f
commit 3f5dd45310
7 changed files with 10 additions and 31 deletions

View File

@@ -27,7 +27,7 @@ var map = new ol.Map({
html: 'Tiles &copy; <a href="http://www.opencyclemap.org/">' +
'OpenCycleMap</a>'
}),
ol.source.OSM.DATA_ATTRIBUTION
ol.source.OSM.ATTRIBUTION
],
url: 'http://{a-c}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png'
})