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 ---