diff --git a/doc/tutorials/raster-reprojection.md b/doc/tutorials/raster-reprojection.md index 5eae75df11e..d9830c84690 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](https://epsg.io/27700): ``` html - + ``` ``` javascript diff --git a/examples/reprojection-by-code.html b/examples/reprojection-by-code.html index 75679d0deba..446aee77b61 100644 --- a/examples/reprojection-by-code.html +++ b/examples/reprojection-by-code.html @@ -8,7 +8,7 @@ in EPSG.io database. tags: "reprojection, projection, proj4js, epsg.io" resources: - - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.4.3/proj4.js + - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.4.4/proj4.js ---
diff --git a/examples/reprojection-image.html b/examples/reprojection-image.html index c467a87bf0d..0f4e01bf65d 100644 --- a/examples/reprojection-image.html +++ b/examples/reprojection-image.html @@ -6,6 +6,6 @@ This example shows client-side reprojection of single image source. tags: "reprojection, projection, proj4js, image, imagestatic" resources: - - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.4.3/proj4.js + - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.4.4/proj4.js ---
diff --git a/examples/reprojection.html b/examples/reprojection.html index 2d668ea4a57..b87a7776a9d 100644 --- a/examples/reprojection.html +++ b/examples/reprojection.html @@ -6,7 +6,7 @@ This example shows client-side raster reprojection between various projections. tags: "reprojection, projection, proj4js, osm, wms, wmts, hidpi" resources: - - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.4.3/proj4.js + - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.4.4/proj4.js ---
diff --git a/examples/scaleline-indiana-east.html b/examples/scaleline-indiana-east.html index 33093f66c83..40d9dfe1090 100644 --- a/examples/scaleline-indiana-east.html +++ b/examples/scaleline-indiana-east.html @@ -6,6 +6,6 @@ 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: - - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.4.3/proj4.js + - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.4.4/proj4.js ---
diff --git a/examples/sphere-mollweide.html b/examples/sphere-mollweide.html index f2049e4279e..13286a4a397 100644 --- a/examples/sphere-mollweide.html +++ b/examples/sphere-mollweide.html @@ -6,6 +6,6 @@ Example of a Sphere Mollweide map with a Graticule component. tags: "graticule, Mollweide, projection, proj4js" resources: - - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.4.3/proj4.js + - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.4.4/proj4.js ---
diff --git a/examples/wms-image-custom-proj.html b/examples/wms-image-custom-proj.html index 66e16fdedcc..9ae33190df0 100644 --- a/examples/wms-image-custom-proj.html +++ b/examples/wms-image-custom-proj.html @@ -6,7 +6,7 @@ With [Proj4js](http://proj4js.org/) integration, OpenLayers can transform coordinates between arbitrary projections. tags: "wms, single image, proj4js, projection" resources: - - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.4.3/proj4.js + - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.4.4/proj4.js - https://epsg.io/21781-1753.js ---
diff --git a/package.json b/package.json index 2b375f49d36..2282c26d2be 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "mocha-phantomjs-core": "^2.1.0", "mustache": "2.3.0", "phantomjs-prebuilt": "2.1.14", - "proj4": "2.4.3", + "proj4": "2.4.4", "resemblejs": "2.2.4", "serve-files": "1.0.1", "sinon": "3.2.0",