Commit Graph

11 Commits

Author SHA1 Message Date
Dennis Luxen
840929754a remove debug output 2014-06-23 17:32:24 +02:00
Dennis Luxen
4d7e0f6b79 use incremental NN query for distance table generation 2014-06-23 16:55:38 +02:00
Dennis Luxen
dd83d8ed61 make size of table compact 2014-06-19 10:40:04 +02:00
Dennis Luxen
58f23cda4a use explicit casts where feasible 2014-06-17 15:51:43 +02:00
Dennis Luxen
a8ff3231a8 reduce debug verbosity 2014-05-21 12:33:14 +02:00
Dennis Luxen
c2a750a690 use 100 locations at max for dist table 2014-05-21 12:29:45 +02:00
Dennis Luxen
4aa7420d6a remove unneeded includes 2014-05-20 18:54:03 +02:00
Dennis Luxen
a69b3535a5 fix typo 2014-05-20 14:33:01 +02:00
Dennis Luxen
f4c23f3259 fix comparison 2014-05-20 14:33:01 +02:00
Dennis Luxen
e36e9fd629 make comparsion explicitly unsigned 2014-05-20 14:33:00 +02:00
Dennis Luxen
a80815d57a implements output generation through a dedicated JSON container:
- JSON syntax is not scattered over several files, but one place
- Reduces code duplication
- breaking changes:
  - new property in json(p) formatted response: "found_alternative": True/False
  - returned filenames now response.js(on) or route.gpx
  - /hello plugin returns JSON now
2014-05-20 14:33:00 +02:00