Changeset 32981 in osm for applications/editors/josm
- Timestamp:
- 2016-09-11T13:48:11+02:00 (8 years ago)
- Location:
- applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/MapillaryLayer.java
r32979 r32981 51 51 import org.openstreetmap.josm.gui.layer.MainLayerManager.ActiveLayerChangeListener; 52 52 import org.openstreetmap.josm.plugins.mapillary.cache.CacheUtils; 53 import org.openstreetmap.josm.plugins.mapillary.gui.MapillaryChangesetDialog; 53 54 import org.openstreetmap.josm.plugins.mapillary.gui.MapillaryFilterDialog; 54 55 import org.openstreetmap.josm.plugins.mapillary.gui.MapillaryMainDialog; … … 140 141 MapillaryData.dataUpdated(); 141 142 } 143 144 getLocationChangeset().addChangesetListener(MapillaryChangesetDialog.getInstance()); 142 145 } 143 146 -
applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/gui/MapillaryChangesetDialog.java
r32979 r32981 78 78 ); 79 79 80 MapillaryLayer.getInstance().getLocationChangeset().addChangesetListener(this);81 80 this.map = new ConcurrentHashMap<>(); 82 81 … … 98 97 99 98 createLayout(treesPanel, true, Collections.singletonList(this.submitButton)); 100 buildTree();101 99 } 102 100
Note:
See TracChangeset
for help on using the changeset viewer.