osm-spline / xappy.js

Xappy.JS
Other
37 stars 4 forks source link

Relations query in QueryBuilder / RowParser #78

Closed daviddavid closed 13 years ago

daviddavid commented 13 years ago

Decide how to piece a relations query together in the QueryBuilder / RowParser.

booo commented 13 years ago

Done in one of the last commits. We keep the information for a relation in the eventEmitter and on every row we add the new member information or emit the relation event if we reach a new relation.