Changeset 29838 in osm


Ignore:
Timestamp:
2013-08-07T21:03:43+02:00 (11 years ago)
Author:
julior
Message:
 
Location:
applications/editors/josm/plugins/00_plugin_dir_template
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/00_plugin_dir_template/resources/properties/sumoConvert.properties

    r29831 r29838  
    22netconvert=netconvert.exe
    33netconvert.osmfiles=\ --osm-files tandil.osm
    4 netconvert.plainoutput=\ --plain-output-prefix tandil
     4netconvert.plainoutput=\ --plain-output-prefix tdl
  • applications/editors/josm/plugins/00_plugin_dir_template/src/org/openstreetmap/josm/plugins/sumoconvert/ExportTask.java

    r29831 r29838  
    5959                                                                          sumoConvertProperties.getProperty("netconvert") +
    6060                                                                          sumoConvertProperties.getProperty("netconvert.osmfiles") +
    61                                                                           sumoConvertProperties.getProperty("plainoutput"),
     61                                                                          sumoConvertProperties.getProperty("netconvert.plainoutput"),
    6262                                                                          null,
    63                                                                           new File("E:\\Users\\ignacio_palermo\\Documents\\Facultad\\Tesis\\sumo-0.15.0\\bin")
     63                                                                          null//new File("C:\\Users\\ignacio_palermo\\AppData\\Roaming\\JOSM\\plugins\\sumoconvert")//resources
    6464                        );                     
    6565                } catch (IOException e) {
  • applications/editors/josm/plugins/00_plugin_dir_template/src/org/openstreetmap/josm/plugins/sumoconvert/SumoConvertPlugin.java

    r29831 r29838  
    2626        exportAction = new SumoExportAction();
    2727        Main.main.menu.toolsMenu.add(exportAction);
     28        System.out.println(getPluginDir());
    2829    }
    2930   
Note: See TracChangeset for help on using the changeset viewer.