Add links to Proj4js and CONTRIBUTING.md

This commit is contained in:
Frederic Junod
2013-09-09 12:02:49 +02:00
parent 20916c75bb
commit 03e2f1a903

View File

@@ -6,7 +6,9 @@ In general every use of OpenLayers starts by initializing a map, then adding th
Projections
-----------
A {@link ol.Projection} defines which point on earth is represented by a pair of coordinates. Coordinates within OpenLayers can be used in various projections where some common projections are always supported, others can be used via Proj4js.
A {@link ol.Projection} defines which point on earth is represented by a pair of coordinates.
Coordinates within OpenLayers can be used in various projections where some common projections are always supported,
others can be used via [Proj4js](http://trac.osgeo.org/proj4js/).
Maps and Layers
---------------
@@ -14,4 +16,5 @@ A map in OpenLayers is essentially a staple of layers that is viewed from the to
Contributing
------------
See CONTRIBUTING.md for instructions on building and tesing OpenLayers. The file does also describe how to commit your changes to OpenLayers.
See [CONTRIBUTING.md](https://github.com/openlayers/ol3/blob/master/CONTRIBUTING.md) for instructions
on building and tesing OpenLayers. The file does also describe how to commit your changes to OpenLayers.