Skip to content

Commit 11395e7

Browse files
author
Éric Lemoine
committed
Merge pull request openlayers#363 from probins/projex2.12
Improve proj4js examples docs 2.12
2 parents 31c2d18 + 1a59ade commit 11395e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/graticule.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<h1 id="title">Graticule Example</h1>
9494

9595
<div id="tags">
96-
graticule, grid
96+
graticule, grid, projection, proj4js, reproject, transform
9797
</div>
9898

9999
<p id="shortdesc">

examples/using-proj4js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h1 id="title">Using Proj4JS for vector reprojection</h1>
6464
you would not inlude Proj4JS the way it is done in this example.
6565
In a production environment you would furthermore have a local copy
6666
of the Proj4JS-projection definition that is hotlinked in this
67-
example.
67+
example (see Graticule example for how to do this).
6868
</p>
6969
<div id="map">
7070
</div>

0 commit comments

Comments
 (0)