Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Component Editing

The Component Editor is on the left of the window by default.

When no components are selected, it shows the number of components in your clipboard.

Information

Below is the information that will be shown. Note that some fields are only editable when only one component is selected, or if all values are the same.

  • The namespace the components are under. To create new namespaces, see the Project Editor.
  • The ID of the components. This is typically randomly-generated and not editable.
  • The display name of the components. This will show on the rendered map.
  • The layer of the components.
  • The skin type of the components.
  • A list of attributes. This will be serialised into TOML inside the PLA3 file.
    • The Description and Tags fields from PLA2 show up here. Description can be stored as a string in the top level. Each tag can be stored as a True boolean in the top level.
      • For example, the oneWay tag from PLA2 shows up as oneWay = true in the attributes table of PLA3.
  • The list of nodes the component has. This shows both ending coordinate and Bézier control points.
    • A simple line to a coordinate shows a simple coord entry.
    • A quadratic curve shows ctrl and coord.
    • A cubic curve shows ctrl1, ctrl2 and coord.
    • Labels are also shown. This is a future feature to prevent components with nodes on the same coordinate from joining together, and is useful for roads at different levels. Functionality to edit the label will be implemented in the future.
    • If the component is a line, there is also a button to reverse the node order.