Ignore:
Timestamp:
2009-12-31T00:49:20+01:00 (14 years ago)
Author:
stoecker
Message:

close #4128 - new name search server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/OsmUrlToBounds.java

    r2626 r2717  
    129129    }
    130130
    131     private static Bounds positionToBounds(final double lat, final double lon, final int zoom) {
     131    public static Bounds positionToBounds(final double lat, final double lon, final int zoom) {
    132132        final double size = 180.0 / Math.pow(2, zoom);
    133133        return new Bounds(
Note: See TracChangeset for help on using the changeset viewer.