diff --git a/interface/black_osm.htm b/interface/black_osm.htm index d81c8ad..22585c0 100644 --- a/interface/black_osm.htm +++ b/interface/black_osm.htm @@ -182,28 +182,32 @@ "http://tile.stamen.com/watercolor/${z}/${x}/${y}.jpg", { isBaseLayer : true, visibility : false, - attribution: attribStamen + attribution: attribStamen, + tileOptions: {crossOriginKeyword: "anonymous"} }); var toner = new OpenLayers.Layer.OSM("Toner", "http://tile.stamen.com/toner/${z}/${x}/${y}.jpg", { isBaseLayer : true, visibility : false, - attribution: attribStamen + attribution: attribStamen, + tileOptions: {crossOriginKeyword: "anonymous"} }); var tonerlite = new OpenLayers.Layer.OSM("Toner lite", "http://tile.stamen.com/toner-lite/${z}/${x}/${y}.jpg", { isBaseLayer : true, visibility : false, - attribution: attribStamen + attribution: attribStamen, + tileOptions: {crossOriginKeyword: "anonymous"} }); var osm = new OpenLayers.Layer.OSM("OSM", "http://tile.openstreetmap.org/${z}/${x}/${y}.png", { isBaseLayer : true, visibility : true, - attribution: attribOSMData + attribution: attribOSMData, + tileOptions: {crossOriginKeyword: "anonymous"} }); var arrayMapQuestAerial = ["http://oatile1.mqcdn.com/tiles/1.0.0/sat/${z}/${x}/${y}.jpg", @@ -216,7 +220,8 @@ displayOutsideMaxExtent: true, attribution: attribMapQuestAerial, isBaseLayer : true, - visibility : false + visibility : false, + tileOptions: {crossOriginKeyword: "anonymous"} }); i3GEO.Interface.openlayers.LAYERSADICIONAIS = [ osm, aquarela, toner, tonerlite, layMapQuestAerial ]; -- libgit2 0.21.2