Victor Shcherb
44e40cdefc
Fix small issues
2015-01-15 03:17:26 +01:00
Victor Shcherb
741099b6ed
Merge branch 'r1.9' of ssh://github.com/osmandapp/Osmand into r1.9
2015-01-15 02:47:20 +01:00
Victor Shcherb
5a19801695
Update routes
...
Conflicts:
OsmAnd-java/src/net/osmand/binary/BinaryInspector.java
OsmAnd-java/src/net/osmand/router/RouteResultPreparation.java
OsmAnd-java/src/net/osmand/router/TurnType.java
2015-01-15 02:45:56 +01:00
Alexey Pelykh
8a1a1d86c5
Fix indent
2015-01-13 16:41:47 +02:00
Alexey Pelykh
3d7ca7e09c
New GEO URI parser
2015-01-13 16:41:46 +02:00
Victor Shcherb
c5ecb5e63f
Fix turn:lanes
2015-01-13 10:28:00 +01:00
Victor Shcherb
a5b864a298
Fix routing
2014-11-28 01:00:03 +01:00
Victor Shcherb
107b5259f9
Fix routing with needles
2014-11-28 00:59:02 +01:00
Victor Shcherb
bcc8ab6c7a
Fix issue with turn type
2014-11-23 19:45:46 +01:00
Denis
7d0916bce6
Fixed bug with same item can be added to avoid roads twice
2014-11-19 18:23:38 +02:00
Victor Shcherb
984717dd11
Fix android 2.2
2014-11-08 01:40:45 +01:00
Victor Shcherb
ee2eff593f
Add impassable road implementation
2014-11-02 18:48:09 +01:00
Victor Shcherb
34a4b9825e
Calculate route from center of city
2014-10-29 01:56:25 +01:00
Victor Shcherb
ecf65f5a8c
Remove local lines
2014-10-27 20:12:36 +01:00
Victor Shcherb
4a757ae29d
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
2014-10-26 23:50:58 +01:00
Victor Shcherb
a410e2b565
Fix be attentive with route recalculation
2014-10-26 23:48:47 +01:00
Victor Shcherb
9e87ec17e9
FIx issue 2384
2014-10-26 23:15:48 +01:00
vshcherb
e5a9a43d59
Merge pull request #930 from saiarcot895/infer-turn-from-lanes
...
Add support for determining the actual turn to be taken based on the lanes highlighted
2014-10-26 18:51:40 +01:00
Victor Shcherb
1db4e7dcfb
Add categories, fix waypoints dialog
2014-10-26 12:14:31 +01:00
Victor Shcherb
4565612ee6
Fix issues with app crash
2014-10-25 14:15:10 +02:00
Victor Shcherb
d73569f946
Add rendering attribute support as parameter
2014-10-24 11:24:59 +02:00
Saikrishna Arcot
24ab8baa10
Switch primary and secondary turns if the secondary turn is the actual turn
2014-10-22 11:26:36 -04:00
Saikrishna Arcot
ebb4d42f29
Assign new turn in attachKeepLeftInfoAndLanes()
2014-10-22 10:31:48 -04:00
Victor Shcherb
8e44071064
Add impassable road implementation
2014-10-21 23:17:46 +02:00
Victor Shcherb
dd429d1923
Fix text rendering & add comment
2014-10-21 22:35:35 +02:00
Saikrishna Arcot
ee58eebe3c
Add support for determining the actual turn to be taken based on the lanes highlighted
2014-10-21 09:48:27 -04:00
vshcherb
ed05531de0
Merge pull request #908 from saiarcot895/lanes-with-multi-turns
...
Add support for reading in lanes that have multiple turns
2014-10-16 00:33:58 +02:00
Saikrishna Arcot
1e1f1c3fb4
Rename getLanesInfo() to assignLanesInfo()
2014-10-14 23:17:13 -04:00
vshcherb
7ab39cb7f2
Merge pull request #917 from saiarcot895/fix-lane-counting
...
Fix error caused by missing lane tags.
2014-10-14 14:51:54 +02:00
vshcherb
e545b744d0
Merge pull request #918 from saiarcot895/support-for-left-and-right
...
Support for left and right
2014-10-14 14:49:55 +02:00
Saikrishna Arcot
8c7f2e68e7
Add a right/left turn arrow on the rightmost/leftmost lane if it's not
...
included as per turn:lanes and a right/left turn is being taken.
2014-10-13 09:53:52 -05:00
Saikrishna Arcot
45ab0689c3
Add ability to fully use turn:lanes for left and right turns as well
...
If the turn being made is a left or right turn, and turn:lanes is
present, then the lanes for the turn will be displayed, and only the
lane that takes a left or right turn will be highlighted.
2014-10-13 09:26:25 -05:00
Saikrishna Arcot
ef5ed3c17f
Fix error caused by missing lane tags.
...
When there is both a slight left turn and a slight right turn possible
at a point, and neither of the outbound roads have a lanes tag, then
an ArrayIndexOutOfBoundsException is thrown.
2014-10-13 08:37:00 -05:00
Victor Shcherb
078505633b
Fix map downloader
2014-10-13 00:58:01 +02:00
Victor Shcherb
3dfcf8fecf
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
2014-10-13 00:47:20 +02:00
Victor Shcherb
a00b64f85e
Fix issue with unnecessary POI created
2014-10-13 00:46:54 +02:00
Taranenko Roman
515f610cac
Added more elements in the predefined list of POI types and fixed issue
...
"Please add natural=tree to POI creation list". Fixed app crash in
DownloadIndexesThread.
2014-10-09 20:40:09 +03:00
Taranenko Roman
d1df74c273
Fixed scrolling through an online map ends up "downloading forever"
...
issue
2014-10-08 23:02:15 +03:00
Saikrishna Arcot
54871563db
Add support for reading in lanes that have multiple turns
2014-10-07 22:38:48 -04:00
Victor Shcherb
8602f9aed4
Merge branch 'master' of ssh://github.com/osmandapp/Osmand
2014-10-08 00:53:42 +03:00
Victor Shcherb
4290fc3bad
Fix bug
2014-10-08 00:53:04 +03:00
vshcherb
d6f1be4f80
Merge pull request #902 from saiarcot895/basic-turn-lanes-reading
...
Add basic support for reading turn:lanes and drawing the turns as lanes
2014-10-08 00:23:43 +03:00
Saikrishna Arcot
88156c0370
Swap secondary and primary turns if the secondary turn is actually the turn being made.
2014-10-06 14:10:57 -04:00
Saikrishna Arcot
3ef0a4f9a8
Change return type of attachTurnLanesData to void
2014-10-06 12:43:50 -04:00
Saikrishna Arcot
bd5d29fc5f
Rename countLines() to countLanes()
2014-10-04 10:41:30 -04:00
Saikrishna Arcot
a11e5bb9e6
Add basic support for reading turn:lanes and drawing the turns as lanes
2014-10-04 10:39:25 -04:00
Victor Shcherb
19ef80c33f
count lines differenetly
2014-10-02 17:50:02 +02:00
Victor Shcherb
e27a425465
Show different turns
2014-10-02 14:14:34 +02:00
Victor Shcherb
2c6b19b775
Refactor turn types
2014-10-02 13:47:39 +02:00
Victor Shcherb
6c3bd59a7a
Small changes
2014-10-02 11:22:11 +02:00