Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

intestigate: vertex: address ordering #25

Open
missinglink opened this issue Nov 3, 2016 · 0 comments
Open

intestigate: vertex: address ordering #25

missinglink opened this issue Nov 3, 2016 · 0 comments

Comments

@missinglink
Copy link
Member

the stream/vertices/lookup.js file contains an SQL query:

SELECT * FROM address WHERE source != "VERTEX" AND id = ? ORDER BY housenumber ASC

when the ORDER BY housenumber ASC condition is removed; the functional tests fail due to slightly different database counts.

this should not be the case as the ordering of those rows should not effect anything, the stream/vertices/augment.js script *should be re ordering the points by distance along the line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants