Changeset 3742 in osm for applications/editors/josm
- Timestamp:
- 2007-07-26T10:24:26+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/livegps/LiveGpsLayer.java
r3339 r3742 30 30 public LiveGpsLayer(Collection<Collection<GpsPoint>> data) 31 31 { 32 super (data, LAYER_NAME, null); 32 super (false, data, LAYER_NAME, null); 33 33 if (data.isEmpty()) 34 34 {
Note:
See TracChangeset
for help on using the changeset viewer.