Changeset 27443 in osm for applications


Ignore:
Timestamp:
2012-01-14T11:23:23+01:00 (13 years ago)
Author:
lysgaard
Message:

Added Lat Lon tool.
This tool lets you define geometry based on lotlon coordinates.
It's made for the OpenAviationMap project but is so general that it will be usefull for all of JOSM

Location:
applications/editors/josm
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/UtilsPlugin2.java

    r27419 r27443  
    3737    JMenuItem extractPoint;
    3838    JMenuItem wiki;
     39    JMenuItem latlon;
    3940   
    4041    JMenuItem replaceGeometry;
     
    6970        symmetry = MainMenu.add(toolsMenu, new SymmetryAction());
    7071        wiki = MainMenu.add(toolsMenu, new OpenPageAction());
     72        latlon = MainMenu.add(toolsMenu, new LatLonAction());
    7173
    7274        JMenu selectionMenu = Main.main.menu.addMenu(marktr("Selection"), KeyEvent.VK_N, Main.main.menu.defaultMenuPos, "help");
Note: See TracChangeset for help on using the changeset viewer.