1
0
mirror of git://projects.qi-hardware.com/nanomap.git synced 2024-11-21 19:05:56 +02:00
NanoMap, view maps made of small bitmaps, like openstreetmap.org NanoMap is a Qt4-based OpenStreetMap viewer. Tiles are downloaded automatically while you zoom in, out and pan. You can enter a city and a street name and go to the location, or get the route from start location to end location. http://projects.qi-hardware.com/index.php/p/nanomap/
Go to file
2010-10-11 14:47:06 +02:00
.gitignore initial import 2010-06-09 11:19:24 +02:00
abstractlayer.cpp add menu to show/hide layers 2010-10-01 15:01:08 +02:00
abstractlayer.h add menu to show/hide layers 2010-10-01 15:01:08 +02:00
batterylayer.cpp add offline routing via routino 2010-07-29 22:24:38 +02:00
batterylayer.h remove unused code 2010-06-23 19:03:29 +02:00
downloadwidget.cpp fix layout of download widget 2010-10-11 14:47:06 +02:00
downloadwidget.h let the user select a subdirectory to mass download tiles into. Use this for tiles you want to delete after usage. Just delete the subdirectory in $HOME/Maps. 2010-10-11 14:24:36 +02:00
gpsclient.cpp get direction, speed and altitude from gpsd 2010-07-21 21:04:58 +02:00
gpsclient.h get direction, speed and altitude from gpsd 2010-07-21 21:04:58 +02:00
gpslayer.cpp display direction from gpsd 2010-07-21 21:18:51 +02:00
gpslayer.h display direction from gpsd 2010-07-21 21:18:51 +02:00
gpxlayer.cpp split painting code into layer classes 2010-06-21 23:38:54 +02:00
gpxlayer.h split painting code into layer classes 2010-06-21 23:38:54 +02:00
main.cpp move handling of application parameters to main.cpp 2010-09-08 14:31:52 +02:00
mainwidget.cpp add menu to show/hide layers 2010-10-01 15:01:08 +02:00
mainwidget.h move handling of application parameters to main.cpp 2010-09-08 14:31:52 +02:00
mapwidget.cpp let the user select a subdirectory to mass download tiles into. Use this for tiles you want to delete after usage. Just delete the subdirectory in $HOME/Maps. 2010-10-11 14:24:36 +02:00
mapwidget.h add menu to show/hide layers 2010-10-01 15:01:08 +02:00
markerlayer.cpp move key handling to the layers 2010-06-22 22:31:29 +02:00
markerlayer.h move key handling to the layers 2010-06-22 22:31:29 +02:00
markerlist.cpp initial import 2010-06-09 11:19:24 +02:00
markerlist.h split painting code into layer classes 2010-06-21 23:38:54 +02:00
nanomap.pro add offline routing via routino 2010-07-29 22:24:38 +02:00
projection.cpp add offline routing via routino 2010-07-29 22:24:38 +02:00
projection.h add offline routing via routino 2010-07-29 22:24:38 +02:00
routingwidget.cpp add offline routing via routino 2010-07-29 22:24:38 +02:00
routingwidget.h add offline routing via routino 2010-07-29 22:24:38 +02:00
timelayer.cpp move key handling to the layers 2010-06-22 22:31:29 +02:00
timelayer.h move key handling to the layers 2010-06-22 22:31:29 +02:00