Ignore:
Timestamp:
2022-05-25T23:29:07+02:00 (4 years ago)
Author:
taylor.smock
Message:

Fix #22056: source in the dataset tags overrides automatic sources

This ocurred when changeset_source is set via remote control or file load.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/OsmDataLayer.java

    r18287 r18457  
    12791279
    12801280    @Override
     1281    public String getChangesetSourceTag() {
     1282        return this.data.getChangeSetTags().getOrDefault("source", null);
     1283    }
     1284
     1285    @Override
    12811286    public AbstractUploadDialog getUploadDialog() {
    12821287        UploadDialog dialog = UploadDialog.getUploadDialog();
Note: See TracChangeset for help on using the changeset viewer.