Ignore:
Timestamp:
2009-08-03T12:24:55+02:00 (15 years ago)
Author:
guggis
Message:

Updated to JOSM release 1893

Location:
applications/editors/josm/plugins/slippymap
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/slippymap/build.xml

    r16294 r16805  
    2626                <attribute name="Plugin-Description" value="Displays a slippy map grid in JOSM. Can load tiles from slippy map as background and request updates."/>
    2727                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/SlippyMap"/>
    28                 <attribute name="Plugin-Mainversion" value="1725"/>
     28                <attribute name="Plugin-Mainversion" value="1893"/>
    2929                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    3030            </manifest>
  • applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapLayer.java

    r16733 r16805  
    786786    public Component[] getMenuEntries() {
    787787        return new Component[] {
    788                 new JMenuItem(new LayerListDialog.ShowHideLayerAction(this)),
    789                 new JMenuItem(new LayerListDialog.DeleteLayerAction(this)),
     788                new JMenuItem(LayerListDialog.getInstance().createShowHideLayerAction(this)),
     789                new JMenuItem(LayerListDialog.getInstance().createDeleteLayerAction(this)),
    790790                new JSeparator(),
    791791                // color,
Note: See TracChangeset for help on using the changeset viewer.