Ignore:
Timestamp:
2006-07-20T00:43:51+02:00 (18 years ago)
Author:
imi
Message:
  • added color for scale bar
  • fixed scale bar in EPSG:4236 projection
  • added annotation preset system
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/data/projection/Projection.java

    r99 r116  
    4747     */
    4848    String getCacheDirectoryName();
     49   
     50    /**
     51     * The factor to multiply with an easting coordinate to get from "easting
     52     * units per pixel" to "meters per pixel"
     53     */
     54    double scaleFactor();
    4955}
Note: See TracChangeset for help on using the changeset viewer.