Commit graph

29 commits

Author SHA1 Message Date
Victor Shcherb
cdc02ab899 Merge 2 routing mechanism and leave old for optimizations 2012-10-31 20:54:39 +01:00
Victor Shcherb
8ceaed067c Introduce old router 2012-10-31 09:08:08 +01:00
Victor Shcherb
52a2b8797c Adopt tests to current routing 2012-10-21 16:29:32 +02:00
Victor Shcherb
5905a465d7 Fix road creation mechanism 2012-10-14 16:45:05 +02:00
Victor Shcherb
c6f2947a4c Fix tests 2012-10-14 01:09:01 +02:00
Victor Shcherb
6b57c14326 Introduce base map route layer to check/test different routing mechanisms 2012-10-13 22:53:28 +02:00
Victor Shcherb
7442de0c7e Fix tests 2012-09-29 22:52:40 +02:00
Victor Shcherb
f086a523ed Fix tests 2012-09-29 01:52:28 +02:00
Victor Shcherb
c2f3527824 Adjust unit test 2012-09-28 19:11:55 +02:00
Victor Shcherb
f8673d5d98 Try different approach loading tiles 2012-09-28 09:31:36 +02:00
Victor Shcherb
44218fbe0a Try different approach loading tiles 2012-09-28 00:40:00 +02:00
Victor Shcherb
1aac6c9cb7 Implement size limit approach (Java routing) 2012-09-26 00:06:26 +02:00
Sander Deryckere
2d69e80d57 Fix Junit Multipolygon test and make a new one
Small changes
2012-09-18 12:08:10 +02:00
Sander Deryckere
60b088d11d Fix Junit tests
One test left to fix, commented it temporarily
2012-09-12 21:12:05 +02:00
Victor Shcherb
0c5e7cd20a Test time adjusted 2012-08-29 22:39:55 +02:00
Victor Shcherb
883fd8c493 Fix detours 2012-08-29 00:29:52 +02:00
Victor Shcherb
f949218eae Fix arabic 2012-08-26 23:26:28 +02:00
Victor Shcherb
cf8e686e60 Improve routing 2012-08-26 18:39:48 +02:00
Victor Shcherb
b112a8a6d3 Speed up resource loading 2012-08-25 20:55:32 +02:00
Victor Shcherb
7a715eb931 Introduce specialization technique for routing. Support avoid features and short way feature 2012-08-18 12:01:49 +02:00
Victor Shcherb
76fb96249f Fix routing 2012-07-22 15:45:41 +02:00
Victor Shcherb
f69a93f6c1 Remove unused test 2012-07-22 15:45:41 +02:00
Victor Shcherb
3a1aa415c3 Add new test 2012-07-21 17:43:46 +02:00
Victor Shcherb
f86b4eb4f9 Update routing and include tests 2012-07-21 17:21:15 +02:00
Victor Shcherb
bd36a1110d Fix test 2012-07-19 01:14:20 +02:00
Pavol Zibrita
ba50378510 fix OutOfMemory problem with multipolygon (stupid cycle mistake...) 2012-07-17 02:41:15 +02:00
Pavol Zibrita
41be54750f fixed java.lang.IndexOutOfBoundsException when first way was without any
nodes.
2012-07-17 02:02:12 +02:00
Pavol Zibrita
16922dffc8 Extracted Multipolygon class from Boundary class and tested with junits.
This could resolve some address issues, we will need to check. (recreate
maps, etc...)
2012-07-15 04:53:37 +02:00
Pavol Zibrita
547b156c5b tests moved to separate source directory 2012-07-15 04:52:24 +02:00