highways.intersects(highways[0].nodes[0])
TypeError: Expected geometric object instead of geodesk.AnonymousNode
NB: I create an issue when I find a bug or something unexpected (undocumented) happens. That doesn't mean I think this is a killer feature :-) In this case I only tried intersects because parents didn't work for the anonymous nodes.
This works:
This doesn't:
NB: I create an issue when I find a bug or something unexpected (undocumented) happens. That doesn't mean I think this is a killer feature :-) In this case I only tried
intersects
becauseparents
didn't work for the anonymous nodes.