Skip to content

feat: add post converter for junction

This is the implementation of post converter for junction, based on the following logic:

  1. Add member "junction_id" to internal road type
  2. modify corresponding part of pre-converter for converting "junction_id"
  3. when "junction" is not "-1" or "", all lane types in this road will be converted to "kIntersection"
  4. corresponding test cases for the post converter

Merge request reports