OsmAnd/DataExtractionOSM/src/net/osmand/ToDoConstants.java

49 lines
1.5 KiB
Java
Raw Normal View History

package net.osmand;
/**
* This class is designed to put all to do's and link them with code.
*/
public class ToDoConstants {
// TODO max 107
// !!! ROUTING
// ! New UI
// TODO remove old indexes
// TODO remove zoomlevel from index
// For 0.5 release
// 104. Add activity to show current loaded indexes and information about them
// 97. For voice navigation consider current speed of vehicle. Especially when speed > 50 pronounce more than 200 m
// 105. Route mode fast/short (Issue)
// 92. Support poi index with standard map index and unify POI categories (unify done +)
// Outside base 0.5 release
// 86. Allow to add/edit custom tags to POI objects (Issue)
// 96. Introduce settings for MPH, imperial units (Issue)
// _19. colors for road trunk and motorway
///////////////////////////// UNKNOWN STATE ////////////////////
// Unscheduled (complex)
// 65. Intermediate points - for better control routing, to avoid traffic jams ...(?)
// 63. Support simple offline routing(require index file with turn restrictions etc) (?)
// Not clear if it is really needed
// 66. Transport routing (show next stop, total distance, show stop get out, voice) (needed ?).
// 83. Add monitoring service to send location to internet immediately (?)
/////////////////////////// DONE //////////////////////////////
// DONE ANDROID :
// 106. Download region from android device (select minzoom/maxzoom)
// DONE SWING
}