Changeset 35850 in osm for applications
- Timestamp:
- 2021-11-04T16:40:47+01:00 (3 years ago)
- Location:
- applications/editors/josm/plugins/o5m
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/o5m/build.xml
r34830 r35850 5 5 <property name="commit.message" value="Commit message"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="1 4699"/>7 <property name="plugin.main.version" value="17749"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/o5m/src/org/openstreetmap/josm/plugins/o5m/io/O5mReader.java
r34857 r35850 245 245 if (lastTs != 0) { 246 246 checkTimestamp(lastTs); 247 pd.set Timestamp(new Date(lastTs * 1000));247 pd.setInstant(new Date(lastTs * 1000).toInstant()); 248 248 if (osmUser != null) 249 249 pd.setUser(osmUser);
Note:
See TracChangeset
for help on using the changeset viewer.