refactor of post-processing
- moves collapse into a dedicated set of functions / files - make collapse scenarios distinct (slight performance cost) - reduce verbosity for short name segments (now actually working, was supposed to do so before)
This commit is contained in:
committed by
Patrick Niklaus
parent
8d83c3adbb
commit
6c3390f14d
@@ -56,10 +56,13 @@ Feature: Snap start/end point to the nearest way
|
||||
Scenario: Snap to edge right under start/end point
|
||||
Given the node map
|
||||
"""
|
||||
d e f g
|
||||
c h
|
||||
b i
|
||||
a l k j
|
||||
d e f g
|
||||
|
||||
c h
|
||||
|
||||
b i
|
||||
|
||||
a l k j
|
||||
"""
|
||||
|
||||
And the ways
|
||||
|
||||
Reference in New Issue
Block a user