Changeset 18480 in osm for applications/editors/josm


Ignore:
Timestamp:
2009-11-07T07:29:07+01:00 (15 years ago)
Author:
guggis
Message:

Update to JOSM 2396

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

Legend:

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

    r18417 r18480  
    2626                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    2727                <attribute name="Plugin-Description" value="Launches FireFox to display the current visible screen as a nice SVG image."/>
    28                 <attribute name="Plugin-Mainversion" value="2381"/>
     28                <attribute name="Plugin-Mainversion" value="2396"/>
    2929                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    3030            </manifest>
  • applications/editors/josm/plugins/osmarender/src/org/openstreetmap/josm/plugins/osmarender/OsmarenderPlugin.java

    r18417 r18480  
    7676            try {
    7777                // write to plugin dir
    78                 OsmWriter w = new OsmWriter(new PrintWriter(new FileOutputStream(getPluginDir()+File.separator+"data.osm")), false, fromDataSet.version);
     78                OsmWriter w = new OsmWriter(new PrintWriter(new FileOutputStream(getPluginDir()+File.separator+"data.osm")), false, fromDataSet.getVersion());
    7979                w.header();
    8080                w.writeDataSources(fromDataSet);
Note: See TracChangeset for help on using the changeset viewer.