diff --git a/examples/localized-openstreetmap.html b/examples/localized-openstreetmap.html index aa70a35793..620d9c834a 100644 --- a/examples/localized-openstreetmap.html +++ b/examples/localized-openstreetmap.html @@ -3,8 +3,7 @@ layout: example.html title: Localized OpenStreetMap shortdesc: Example of a localized OpenStreetMap map with a custom tile server and a custom attribution. docs: > -
The base layer is OpenCycleMap with an overlay from OpenSeaMap. The OpenSeaMap tile server - does not support CORS headers.
-tags: "cors, localized-openstreetmap, openseamap, openstreetmap" +The base layer is OpenCycleMap with an overlay from OpenSeaMap. +tags: "localized-openstreetmap, openseamap, openstreetmap" ---
diff --git a/examples/localized-openstreetmap.js b/examples/localized-openstreetmap.js index 0459d45d22..5b8f79dbe7 100644 --- a/examples/localized-openstreetmap.js +++ b/examples/localized-openstreetmap.js @@ -28,7 +28,6 @@ var openSeaMapLayer = new ol.layer.Tile({ }), ol.source.OSM.ATTRIBUTION ], - crossOrigin: null, url: 'http://tiles.openseamap.org/seamark/{z}/{x}/{y}.png' }) });