Commit graph

1491 commits

Author SHA1 Message Date
Pavol Zibrita
980bf31699 add ru language resource for map creator 2012-09-25 15:51:37 +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
Sebastian Spaeth
5353a5dc6e bicycle routing: Adapt primary priority
primary_link had a higher priority than primary for bicycle routing,
we surely want to avoid primary_link's when on a bike, so it should
be the same value at least.

Also primary had the same priority than trunk (which is very much
motorway-like, alas horrible for bicycles), adapt priorities a tad
so we prefer primaries over trunks. IMHO, we should rather decrease
the priorities of trunks and motorways further to make them less
attractive. Ever biked on a motorway?

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2012-09-14 10:34:39 +02:00
Victor Shcherb
c627bbc27e Refactor poi filters and add new poi filters 2012-09-12 22:14:05 +02:00
Pavol Zibrita
3729c2d6d5 Merge pull request #310 from sanderd18/multipolygon
Fix Junit tests
2012-09-12 12:25:59 -07:00
Sander Deryckere
60b088d11d Fix Junit tests
One test left to fix, commented it temporarily
2012-09-12 21:12:05 +02:00
Pavol Zibrita
f37049863d Merge pull request #309 from sanderd18/multipolygon
Fix issue 1265
2012-09-12 11:08:58 -07:00
Sander Deryckere
107c814dca Fix indexing of multipolygon with multiple outer rings
issue 1265
2012-09-12 15:44:11 +02:00
Sander Deryckere
0a8669edae Split concept of multipolygon in two classes: the concept of a ring and
the concept of a multipolygon which has rings.
2012-09-11 21:19:38 +02:00
Victor Shcherb
3d9cf54ec3 Upgrade offline poi/bug editing 2012-09-11 01:45:35 +02:00