1. 21 Jun, 2017 1 commit
  2. 19 Jun, 2017 4 commits
  3. 31 May, 2017 1 commit
  4. 24 May, 2017 2 commits
  5. 23 May, 2017 3 commits
  6. 20 Feb, 2017 1 commit
  7. 15 Feb, 2017 1 commit
  8. 14 Feb, 2017 1 commit
  9. 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
  10. 09 Feb, 2017 1 commit
  11. 08 Feb, 2017 1 commit
  12. 07 Feb, 2017 1 commit
  13. 03 Feb, 2017 1 commit
  14. 30 Jan, 2017 3 commits
  15. 29 Jan, 2017 1 commit
  16. 28 Jan, 2017 1 commit
  17. 27 Jan, 2017 2 commits
  18. 16 Jan, 2017 1 commit
  19. 20 Dec, 2016 1 commit
  20. 13 Dec, 2016 1 commit
    • Björn Richerzhagen's avatar
      Visualization: Mobility Model · 21216cd4
      Björn Richerzhagen authored
      - add default visualization for nodes, can be disabled via
      TopologyViewVis
      - updated node and attraction point visualization within the modular
      movement model (provides custom menu)
      21216cd4
  21. 08 Dec, 2016 5 commits
  22. 07 Dec, 2016 1 commit
  23. 06 Dec, 2016 2 commits
  24. 05 Dec, 2016 1 commit
  25. 01 Dec, 2016 2 commits
    • Björn Richerzhagen's avatar
      Merge branch 'DefaultTopologyComponent-SisFix' into 'master' · 8b84112a
      Björn Richerzhagen authored
      Clone currentView -graph in DefaultTopologyComponent. getLocalView, so each requester receives a different object
      
      Prevents several Requesters from receiving the very same Graph object.
      
      When several instances request a `SiSTypes.NEIGHBORS_WIFI` object or otherwise access `DefautlTopologyComponent.getLocalView()` at the same time, i.e., before any changes to the underlay occur, they would receive the same snapshot object.
      
      Changes to this object, like `getLocalView(nodeID, hopcount)`, `addElement` or `removeElement` would alter the graph at every receiver.
      
      See merge request !1
      8b84112a
    • Björn Richerzhagen's avatar
      Refactoring due to Location/Attraction API changes · 5a4723c7
      Björn Richerzhagen authored
      - removed obsolete and duplicate modular movement classes (check your
      config-files, you might need to replace "modular" with "modularosm" in
      some cases
      5a4723c7