amosproj / amos2021ws01-geo-data-search

Natural language and buzzword search on routing and places
MIT License
3 stars 1 forks source link

Bug fixed: We only log, when the route list is NOT empty #217

Closed chrisjherm closed 2 years ago

chrisjherm commented 2 years ago

closes #216

Solution: Error has been fixed. Cause: When logging, list elements of the routes found are accessed, but these do not exist because the end point of the searched route would be in the water (sea/lake). The Here API returns us an empty route list and we mistakenly try to access the first list element anyway.