Changeset 615
- Timestamp:
- 07/17/08 16:18:42 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/tom-tweenlite/lib/com/modestmaps/core/TileGrid.as
r614 r615 266 266 var boundsEnforced:Boolean = enforceBounds(); 267 267 268 if ((zooming && panning) || boundsEnforced) {268 if ((zooming && panning)) { 269 269 map.onExtentChanged(map.getExtent()); 270 270 } … … 283 283 zoomEvent.zoomLevel = zoomLevel; 284 284 dispatchEvent(zoomEvent); 285 } 286 else if (boundsEnforced) { 287 map.onExtentChanged(map.getExtent()); 285 288 } 286 289
