Victor Shcherb
c3e2aaa193
Fix string values and add option for optimal/non-optimal route calculation
2012-09-29 14:20:58 +02:00
Victor Shcherb
f086a523ed
Fix tests
2012-09-29 01:52:28 +02:00
Victor Shcherb
f2b9e9361f
Implement native routing
2012-09-29 01:15:58 +02:00
Victor Shcherb
c2f3527824
Adjust unit test
2012-09-28 19:11:55 +02:00
Victor Shcherb
ccb1bcdfdb
Speedup route calculation and optimize memory
2012-09-28 18:54:57 +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
fd34527520
Tweak routing params
2012-09-27 09:46:28 +02:00
Victor Shcherb
1aac6c9cb7
Implement size limit approach (Java routing)
2012-09-26 00:06:26 +02:00
Victor Shcherb
a64904469f
Slightly improve ring validation
2012-09-24 21:50:06 +02:00
vshcherb
3da9366685
Merge pull request #319 from sanderd17/multipolygon
...
Multipolygon
2012-09-24 12:12:00 -07:00
Victor Shcherb
28fc85cf1f
Fix colors for highway roads and fix cocolors in rendering
2012-09-23 15:02:42 +02:00
Victor Shcherb
00473cea80
Fix colors for highway roads and fix cocolors in rendering
2012-09-23 14:45:19 +02:00
Rodolfo de Vries
228a8c884c
Translated using Weblate.
2012-09-23 00:00:10 +02:00
Ivan Gonzalez
c3fe067b35
Translated using Weblate.
2012-09-22 22:34:30 +02:00
Pavol Zibrita
c190984453
added resources for Slovenian language
2012-09-22 22:32:55 +02:00
Ivan Gonzalez
f038000ea6
Translated using Weblate.
2012-09-22 21:03:30 +02:00
Johan Fitié
0ebae0beda
Translated using Weblate.
2012-09-22 20:00:08 +02:00
Johan Fitié
86e3edef4e
Translated using Weblate.
2012-09-22 18:20:30 +02:00
Pavol Zibrita
2d7a308a7c
Translated using Weblate.
2012-09-22 17:27:37 +02:00
Pavol Zibrita
8383282ff3
add nl translation temp file for map creator
2012-09-22 17:24:06 +02:00
Nicolas Palix
4252a743df
Translated using Weblate.
2012-09-22 16:00:08 +02:00
Nicolas Palix
92fac7cdff
Translated using Weblate.
2012-09-22 14:48:24 +02:00
Michel Gerday
ba4b22b2b6
Translated using Weblate.
2012-09-22 14:43:49 +02:00
Alexey Polkhirev
2991acba5e
Translated using Weblate.
2012-09-21 16:00:31 +02:00
Pavol Zibrita
04053bef2d
Add Lithuanian language
2012-09-20 21:46:08 +02:00
Péter Báthory
e7a3d5089e
Translated using Weblate.
2012-09-20 20:00:35 +02:00
Péter Báthory
d66c9a473f
Translated using Weblate.
2012-09-20 17:17:17 +02:00
Pavol Zibrita
e2a304af8c
fix the ...
2012-09-20 16:14:53 +02:00
Pavol Zibrita
e33a952dea
Translated using Weblate.
2012-09-20 16:11:17 +02:00
Pavol Zibrita
7570cfee56
Translated using Weblate.
2012-09-20 16:09:10 +02:00
Sander Deryckere
2f74329bd6
cache areas of Rings
2012-09-18 13:01:15 +02:00
Sander Deryckere
a6c5950d31
fix boundary indexing outOfRange error
2012-09-18 12:53:31 +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
e2877d3519
Rings simplify cache, remove obsolete methods and get rid of some
...
unexpected behaviours
2012-09-18 11:06:12 +02:00
Victor Shcherb
02f2b5211e
Speedup intermediate point route recalculation
2012-09-18 00:18:55 +02:00
Victor Shcherb
d37a84afe1
Fix traffic_signals penalty
2012-09-17 21:17:28 +02:00
Victor Shcherb
0fc17fcf74
Adjust values for bicycle routing
2012-09-17 18:27:52 +02:00
Victor Shcherb
0ce4b23f2a
Fix critical issue with route recalculation
2012-09-17 18:27:52 +02:00
Victor Shcherb
4e99dd0ebf
Add basic intermediate support
2012-09-17 18:27:51 +02:00
Sander Deryckere
611e16ecf1
fixing id issue + re-introducing sorting, but via area calculation
2012-09-17 12:36:26 +02:00
Victor Shcherb
7fd28b9d3f
Fix font fit text view
2012-09-16 20:34:22 +02:00
Victor Shcherb
f6fc888186
Fix coastlines issues
2012-09-16 19:41:23 +02:00
vshcherb
4c8ca5acf2
Merge pull request #312 from spaetz/bicycle_routing
...
Bicycle routing improvments
2012-09-16 04:04:14 -07:00
Victor Shcherb
7235f8f4c9
Fix interpolation address look up
2012-09-15 02:05:09 +02:00
Victor Shcherb
6ab4130479
Fix motorvehicle restrictions
2012-09-15 02:01:04 +02:00
Victor Shcherb
8277d39a31
Slightly change multipolygons impl
2012-09-14 23:02:12 +02:00
Sebastian Spaeth
b5784fcc83
bicycle routing: punish bad road conditions
...
Decrease the priority of unpaved/grass roads or tracks with
bad conditions (tracktype4/5).
Also, we need to slow down to pass cycle_barriers.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2012-09-14 10:34:39 +02:00
Sebastian Spaeth
5a863bf8ff
bicycle routing: Punish motorways a lot
...
You do not want to bike there! Really! (also trunks are really not nice)
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2012-09-14 10:34:39 +02:00
Sebastian Spaeth
b297155ead
bicycle routing: bump residential streets a little
...
Residential streets are usually a little quieter, so they should be
a little preferred over primary/secondary/tertiary streets.
Living_streets are quite similar to residential streets for bikes,
they should have the same priority and only be marginally slower.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2012-09-14 10:34:39 +02:00