Changeset 35226 in osm for applications/editors
- Timestamp:
- 2019-11-07T14:47:17+01:00 (5 years ago)
- Location:
- applications/editors/josm/plugins/reverter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reverter/build.xml
r35084 r35226 4 4 <property name="commit.message" value="Reverter: fix deleted/redacted relation members"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="1 4946"/>6 <property name="plugin.main.version" value="15520"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/reverter/src/reverter/ChangesetReverter.java
r35080 r35226 283 283 public void downloadMissingPrimitives(ProgressMonitor monitor) throws OsmTransferException { 284 284 if (!hasMissingObjects()) return; 285 MultiFetchServerObjectReader rdr = MultiFetchServerObjectReader.create( );285 MultiFetchServerObjectReader rdr = MultiFetchServerObjectReader.create(false); 286 286 for (PrimitiveId id : missing) { 287 287 switch (id.getType()) {
Note:
See TracChangeset
for help on using the changeset viewer.