hiposfer / hive

Your go-to routing app for public transport
GNU Lesser General Public License v3.0
10 stars 0 forks source link

geojson interface #37

Closed carocad closed 7 years ago

carocad commented 7 years ago

I think it would be better if we could interface all geographic calls through the geojson spec. Meaning that instead of doing (do this [lat lng]) we would do (do this geojson-point). The advantage of this is that if all methods use geojson to communicate with each other, then we only have to care about the functionality of the code itself and not how that data is transmitted.

Furthermore, uploading and downloading would become much more easy since they all would use the same interface