nasa-jpl-memex / GeoPath-Clustering

To cluster geo paths that travel very similar paths
Apache License 2.0
4 stars 7 forks source link

Fix city query order #1

Closed MBoustani closed 7 years ago

MBoustani commented 7 years ago

Currently when you query by list of cities, the algorithm does not follow the order of cities. This need to be fixed. For example, we you query for routes with segment from LA to SF to Seattle the result sometimes comes as SF to LA or Seattle to SF which is in opposite order.

MBoustani commented 7 years ago

there was a front end bug. Fixed.