Ignore:
Timestamp:
2009-09-28T17:34:49+02:00 (15 years ago)
Author:
stoecker
Message:

updated i18n, update to josm 2196

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

Legend:

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

    r16805 r17822  
    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="1893"/>
     28                <attribute name="Plugin-Mainversion" value="2196"/>
    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

    r16805 r17822  
    7373    public SlippyMapLayer() {
    7474        super(tr("Slippy Map"));
    75         background = true;
     75        setBackgroundLayer(true);
    7676
    7777        clearTileStorage();
Note: See TracChangeset for help on using the changeset viewer.