Ignore:
Timestamp:
2012-11-03T10:48:32+01:00 (12 years ago)
Author:
bastik
Message:

update to latest josm (2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/buildings_tools/src/buildings_tools/BuildingsToolsPlugin.java

    r28888 r28891  
    55import org.openstreetmap.josm.data.coor.LatLon;
    66import org.openstreetmap.josm.data.projection.Projection;
    7 import org.openstreetmap.josm.data.projection.ProjectionInfo;
     7import org.openstreetmap.josm.data.projection.Projections;
    88import org.openstreetmap.josm.gui.IconToggleButton;
    99import org.openstreetmap.josm.gui.MainMenu;
     
    1313
    1414public class BuildingsToolsPlugin extends Plugin {
    15     public static Projection proj = ProjectionInfo.getProjectionByCode("EPSG:3857"); // Mercator
     15    public static Projection proj = Projections.getProjectionByCode("EPSG:3857"); // Mercator
    1616
    1717    public static EastNorth latlon2eastNorth(LatLon p) {
Note: See TracChangeset for help on using the changeset viewer.