flatisfy/flatisfy
Lucas Verney b7f9427d53 Fix GPS position import of Tcl stations
Tcl stations GPS coordinates are given as `lng, lat` and not `lat, lng`
hence it was not working because the found stations were too far from
the housing post location, as reported by @bnjbvr.

This commit should fix this.
2017-06-19 14:25:02 +02:00
..
data_files Fix GPS position import of Tcl stations 2017-06-19 14:25:02 +02:00
database Rewrite data files management, to make it more modular 2017-06-15 15:48:16 +02:00
filters Fix GPS position import of Tcl stations 2017-06-19 14:25:02 +02:00
models Rewrite doc and frontend to match new constraints in config 2017-06-16 16:56:59 +02:00
web Fix a StopIteration error in web API 2017-06-19 12:01:55 +02:00
__init__.py Initial commit 2017-04-13 20:03:59 +02:00
__main__.py Handle multiple constraints in the config 2017-06-16 16:22:02 +02:00
cmds.py Handle multiple constraints in the config 2017-06-16 16:22:02 +02:00
config.py Handle multiple constraints in the config 2017-06-16 16:22:02 +02:00
data.py Avoid loading multiple times the same data 2017-06-19 12:01:10 +02:00
exceptions.py Initial commit 2017-04-13 20:03:59 +02:00
fetch.py Handle multiple constraints in the config 2017-06-16 16:22:02 +02:00
tools.py Handle multiple constraints in the config 2017-06-16 16:22:02 +02:00