1. 10 Aug, 2017 1 commit
  2. 09 Aug, 2017 1 commit
  3. 04 Aug, 2017 2 commits
  4. 31 Jul, 2017 1 commit
  5. 27 Jul, 2017 1 commit
  6. 15 Jul, 2017 1 commit
  7. 14 Jul, 2017 1 commit
  8. 07 Jul, 2017 1 commit
  9. 06 Jul, 2017 1 commit
  10. 04 Jul, 2017 2 commits
  11. 03 Jul, 2017 1 commit
  12. 26 Jun, 2017 2 commits
    • Clemens Krug's avatar
      Fixed some issues with world dimensioning and position calculation · 79f5c2d5
      Clemens Krug authored
      ~ Settings of the world size were not employed correctly. Furthermore, setting a different zoom for the visualisation / map would fuck up the positioning.
      Now the specified world size is used correctly. Zoom is used to specify the zoom level (detail) on the map. Positioning now works with different zoom levels, however, when visualising positions they now need to be scaled to be drawn correctly.
      79f5c2d5
    • Clemens Krug's avatar
      Got the plot building to work · d3ffc239
      Clemens Krug authored
      d3ffc239
  13. 29 May, 2017 1 commit
  14. 22 May, 2017 1 commit
  15. 30 Apr, 2017 1 commit
  16. 29 Apr, 2017 2 commits
  17. 27 Mar, 2017 1 commit
  18. 26 Mar, 2017 1 commit
  19. 24 Mar, 2017 1 commit
  20. 21 Mar, 2017 2 commits
  21. 17 Mar, 2017 2 commits
  22. 15 Mar, 2017 1 commit
  23. 13 Mar, 2017 1 commit
  24. 05 Mar, 2017 2 commits
  25. 03 Mar, 2017 1 commit
  26. 01 Mar, 2017 1 commit
  27. 23 Feb, 2017 1 commit
  28. 21 Feb, 2017 1 commit
  29. 16 Feb, 2017 1 commit
  30. 15 Feb, 2017 1 commit
  31. 14 Feb, 2017 1 commit
  32. 13 Feb, 2017 1 commit
  33. 11 Feb, 2017 1 commit
    • Björn Richerzhagen's avatar
      Bugfix: prevent OSM file lock exceptions due to multi-threading · 1975ab4a
      Björn Richerzhagen authored
      - graph hopper needs a temp-folder with a file lock. The new setting
      MOVEMENT_GRAPH_UNIQUE_FOLDERS can be used to force unique folders for
      the temporary data. Remember to purge the osm folder manually every now
      and then, as this will lead to large amounts of temp data in batched
      runs.
      1975ab4a