
Originally Posted by
Felichita
Any advise on how to move further would be appreciated
The types you use to display roads are not marine and therefore, as I wrote earlier, cannot have subtypes.
You can find a description of almost all types in the MPCtypes.txt file that comes with the program.
So you should use custom line types - any of the 1024.
For example:
Code:
Please Login or Register to see the links
The only problem is that custom types are not routable.
If you need both routing and color indication, you will have to use 2 lines at once to indicate each road: regular (for routing) and custom (for coloring). Do not forget to assign a higher display priority to the custom line in the TYP file ([_drawOrder] section).
Bookmarks