From 22084aa960bfae7f560505c873cdc70433ff6649 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Thu, 13 Oct 2016 14:27:43 +0200 Subject: [PATCH] Use same proj4js version in examples and tests --- examples/reprojection-by-code.html | 2 +- examples/reprojection-image.html | 2 +- examples/reprojection.html | 2 +- examples/scaleline-indiana-east.html | 2 +- examples/sphere-mollweide.html | 2 +- examples/wms-image-custom-proj.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/reprojection-by-code.html b/examples/reprojection-by-code.html index 083b8c32cb..6eb1a1bd69 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, epsg.io" resources: - - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.14/proj4.js + - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.15/proj4.js ---
diff --git a/examples/reprojection-image.html b/examples/reprojection-image.html index 3ad27d1636..e085c78c53 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, image, imagestatic" resources: - - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.14/proj4.js + - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.15/proj4.js ---
diff --git a/examples/reprojection.html b/examples/reprojection.html index 44ca087edd..07c1babe74 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, osm, wms, wmts, hidpi" resources: - - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.14/proj4.js + - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.15/proj4.js ---
diff --git a/examples/scaleline-indiana-east.html b/examples/scaleline-indiana-east.html index a43eb646b6..61e960f9e2 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: - - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.14/proj4.js + - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.15/proj4.js ---
diff --git a/examples/sphere-mollweide.html b/examples/sphere-mollweide.html index c0b7ae62cf..de59e9f5fc 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: - - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.14/proj4.js + - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.15/proj4.js ---
diff --git a/examples/wms-image-custom-proj.html b/examples/wms-image-custom-proj.html index db0994e9b4..1404e56993 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: - - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.14/proj4.js + - https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.15/proj4.js - https://epsg.io/21781-1753.js ---