4ff8a9b8f2
Urgent bugfix git-svn-id: https://osmand.googlecode.com/svn/trunk@395 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
45 lines
1.4 KiB
Java
45 lines
1.4 KiB
Java
package com.osmand;
|
|
|
|
|
|
/**
|
|
* This class is designed to put all to do's and link them with code.
|
|
* The whole methods could be paste or just constants.
|
|
* Do not worry to put ugly code here (just a little piece)
|
|
*/
|
|
public class ToDoConstants {
|
|
|
|
|
|
|
|
// TODO
|
|
|
|
// Improvements
|
|
// 5. Download with wget
|
|
// 6. progress while map is loading
|
|
|
|
// Not clear if it is really needed
|
|
// 69. Add phone information to POI
|
|
// 70. Show building numbers over map (require changin address index - index 2 more columns lat/lon for fast search)
|
|
// 66. Transport routing (show next stop, total distance, show stop get out, voice) (needed ?).
|
|
|
|
// Unscheduled (complex)
|
|
// 65. Intermediate points - for better control routing, to avoid traffic jams ...(?)
|
|
// 40. Support simple vector road rendering (require new index file) (?)
|
|
// 63. Support simple offline routing(require new index file) (?)
|
|
|
|
|
|
// BUGS Android
|
|
|
|
// TODO swing
|
|
// 9. Fix issues with big files (such as netherlands) - save memory (!) - very slow due to transport index !
|
|
// Current result : for big file (1 - task 60-80% time, 90% memory) (?)
|
|
// 10. Improve address indexing (use relations). (?)
|
|
// use relation "a6" (to accumulate streets!), "a3" to read all cities & define boundaries for city (& define that street in city).
|
|
|
|
// BUGS Swing
|
|
|
|
// DONE ANDROID :
|
|
// 64. Traffic information - yandex traffic
|
|
|
|
// DONE SWING
|
|
|
|
}
|