Gosmore is an OpenStreetMap navigation application. It can display the map in 2D and 3D. It also provides searching and turn-by-turn routing capabilities. All the data is stored offline in it's own binary format.
Categories
GISLicense
Public DomainFollow Gosmore
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
Error while downloading maps (Error: 7-Zip cannot find the code that works with archives), UI is primitive, did not create a Windows uninstall entry so I had to uninstall it by hand. The back-end may be very nice, but I never got far enough into the program to be able to use it, let alone want to.
-
Hy, nice job, made a little modification for WINCE, to be able to search for more characters in a portrait display: @@ gosmore.cpp @3456 LOG hwndEdit = CreateWindow(TEXT ("EDIT"), @3457 - NULL, WS_CHILD | WS_VISIBLE | WS_BORDER | ES_LEFT, @3457 + NULL, WS_CHILD | WS_VISIBLE | WS_BORDER | ES_LEFT | ES_MULTILINE | ES_AUTOHSCROLL,