ekumenlabs / terminus

Library to create cities and terrains
Apache License 2.0
56 stars 29 forks source link

Do not write points that are not used #250

Open basicNew opened 7 years ago

basicNew commented 7 years ago

In the current monolane implementation all waypoint centers are written, even if they are not being used (e.g. in the case of trimming segments or not generating connections because they are not valid in mononale). We should avoid adding such points to the generated yaml file, as they just are wasting space.