Changeset 28888 in osm for applications/editors/josm/plugins/buildings_tools/src
- Timestamp:
- 2012-11-02T23:44:57+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/buildings_tools/src/buildings_tools/BuildingsToolsPlugin.java
r24243 r28888 4 4 import org.openstreetmap.josm.data.coor.EastNorth; 5 5 import org.openstreetmap.josm.data.coor.LatLon; 6 import org.openstreetmap.josm.data.projection.Mercator; 6 import org.openstreetmap.josm.data.projection.Projection; 7 import org.openstreetmap.josm.data.projection.ProjectionInfo; 7 8 import org.openstreetmap.josm.gui.IconToggleButton; 8 9 import org.openstreetmap.josm.gui.MainMenu; … … 12 13 13 14 public class BuildingsToolsPlugin extends Plugin { 14 public static Mercator proj = new Mercator();15 public static Projection proj = ProjectionInfo.getProjectionByCode("EPSG:3857"); // Mercator 15 16 16 17 public static EastNorth latlon2eastNorth(LatLon p) {
Note:
See TracChangeset
for help on using the changeset viewer.