Class PickResidentialAreaAction

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

public final class PickResidentialAreaAction extends org.openstreetmap.josm.actions.JosmAction
Create residential area around the selected buildings.

Usage:

  • Select buildings.
  • Run action.

Performs:

  • Create a closed way around the selected buildings.
  • The way is tagged as landuse=residential.

Notes:

  • Useful for HOT and Missing Maps mappers.
Since:
xxx
Author:
qeef
See Also:
  • Constructor Details

    • PickResidentialAreaAction

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

    • actionPerformed

      public void actionPerformed(ActionEvent e)