Changeset 23308 in osm for applications/editors
- Timestamp:
- 2010-09-22T10:46:00+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/toms/src/toms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/toms/src/toms/dialogs/SmpDialogAction.java
r23295 r23308 382 382 if (keys.containsKey("seamark:type")) //$NON-NLS-1$ 383 383 type = keys.get("seamark:type"); //$NON-NLS-1$ 384 384 385 385 if (type.equals("buoy_lateral") || type.equals("beacon_lateral")) { //$NON-NLS-1$ //$NON-NLS-2$ 386 386 buoy = new BuoyLat(this, node); -
applications/editors/josm/plugins/toms/src/toms/seamarks/buoys/BuoyCard.java
r23295 r23308 21 21 super(dia); 22 22 23 System.out.println("new");24 23 String str; 25 24 Map<String, String> keys;
Note:
See TracChangeset
for help on using the changeset viewer.