Changeset 9947 in josm
- Timestamp:
- 2016-03-07T20:12:38+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/NavigatableComponent.java
r9946 r9947 1638 1638 1639 1639 /** 1640 * Get a max scale for projection that describes world in 256 pixels1640 * Get a max scale for projection that describes world in 1/512 of the projection unit 1641 1641 * @return max scale 1642 1642 */ … … 1646 1646 world.maxNorth-world.minNorth, 1647 1647 world.maxEast-world.minEast 1648 )/ 256;1648 )/512; 1649 1649 } 1650 1650 }
Note:
See TracChangeset
for help on using the changeset viewer.