2010-08-17 00:36:24 +02:00
|
|
|
package net.osmand;
|
2010-06-07 20:07:04 +02:00
|
|
|
|
2010-08-18 00:32:22 +02:00
|
|
|
|
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.
|
|
|
|
*/
|
|
|
|
public class ToDoConstants {
|
2010-06-07 20:07:04 +02:00
|
|
|
|
2010-08-03 21:21:45 +02:00
|
|
|
// TODO swing
|
2010-09-17 08:24:18 +02:00
|
|
|
// !!! 12. Reinvent UI of swing app (remove Region object and clear other MapObject) use indexes to show results
|
2010-08-03 21:21:45 +02:00
|
|
|
|
2010-08-23 13:59:03 +02:00
|
|
|
// TODO max 87
|
2010-07-31 12:38:16 +02:00
|
|
|
// ! 81. Add some objects to POI category (1) to add them into OSM 2) to help navigation)
|
|
|
|
// highway (?), traffic_calming (?), barrier(?), military(?-), landuse (?), office(?), man_made(?), power(?),
|
|
|
|
// railway( station, subway?) - issue 17
|
2010-08-23 13:59:03 +02:00
|
|
|
// 86. Allow to add/edit custom tags to POI objects.
|
|
|
|
// 87. Use network availability for defining loading tiles from internet.
|
2010-09-07 00:11:37 +02:00
|
|
|
// 88. Implement show gpx track from folder and navigate using gpx track.
|
|
|
|
// 89. Transport redesign UI (enable run from context menu, switch go to goal/not) !
|
2010-09-11 12:17:51 +02:00
|
|
|
// 90. Use Junidecode library on the client for fast english translation
|
2010-09-07 00:11:37 +02:00
|
|
|
|
2010-09-17 08:24:18 +02:00
|
|
|
// 91. Invent binary format (minimize disk space, maximize speed)
|
|
|
|
// 92. Replace poi index with standard map index and unify POI categories
|
|
|
|
// 93. Implement multytype vector objects (?) - building with fence, road & tram ... (binary format)
|
|
|
|
|
2010-09-07 00:11:37 +02:00
|
|
|
// TODO small improvements for release :
|
|
|
|
// 1. If select vector map, notice if there are no loaded maps.
|
2010-08-11 11:28:22 +02:00
|
|
|
|
2010-09-17 08:24:18 +02:00
|
|
|
// TODO Improvements :
|
2010-09-01 13:29:22 +02:00
|
|
|
// 1! VELCOM
|
2010-09-17 08:24:18 +02:00
|
|
|
// +2. rotate map gps without location
|
2010-09-07 00:11:37 +02:00
|
|
|
// 4. recalculating route when location is far from ! (error)
|
2010-08-23 13:59:03 +02:00
|
|
|
// 5. keyboard (issue 43 )?
|
2010-09-02 13:52:03 +02:00
|
|
|
// 6. Do not upload empty files (transport, poi... ).
|
2010-09-05 23:46:26 +02:00
|
|
|
// 7. Implement auto-delete from site (done, should be ported from C#)
|
2010-09-07 00:11:37 +02:00
|
|
|
// 8. In all places verify to use float lat/lon improve disk space for indexes !!!
|
2010-09-17 08:24:18 +02:00
|
|
|
|
|
|
|
// +13! Support multiple database for map rendering
|
2010-09-07 13:24:13 +02:00
|
|
|
// 16. Internet access bits
|
2010-09-17 08:24:18 +02:00
|
|
|
// 17. Implement multipolygons to polygons (!?) + coastline
|
|
|
|
// 18. Fix loading map data in rotated mode (check properly boundaries)
|
|
|
|
// 20. Add text to rendering (area, point, polyline)
|
|
|
|
// 21. Shield, ref.
|
|
|
|
// 22. Verify all POI has a point_type (in order to search them)
|
2010-09-07 00:11:37 +02:00
|
|
|
|
2010-09-17 08:24:18 +02:00
|
|
|
// 19. colors for road trunk and motorway
|
2010-09-02 13:52:03 +02:00
|
|
|
// 12. Fix : find proper location for streets ! centralize them (when create index)?
|
|
|
|
|
|
|
|
// TODO Check
|
|
|
|
// 1. check postal_code if the building was registered by relation!
|
2010-09-05 20:23:51 +02:00
|
|
|
// 2. TEST after refactoring : poi custom filters
|
2010-08-18 00:32:22 +02:00
|
|
|
|
2010-09-01 13:29:22 +02:00
|
|
|
// 8. Download with wget
|
|
|
|
// 9. progress while map is loading
|
2010-08-17 00:36:24 +02:00
|
|
|
|
2010-08-06 10:19:19 +02:00
|
|
|
// 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) (?)
|
2010-08-02 00:44:02 +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-24 23:26:42 +02:00
|
|
|
// 66. Transport routing (show next stop, total distance, show stop get out, voice) (needed ?).
|
2010-07-30 00:03:53 +02:00
|
|
|
// 85. Enable on/off screen for bike navigation (?)
|
2010-07-29 15:17:09 +02:00
|
|
|
// 83. Add monitoring service to send locations to internet (?)
|
2010-07-15 11:48:48 +02:00
|
|
|
|
2010-07-24 23:26:42 +02:00
|
|
|
// DONE ANDROID :
|
2010-09-07 00:11:37 +02:00
|
|
|
// 70. Show building numbers over map (require changing address index - index 2 more columns lat/lon for fast search).
|
|
|
|
// (Not needed, because of vector rendering)
|
2010-08-06 10:19:19 +02:00
|
|
|
// 82. Rotate map according compass
|
|
|
|
// 85. Remove context menu on long press map ! Accumulate actions and show label (+)
|
2010-07-24 23:26:42 +02:00
|
|
|
|
2010-05-23 22:59:55 +02:00
|
|
|
// DONE SWING
|
2010-08-06 10:19:19 +02:00
|
|
|
// 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).
|
2010-08-23 13:59:03 +02:00
|
|
|
// ! 9. Fix issues with big files (such as netherlands) - save memory (!)
|
|
|
|
// Current result : for big file (1 - task 60-80% time, 90% memory) (?) (+)
|
|
|
|
// 11. Index buildings using interpolations (from nodes) (+)
|
2010-06-14 12:53:07 +02:00
|
|
|
|
2010-08-23 13:59:03 +02:00
|
|
|
|
2010-05-02 01:35:00 +02:00
|
|
|
}
|