Changeset 641 for trunk/processing/src
- Timestamp:
- 08/17/08 18:13:37 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/processing/src/com/modestmaps/InteractiveMap.java
r498 r641 280 280 /** sets scale according to given zoom level, should leave you with pixel perfect tiles */ 281 281 public void setZoom(int zoom) { 282 sc = p.pow(2.0f, zoom -1);282 sc = p.pow(2.0f, zoom); 283 283 } 284 284
