Changeset 16805 in osm for applications
- Timestamp:
- 2009-08-03T12:24:55+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/slippymap
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/slippymap/build.xml
r16294 r16805 26 26 <attribute name="Plugin-Description" value="Displays a slippy map grid in JOSM. Can load tiles from slippy map as background and request updates."/> 27 27 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/SlippyMap"/> 28 <attribute name="Plugin-Mainversion" value="1 725"/>28 <attribute name="Plugin-Mainversion" value="1893"/> 29 29 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 30 30 </manifest> -
applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapLayer.java
r16733 r16805 786 786 public Component[] getMenuEntries() { 787 787 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)), 790 790 new JSeparator(), 791 791 // color,
Note:
See TracChangeset
for help on using the changeset viewer.