Changeset 7174
- Timestamp:
- 05/14/08 04:11:01 (5 months ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Map.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Map.js
r7060 r7174 1376 1376 } 1377 1377 var center = this.getCenter(); 1378 1379 // center will not change, don't do nothing 1380 if (lonlat.lon == center.lon && 1381 lonlat.lat == center.lat) { 1382 return; 1383 } 1384 1378 1385 var from = { 1379 1386 lon: center.lon,
