From 1a59ade32a212494d621d257ed319a34d5e1fa9e Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Tue, 27 Mar 2012 15:53:01 +0100 Subject: [PATCH] Improve proj4js examples docs --- examples/graticule.html | 2 +- examples/using-proj4js.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/graticule.html b/examples/graticule.html index 514f191e7b..c5a116d9f0 100644 --- a/examples/graticule.html +++ b/examples/graticule.html @@ -93,7 +93,7 @@

Graticule Example

- graticule, grid + graticule, grid, projection, proj4js, reproject, transform

diff --git a/examples/using-proj4js.html b/examples/using-proj4js.html index 76add913df..6883d9b901 100644 --- a/examples/using-proj4js.html +++ b/examples/using-proj4js.html @@ -64,7 +64,7 @@

Using Proj4JS for vector reprojection

you would not inlude Proj4JS the way it is done in this example. In a production environment you would furthermore have a local copy of the Proj4JS-projection definition that is hotlinked in this - example. + example (see Graticule example for how to do this).