Documenting the default projection for the map.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@9296 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2009-04-14 19:28:39 +00:00
parent d1ab118f91
commit 2bb58ebb24

View File

@@ -269,7 +269,7 @@ OpenLayers.Map = OpenLayers.Class({
* APIProperty: projection
* {String} Set in the map options to override the default projection
* string this map - also set maxExtent, maxResolution, and
* units if appropriate.
* units if appropriate. Default is "EPSG:4326".
*/
projection: "EPSG:4326",