Changeset 23795 in osm for applications/editors/josm/plugins/ColumbusCSV
- Timestamp:
- 2010-10-24T02:08:34+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/ColumbusCSV/src/org/openstreetmap/josm/plugins/columbusCSV
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ColumbusCSV/src/org/openstreetmap/josm/plugins/columbusCSV/ColumbusCSVImporter.java
r23708 r23795 32 32 /** 33 33 * 34 * @author Oliver 34 * @author Oliver Wieland <oliver.wieland@online.de> 35 35 * 36 36 */ -
applications/editors/josm/plugins/ColumbusCSV/src/org/openstreetmap/josm/plugins/columbusCSV/ColumbusCSVPlugin.java
r23708 r23795 23 23 * Plugin class to import Columbus V-900 CSV files into JOSM. 24 24 * 25 * @author Oliver Wieland 25 * @author Oliver Wieland <oliver.wieland@online.de> Wieland 26 26 * 27 27 */ -
applications/editors/josm/plugins/ColumbusCSV/src/org/openstreetmap/josm/plugins/columbusCSV/ColumbusCSVPreferences.java
r23708 r23795 29 29 /** 30 30 * Implements the preferences dialog for this plugin. 31 * @author Oliver 31 * @author Oliver Wieland <oliver.wieland@online.de> 32 32 */ 33 33 public class ColumbusCSVPreferences implements PreferenceSetting, ItemListener { -
applications/editors/josm/plugins/ColumbusCSV/src/org/openstreetmap/josm/plugins/columbusCSV/ColumbusCSVReader.java
r23708 r23795 69 69 * </code> 70 70 * 71 * @author Oliver 71 * @author Oliver Wieland <oliver.wieland@online.de> 72 72 * 73 73 */ -
applications/editors/josm/plugins/ColumbusCSV/src/org/openstreetmap/josm/plugins/columbusCSV/WayPointHelper.java
r23708 r23795 29 29 30 30 /** 31 * @author Oliver Provides several static methods to access way point 31 * @author Oliver Wieland <oliver.wieland@online.de> Provides several static methods to access way point 32 32 * attributes. 33 33 */
Note:
See TracChangeset
for help on using the changeset viewer.