usdevs / cinnabot

MIT License
2 stars 5 forks source link

Fix /nusbus by location #50

Closed chloelee767 closed 4 years ago

chloelee767 commented 4 years ago

Description

Issue was with the format of the nusstops.json file: the name of the latitude and longitude properties and data type did not match what the code in travel.go expected, so latitue and longitude of all the bus stops was (0,0).

Motivation and Context

Closes #49

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes