diff --git a/doc/tutorials/raster-reprojection.md b/doc/tutorials/raster-reprojection.md index 5176b0d939..473b440850 100644 --- a/doc/tutorials/raster-reprojection.md +++ b/doc/tutorials/raster-reprojection.md @@ -45,7 +45,7 @@ The easiest way to use a custom projection is to add the [Proj4js](http://proj4j Following example shows definition of a [British National Grid](http://epsg.io/27700): ``` html - + ``` ``` javascript diff --git a/examples/reprojection-by-code.html b/examples/reprojection-by-code.html index 3762de71a9..dd27b76761 100644 --- a/examples/reprojection-by-code.html +++ b/examples/reprojection-by-code.html @@ -8,7 +8,7 @@ docs: > in EPSG.io database. tags: "reprojection, projection, proj4js, mapquest, epsg.io" resources: - - http://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.6/proj4.js + - http://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.14/proj4.js ---
diff --git a/examples/reprojection-image.html b/examples/reprojection-image.html index 9e99f742e3..77f93be489 100644 --- a/examples/reprojection-image.html +++ b/examples/reprojection-image.html @@ -6,6 +6,6 @@ docs: > This example shows client-side reprojection of single image source. tags: "reprojection, projection, proj4js, mapquest, image, imagestatic" resources: - - http://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.6/proj4.js + - http://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.14/proj4.js ---
diff --git a/examples/reprojection.html b/examples/reprojection.html index 5a09da9678..5ffbfcd70d 100644 --- a/examples/reprojection.html +++ b/examples/reprojection.html @@ -6,7 +6,7 @@ docs: > This example shows client-side raster reprojection between various projections. tags: "reprojection, projection, proj4js, mapquest, wms, wmts, hidpi" resources: - - http://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.6/proj4.js + - http://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.14/proj4.js ---
diff --git a/examples/scaleline-indiana-east.html b/examples/scaleline-indiana-east.html index 250efbd3a9..998bd5fc89 100644 --- a/examples/scaleline-indiana-east.html +++ b/examples/scaleline-indiana-east.html @@ -6,6 +6,6 @@ docs: > This example shows client-side reprojection of OpenStreetMap to NAD83 Indiana East, including a ScaleLine control with US units. tags: "reprojection, projection, openstreetmap, nad83, tile, scaleline" resources: - - http://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.6/proj4.js + - http://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.14/proj4.js ---
diff --git a/examples/sphere-mollweide.html b/examples/sphere-mollweide.html index 3340683a33..3ced0502ee 100644 --- a/examples/sphere-mollweide.html +++ b/examples/sphere-mollweide.html @@ -6,6 +6,6 @@ docs: > Example of a Sphere Mollweide map with a Graticule component. tags: "graticule, Mollweide, projection, proj4js" resources: - - http://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.6/proj4.js + - http://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.14/proj4.js ---
diff --git a/examples/wms-image-custom-proj.html b/examples/wms-image-custom-proj.html index e977677946..f2a9166076 100644 --- a/examples/wms-image-custom-proj.html +++ b/examples/wms-image-custom-proj.html @@ -6,7 +6,7 @@ docs: > With [Proj4js](http://proj4js.org/) integration, OpenLayers can transform coordinates between arbitrary projections. tags: "wms, single image, proj4js, projection" resources: - - http://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.6/proj4.js + - http://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.14/proj4.js - http://epsg.io/21781-1753.js ---