Changeset 6807
- Timestamp:
- 04/07/08 11:45:06 (8 months ago)
- Files:
-
- sandbox/topp/vespucci/lib/OpenLayers/Map.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/topp/vespucci/lib/OpenLayers/Map.js
r6806 r6807 1410 1410 lonlat = new OpenLayers.LonLat(lonlat.lon, lonlat.lat); 1411 1411 this.moveTo(lonlat, this.zoom, { 1412 'dragging': false,1412 'dragging': true, 1413 1413 'noEvent': true 1414 1414 });
