2010-05-02 01:35:00 +02:00
|
|
|
package com.osmand;
|
2010-06-07 20:07:04 +02:00
|
|
|
|
|
|
|
|
2010-05-02 01:35:00 +02:00
|
|
|
/**
|
|
|
|
* 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 {
|
2010-06-07 20:07:04 +02:00
|
|
|
|
2010-07-21 08:41:11 +02:00
|
|
|
// TODO ANDROID 0.3
|
|
|
|
// Improvements
|
2010-07-22 14:00:40 +02:00
|
|
|
// 1. Show layers (?) (+)
|
|
|
|
// 0) map + 1) transport (+) 2) Poi (choose filter) (+) 3) osm bugs (+) 3) Favorites(+)
|
|
|
|
// 4) Route (gmaps) + 5) Transport route -
|
2010-07-21 23:51:59 +02:00
|
|
|
// and remove from settings (+)
|
2010-07-22 14:00:40 +02:00
|
|
|
// 1.4 show detailed route on the map with turns and show route information directly (like in gmaps) (+)
|
2010-07-21 08:41:11 +02:00
|
|
|
|
2010-07-22 21:32:12 +02:00
|
|
|
// 2. Using NameFinder to search online (+)
|
2010-07-21 09:22:20 +02:00
|
|
|
// 3. Show route info after route calc (+)
|
2010-07-21 16:52:54 +02:00
|
|
|
// 4. show vehicle for calculating route (+)
|
2010-07-22 14:00:40 +02:00
|
|
|
// 5. Add zorders list to OsmandMapView (+)
|
2010-07-20 09:03:06 +02:00
|
|
|
|
2010-07-21 08:41:11 +02:00
|
|
|
// BUGS
|
2010-07-21 09:22:20 +02:00
|
|
|
// ISSUE 21. (+, +, +)
|
2010-07-21 08:41:11 +02:00
|
|
|
// ISSUE 23.
|
2010-07-15 11:48:48 +02:00
|
|
|
|
2010-07-21 08:41:11 +02:00
|
|
|
|
|
|
|
// TODO
|
|
|
|
// Improvements
|
|
|
|
// 5. Download with wget
|
|
|
|
// 6. progress while map is loading
|
2010-07-05 10:24:36 +02:00
|
|
|
|
2010-07-09 13:15:50 +02:00
|
|
|
// Not clear if it is really needed
|
2010-07-15 11:48:48 +02:00
|
|
|
// 69. Add phone information to POI
|
2010-07-21 23:51:59 +02:00
|
|
|
// 70. Show building numbers over map (require changin address index - index 2 more columns lat/lon for fast search)
|
2010-07-15 11:48:48 +02:00
|
|
|
|
2010-07-01 14:41:57 +02:00
|
|
|
|
2010-07-09 13:15:50 +02:00
|
|
|
// Unscheduled (complex)
|
2010-07-21 08:41:11 +02:00
|
|
|
// 66. Transport routing (show next stop, total distance, show stop get out, voice) (?).
|
2010-07-20 09:44:19 +02:00
|
|
|
// 64. Traffic information (?) - rmaps (http://jgo.maps.yandex.net/tiles?l=trf)?
|
2010-07-12 22:05:23 +02:00
|
|
|
// 65. Intermediate points - for better control routing, to avoid traffic jams ...(?)
|
2010-06-27 13:38:53 +02:00
|
|
|
// 40. Support simple vector road rendering (require new index file) (?)
|
|
|
|
// 63. Support simple offline routing(require new index file) (?)
|
2010-06-19 19:01:40 +02:00
|
|
|
|
2010-07-05 20:19:03 +02:00
|
|
|
|
2010-07-09 13:15:50 +02:00
|
|
|
// BUGS Android
|
2010-06-07 20:07:04 +02:00
|
|
|
|
|
|
|
// TODO swing
|
2010-06-20 00:13:45 +02:00
|
|
|
// 9. Fix issues with big files (such as netherlands) - save memory (!) - very slow due to transport index !
|
2010-07-09 13:15:50 +02:00
|
|
|
// Current result : for big file (1 - task 60-80% time, 90% memory) (?)
|
|
|
|
// 10. Improve address indexing (use relations). (?)
|
2010-06-20 00:13:45 +02:00
|
|
|
// use relation "a6" (to accumulate streets!), "a3" to read all cities & define boundaries for city (& define that street in city).
|
2010-06-14 13:59:30 +02:00
|
|
|
|
|
|
|
// BUGS Swing
|
2010-05-23 22:59:55 +02:00
|
|
|
|
2010-06-27 13:38:53 +02:00
|
|
|
// DONE ANDROID :
|
2010-07-19 10:55:34 +02:00
|
|
|
// 68. Implement service to app work with screen offline
|
|
|
|
// (audio guidance & add new item to status bar & introduce error interval for gps in buildings)
|
2010-07-19 22:38:40 +02:00
|
|
|
// 71. Implement different mechanism for tiles (big sqlite planet see rmaps)
|
2010-07-06 22:53:06 +02:00
|
|
|
|
2010-05-23 22:59:55 +02:00
|
|
|
// DONE SWING
|
2010-06-14 12:53:07 +02:00
|
|
|
|
2010-05-02 01:35:00 +02:00
|
|
|
}
|