From 511784d53014f67326e92c740799dc6df032eaba Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Sun, 15 Jan 2012 18:22:22 +0100 Subject: [PATCH] Update OpenLayers.Map.{min,max}Px apidoc OpenLayers.Pixel to simple javascript object. --- lib/OpenLayers/Map.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index b3eb75f821..05df48eaed 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -398,7 +398,8 @@ OpenLayers.Map = OpenLayers.Class({ /** * Property: minPx - * {} Lower left of maxExtent in viewport pixel space. + * {Object} An object with a 'x' and 'y' values that is the lower + * left of maxExtent in viewport pixel space. * Used to verify in moveByPx that the new location we're moving to * is valid. It is also used in the getLonLatFromViewPortPx function * of Layer. @@ -407,7 +408,8 @@ OpenLayers.Map = OpenLayers.Class({ /** * Property: maxPx - * {} Top right of maxExtent in viewport pixel space. + * {Object} An object with a 'x' and 'y' values that is the top + * right of maxExtent in viewport pixel space. * Used to verify in moveByPx that the new location we're moving to * is valid. */