feat: add post converter for junction
This is the implementation of post converter for junction, based on the following logic:
- Add member "junction_id" to internal road type
- modify corresponding part of pre-converter for converting "junction_id"
- when "junction" is not "-1" or "", all lane types in this road will be converted to "kIntersection"
- corresponding test cases for the post converter