From 7b9c743cf4de8b54eec8080d4cfd6820e9986a6d Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 29 Sep 2006 10:01:45 +0000 Subject: [PATCH] Map documentation update. Missed documentation of some event_types. Brought to attention by David Herbert. (Thx david) git-svn-id: http://svn.openlayers.org/trunk/openlayers/doc@1518 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- Map.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Map.txt b/Map.txt index 2352be26c6..de9aabd349 100644 --- a/Map.txt +++ b/Map.txt @@ -54,6 +54,8 @@ Instantiate class {OpenLayers.Map} in order to create a map. This is the central changelayer -- a layer has some property of it, typically visibility, changed. changebaselayer -- the current base layer changes movestart -- start of a movement in the map + move -- end of movement in a map -- this happens while te mouse is dragging as well as for all other events. + moveend -- end of movement in a map, but does not happen when the move is 'minor', as is the case when the move event is in the middle of a drag action. zoomend -- end of a zoom action mouseover -- map is moused over mouseout -- map is no longer mousedout @@ -72,4 +74,4 @@ Instantiate class {OpenLayers.Map} in order to create a map. This is the central * maxScale -- The maximum scale the map should include. Overrides maxZoomLevel if present. * units -- The units of the map. Defaults to degrees. Neccesary when using scale in any way. * scales -- An array of scale values. Overrides maxResolution, maxZoomLevel, resolutions, and min/max scale if present. - \ No newline at end of file +