From 2bb58ebb245d3312889ec785ce186e5c7eaa2dca Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 14 Apr 2009 19:28:39 +0000 Subject: [PATCH] Documenting the default projection for the map. git-svn-id: http://svn.openlayers.org/trunk/openlayers@9296 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index 796b621235..8019124b82 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -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",