Class SelectDuplicateBuildingAction

java.lang.Object
javax.swing.AbstractAction
org.openstreetmap.josm.actions.JosmAction
org.openstreetmap.josm.plugins.mapathoner.SelectDuplicateBuildingAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, org.openstreetmap.josm.tools.Destroyable

public final class SelectDuplicateBuildingAction extends org.openstreetmap.josm.actions.JosmAction
Select Duplicate Building

Selects duplicate, or near duplicate, area buildings in JOSM's active datalayer. A "near duplicate" is a building whose area overlaps another building's area by more than 50%. Only the first building encountered of an overlapping pair is selected. This is done so the issue does not have to be looked at twice. The selected buildings are added to the current selection. Currently only works with buildings that are ways (not multipolygons, nor multipart buildings).

This script is open source and licensed under GPL.

Since:
xxx
Author:
Mike Thompson (Github:MikeTho16, OSM: tekim), qeef
See Also:
  • Constructor Details

    • SelectDuplicateBuildingAction

      public SelectDuplicateBuildingAction()
      Constructs a new SelectDuplicateBuildingAction.
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)