fix: fix roadmark conversion bug
This is for bug fix of roadmark conversion. Bug description:
- when handling roadmarks for road with multisections, each section takes the whole s values along the road as input parameter, which should be only the s values inside each section.
- when handling the end s value of each section in a road, it take the end s value of the road as input, which should be only the s value of each section.
To fix it:
- modify the corresponded code.
- create a test map and corresponding tests for the changes.