Changeset 29838 in osm for applications/editors/josm/plugins/00_plugin_dir_template
- Timestamp:
- 2013-08-07T21:03:43+02:00 (12 years ago)
- 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 2 2 netconvert=netconvert.exe 3 3 netconvert.osmfiles=\ --osm-files tandil.osm 4 netconvert.plainoutput=\ --plain-output-prefix t andil4 netconvert.plainoutput=\ --plain-output-prefix tdl -
applications/editors/josm/plugins/00_plugin_dir_template/src/org/openstreetmap/josm/plugins/sumoconvert/ExportTask.java
r29831 r29838 59 59 sumoConvertProperties.getProperty("netconvert") + 60 60 sumoConvertProperties.getProperty("netconvert.osmfiles") + 61 sumoConvertProperties.getProperty("plainoutput"), 61 sumoConvertProperties.getProperty("netconvert.plainoutput"), 62 62 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 64 64 ); 65 65 } catch (IOException e) { -
applications/editors/josm/plugins/00_plugin_dir_template/src/org/openstreetmap/josm/plugins/sumoconvert/SumoConvertPlugin.java
r29831 r29838 26 26 exportAction = new SumoExportAction(); 27 27 Main.main.menu.toolsMenu.add(exportAction); 28 System.out.println(getPluginDir()); 28 29 } 29 30
Note:
See TracChangeset
for help on using the changeset viewer.