Package org.opentrafficsim.editor.extensions.map


package org.opentrafficsim.editor.extensions.map
The map editor allows visual specification of the network.

For additional visualization of elements, do the following:

  • Add the XML node path to EditorMap.TYPES.
  • Create class for data object that extends MapData. Under its destroy implementation (which should call super.destroy(), remove all listeners it creates.
  • Create instance of data object under EditorMap.add(node).
  • Create instance of animation object under EditorMap.setValid(data).
  • Add visualization toggle under EditorMap.setAnimationToggles().

Copyright (c) 2023-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Wouter Schakel