fix issue 198:
1. combine long ways 2. Implement douglas algorithm That patch not for big regions!!! git-svn-id: https://osmand.googlecode.com/svn/trunk@712 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
This commit is contained in:
parent
361af621ec
commit
f8ef200333
2 changed files with 659 additions and 464 deletions
|
@ -9,22 +9,20 @@ public class ToDoConstants {
|
|||
|
||||
// TODO max 105
|
||||
|
||||
// FIX botanicheskii sad, flood waterb
|
||||
|
||||
|
||||
|
||||
// For 0.5 release
|
||||
// 105. Input MAP_ZOOMS and MapRenderingTypes xml as parameter for index creator
|
||||
// 86. Allow to add/edit custom tags to POI objects (Issue)
|
||||
// 92. Support poi index with standard map index and unify POI categories (unify done +)
|
||||
// 97. For voice navigation consider current speed of vehicle. Especially when speed > 50 pronounce more than 200 m
|
||||
// 98. Implement rendering of different app mode. For Car render streets name with large font.
|
||||
// 96. Introduce settings for MPH, imperial units
|
||||
// 104. Add activity to show current loaded indexes and information about them
|
||||
|
||||
// _19. colors for road trunk and motorway
|
||||
// _12. Fix : find proper location for streets ! centralize them (when create index)?
|
||||
|
||||
// Outside base 0.5 release
|
||||
// 92. Support poi index with standard map index and unify POI categories (unify done +)
|
||||
|
||||
// _12. Fix : find proper location for streets ! centralize them (when create index)?
|
||||
///////////////////////////// UNKNOWN STATE ////////////////////
|
||||
// Unscheduled (complex)
|
||||
// 65. Intermediate points - for better control routing, to avoid traffic jams ...(?)
|
||||
|
@ -48,6 +46,7 @@ public class ToDoConstants {
|
|||
// 103. Allow add poi with multiple tags (different types/subtypes for one object). Fix for constructing and updating on mobile. (Issue)
|
||||
// 102. Refactoring rendering schema serializing to xml and prepare script to create fast java builder (support pure xml)
|
||||
// Refactoring MapRenderingTypes to xml either
|
||||
// 98. Implement rendering of different app mode. For Car render streets name with large font.
|
||||
|
||||
// DONE SWING
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue