Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
MapillaryMapRenderer: Remove since all rendering happens in custom path
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Feb 1, 2023
1 parent d10a705 commit 7a78e98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 55 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
import org.openstreetmap.josm.plugins.mapillary.data.mapillary.MapillarySequence;
import org.openstreetmap.josm.plugins.mapillary.data.mapillary.OrganizationRecord;
import org.openstreetmap.josm.plugins.mapillary.data.mapillary.VectorDataSelectionListener;
import org.openstreetmap.josm.plugins.mapillary.data.mapillary.visitor.paint.MapillaryMapRenderer;
import org.openstreetmap.josm.plugins.mapillary.gui.dialog.MapillaryFilterDialog;
import org.openstreetmap.josm.plugins.mapillary.gui.dialog.OldVersionDialog;
import org.openstreetmap.josm.plugins.mapillary.gui.layer.geoimage.MapillaryImageEntry;
Expand Down Expand Up @@ -831,12 +830,10 @@ public void selectionChanged(

new MapillaryNodeDownloader(node, MapillaryLayer.getInstance()::setCurrentImage).execute();
}
MapillaryMapRenderer.selectionOrHighlightChanged();
}

@Override
public void highlightUpdated(HighlightUpdateEvent e) {
MapillaryMapRenderer.selectionOrHighlightChanged();
this.invalidate();
}

Expand Down

0 comments on commit 7a78e98

Please sign in to comment.