Sticky: WINDOWS MOBILE WM NDrive v11.0.06/11.0.07 / NDrive V2.21 Navteq+ 2013.03 / Maps ost west EU. Started by Titanic52, 24th. Software for downloading mp3 songs free free - Employment rental car driver., and much more programs. Download mapas gps ndrive g280.

About Taringa!

Popular channels

N Drive 11 - Argentina - Mapa Argentina Marzo 2012

Versión Ndrive:
11.4.03 Versión 3D
Versión Mapa:
ARG_NT v2.21 2012/02/13
Voces:
Inglés: Mary
Argentina: Ricardo
Español: ana
Español: Paula
Mexico: Jose

1 . Bajar el siguiente archivo rar y descomprimirlo en la PC


2. Al descomprimirlo aparece la carpeta NDrive, la cual copian directamente al SD de celular
3. Bajar el siguiente APK en la PC


4. Copian el archivo NDrive.argentina.apk en la raíz de la SD
5. Instalan el archivo copiado.
6. Ejecutan la aplicación
7. Digan que no a lo de las rede sociales
8. Cuando pregunta de la cuenta lo cancelan
9. Si pregunta por transferir las compras, le dicen que si la primera vez, así activa el mapa
OJO, Esto último consume datos, es la única vez que lo necesitan, lo pueden hacer via WiFi
10 Disfruten

1.- Consume datos? = No
2.- Sirve para mi telefono xxxxx? No se, solo lo probe con Sansung Galaxy Ace. Prueben ustedes y avisan si funcionó en otros teléfonos
3.- Puedo poner otros mapas?= Si, en la carpeta Ndrive Maps
Gosmore
AuthorNic Roets
LicenseBSD
PlatformsWindows, Android, Linux, Unix, Maemo, Windows Mobile, and Windows CE
Version- (2011-11-22)
LanguagesEnglish and German
Websitehttp://sourceforge.net/projects/gosmore/
Source codehttps://svn.openstreetmap.org/applications/rendering/gosmore/
Programming languageC++

Gosmore is a router and viewer of OSM XML data such as the whole planet.osm or other osm files from Geofabrik (see downloads).

  • 2Downloading and running
    • 2.2Linux, FreeBSD, MacOSX
    • 2.6Sound files

Features

Gosmore on Android
Updates
  • A 2D map viewing window (Mercator projection), as well as a 3D bird's eye view.
  • Incremental search of all tags. Results are ordered from nearest to farthest.
  • Routing with basic Relation:restriction support.
  • Obtain the current location from a GPS receiver (via gpsd using Linux).
  • The ability to add POI's and trace ways which get saved to a .osm format file ready for import into JOSM
  • The ability to automatically switch maps on-the-fly, so you can access the whole planet.

Downloading and running

Android

The old version is on the Android Market. The new version renders with casing (qrcode).

You can also compile it from source. You will need the SDK, the NDK and Eclipse. Run ndk-build in the jni directory, then create a project with Eclipse and build.

Linux, FreeBSD, MacOSX

Note: source install will not always be build-able so use a binary from http://sourceforge.net/projects/gosmore/

Alternatively install the debian package that may be slightly out of date.

On FreeBSD and MacOSX, you will need to use GNU Make (gmake) to build as the Makefile is in a GNU Make format, rather than the traditional BSD make. Carl walther serial numbers.

On MacOSX, you will have to install X11, the developer tools and maybe additional packages that are not listed here but are fairly standard when compiling stuff. Feel free to list them if you find any that are not listed here.

After these steps complete, gosmore should appear on your menus. Gosmore will run fairly responsively on a 256 MB machine.

After finding a city or location you are interested in, choose the 'Update Map' function (see the Auto Pak file section below). Downloaded files will be stored in $HOME/.gosmore/

Headless operation

If you are building gosmore on a machine that does not have X11 installed, uncomment the following line in the Makefile:

by removing the # at the beginning of the line. Games like american conquest for mac. If you fail to do this, gosmore will complain about not being able to open a display and fail to run.

Building your own PAK file

Alternatively, build your own pak file (See the Gosmore/RebuildGuide). Then the 'make install' step is not required:

  • SVN repository on trac

This last step takes typically 5 hours for a current planet file on a dual core 64 bit machine with 2GB RAM and requires close to 20GB of harddisk space, but using country extracts is strongly advised.

Auto Pak file

During 'make install', the default.pak file will have been placed in your resource directory (usually /usr/share/gosmore). Then you must make sure that the current directory does not contain gosmore.pak. Use the 'Update Map' function to download the relevant bounding box. As you browse the map, the relevant map will be swapped in.

Windows CE / Windows Mobile

(maps are limited to 400 MB each)

Gosmore on WinCE in Berlin
Gosmore on WinCE
  • Go to https://sourceforge.net/projects/gosmore/files/ and download 'gosmoreWinMob.zip'
  • Unzip the file ('arm-mingw32ce-gosmore.exe') on an SD card. If you want your gpx file and any log file on your SD card and not in My Documents, download the empty 'gosmore.opt' file as well.
  • Download a prebuilt bbox or extract or build one yourself using Linux.
  • Put it in your device and execute 'arm-mingw32ce-gosmore.exe'. You may need to rename it to mobilenavigator.exe. See [1], [2] and [3]
  • Auto Pak files are also supported, but you need to manually download, unzip and rename them and default.pak must be in the current directory.
  • Note: for debugging purposes on Windows Mobile gosmore writes a file called gosmore.log.txt, which is written to the folder where gosmore.opt is located, too. On each start of Gosmore, the new logging text is appended, so this file grows from start to start. If you don't need logging information, delete this file after a while.

Alternatively build it with cegcc. check out the files as described above and (These instructions are for Ubuntu Lucid):

Create a temporary folder.

  1. mkdir ~/temp_gosmore
  2. cd ~/temp_gosmore

Download and install CeGCC.

  1. wget http://prdownloads.sourceforge.net/project/cegcc/cegcc/0.59.1/mingw32ce-0.59.1.tar.bz2
  2. tar xvjf mingw32ce-0.59.1.tar.bz2
  3. sudo cp -r ./opt/mingw32ce /opt

Download and extract required 32 bit libraries (required for 64 bit only).

  1. wget http://mirrors.kernel.org/ubuntu/pool/main/m/mpfr/libmpfr1ldbl_2.4.2-3ubuntu1_i386.deb
  2. wget http://mirrors.kernel.org/ubuntu/pool/main/g/gmp/libgmp3c2_4.3.2+dfsg-1ubuntu1_i386.deb
  3. dpkg -x libmpfr1ldbl_2.4.2-3ubuntu1_i386.deb . (don't forget the '.' at the end)
  4. dpkg -x libgmp3c2_4.3.2+dfsg-1ubuntu1_i386.deb . (don't forget the '.' at the end)
  5. sudo cp usr/lib/* /usr/lib32/

Remove the temp directory

  1. cd ./
  2. rm -rf temp_gosmore

Add libraries to $PATH

  1. export PATH=/opt/mingw32ce/bin/:$PATH
  2. export LD_LIBRARY_PATH=/usr/lib32:/usr/lib:$LD_LIBRARY_PATH (required for 64 bit only).

cd to location of source files then

  1. make arm-mingw32ce-gosmore.exe

Windows

  • Run the installer from the same site as above.
  • Run Gosmore and find the city you are interested in. Select 'O' and then 'Update Map'. After downloading and unzipping is complete, restart the application.
  • Alternatively, download a prebuilt rectangle or extract or build one yourself using Linux, as rebuilding under Windows is not supported[1].
  • Or you can use the rebuild command as described above. You can even drag and drop extracts onto gosmore.exe.
  • No registry settings are used. So you can have multiple installations of the software.
  • Alternatively compile the Windows binary

Maemo

maemo devices from Nokia: See Gosmore for Maemo (2013-11-16: dead?!, last active in 2011)

Sound files

Please add more languages!

If you want louder sound files for the turn by turn instructions you can get them here. Even in different languages.

  • English, male voice: gosmore-sounds-en-louder.tar.xz (louder than original)
  • German, male voice: gosmore-sounds-de.tar.xz
  • German, child voice: gosmore-sounds-de-child.tar.xz (as there are missing some instructions for the roundabouts you need the German male voice first and then the child voice to replace most of the sounds)

How to install

Just extract the archive (for Windows use 7zip) and copy the files to the folder where the Gosmore program resides.

User Interface

The main window consists of

  • the buttons: Options, + zoom in / increase, - zoom out / decrease and 3D.
  • the search box
  • The main window with 4 modes:
    • Map Click or drag to pan.
    • Search Results. Direction, distance, type and names are displayed. Click to select.
    • Options for selecting icon types, detail level and routing settings. Drag to see all of them. Click to select. See Gosmore/Translations Note that not all options are supported on all platforms.
    • Add Object Type List. Select the object you want to add.
    • Add Object Name dialog. Set the name.
  • the location bar (GTK/Linux only) Copy and paste to / from JOSM or the www.openstreetmap.org permalinks.

The GTK version will look for way points in any selected text in any other application (clipboard mechanism). For example, you can select geocache log and click on the gosmore map window to see where the points are.

When you exit Gosmore it will also save your options and location to gosmore.opt. This file will normally be located in your home directory. Under Windows and Windows Mobile it will be stored in 'My Documents' unless the file was found on in the same directory as gosmore.exe at startup. So most people place an empty gosmore.opt file on their SD card.

At exit it will also create 'YYMMDD-HHMMSS-Vehicle.osm' and 'YYMMDD-HHMMSS.gpx' files that you can open with JOSM:

  1. Download data to the same layer.
  2. Edit. To find the pending changes search for 'modified'.
  3. Upload
  • Changing the CommPort and BaudRate settings (Windows Mobile only) requires restarting the application.
  • Activate ValidateMode to see unnamed roads.
  • Activate FullScreen and restart for more screen space.
  • Set Layout (Windows / Windows Mobile only) to 1 to hide the top bar. Set it to 2 on displays that are too narrow for the top bar (width less than 300 pixels).
  • Some options like ViewInOSM and UpdateMap is only supported under Linux / Gnome, while others like ZoomIn/OutKey is only supported under Windows or Windows CE.
  • LoadGPX is not implemented.
  • Activate the 'Exit' option to close the application and write the GPX file, the OSM file and the options.
Descargar Mapas GPS NDrive G280 Gratis

Cgi Routing Interface

Set the QUERY_STRING environment variable to e.g. 'flat=-33.928889&flon=18.417222&tlat=-25.778618&tlon=28.290682&fast=0&v=motorcar' and run the executable. The parameters must be in this exact order. You must use the country decimal separator from your PC e.g. in Germany use a comma in place of a point or change your decimal separator for the shell.

Example for Ubuntu/Linux with a Germany Map:


Gosmore will produce one line for each node. The first 2 fields are the latitude and longitude. The third field is the junction type : Lower case when only 2 segments connect to that node (trivial junction), upper case otherwise. 't' for traffic_signals, 'm' for mini_roundabout and 'j' otherwise. This field can also contain a second letter 'r', indicating a roundabout.

Fourth field is 'v' of the way. Fifth field is the estimated number of seconds remaining. The sixth field is the name (if present, otherwise ref).

If no route was found, the output will start with a 'jump' line followed by the best incomplete route.

The complete routing stack is described in the Osm.org Routing Demo documentation.

Devices

DeviceComPortBaudRateNotesDate
Asus MyPal A636N54800Works well. Also works well with a virtual COM port driver between the real COM port and gosmore.2009-04-20
Becker Traffic Assist (old version with Serial Number 7914..)19600Works2009-01-29
Binatone Carrera X350738400Works well. Problem: No search window2008-08-22
CarTrek 600757600Works.[2]2009-04-10
Connex (GPC35Js)757600Works.[3]2009-08-01
Easy Touch ET 90714800seems to work ok.2009-01-09
ETEN M500 (w/BT GPS)74800Works well, but some of the dialogs don't work very well in a portrait-orientated screen2008-07-26
F & H N30 (Foehn & Hirsch N30)79600Working. Need to adjust parameters for button size & debounce before options screen usable.2010-05-31
Falk M-Series (M4 2nd Ed.)24800Works well (even works while the Falk-software announces the street-navigation) but often crashes after standby-mode.2009-01-28
Falk N240L357600Works well2009-03-26
Fujitsu Siemens Pocket Loox N10049600seems to work ok; Problem: Full screen mode doesn't work.2009-03-12
Hakkapeliitta GPS138400For info on the device, see the web site [4]2008-11-23
HP iPaq hw6915738400Works well.2008-08-22
HTC Hero Android2.1--Seems to work2011-03-05
HTC Kaiser/P4550/TyTN II44800Seems to work fine, though some dialogues don't work that well in portrait orientation, and switching orientations once the program is already open (by sliding the keyboard) appears not to be supported.2008-09-09
HTC P360099600Taskbar gets a little bit in the way2008-06-28
JNC 578738400Works well.2008-08-20
Lark 35.3 (w/SiRFstar III)19600Works fine2008-08-08
Medion MD 97130 (E3230)257600Works well.2011-02-09
Medion MD 97430 (E4430)257600Works well.2010-02-13
Medion MD 9670014800seems to work ok. navigation ok. Search ok. Quick options ok. Saving .gpx ok. After closing gosmore one time you have to reboot the PDA or you will get an mmap error next time you try to start gosmore.2008-12-20
Medion MD 96860 / E321224800Works fine2009-09-15
Medion PNA24024800Works well.2008-11-15
Mio C230 (running MioPocket)24800Works well.2008-08-20
Mio 269+44800Works well. Announcements very quietly!2009-01-24
Mio Moov 200257600Works well. Use only the builtin keyboard (Keyboard=0)2010-02-19
Mio Moov M305257600Works well.2009-09-24
Mio P35044800Works well.2008-09-03
Mio A510 Digiwalker / PDA with WM 5257600Seems to work ok2008-09-14
MyRoad 4308T238400Works fine2008-07-15
Navgear StreetMate GP-3574800Works, but very slow and some bugs in GUI.2011-06-20
Navigon Transonic 6000T24800Works well. Apparently the same hardware as Medion 510T, but I haven't verified this.2008-09-02
Navigon Transonic 700024800Works well. A bit faster than on the Transonic 6000T. And it has a bigger screen.2012-09-18
Navigon 5110??Only works when .pak files of 23MB and smaller and only after reducing the storage memory.2008-08-31
NDrive g280119200Works ok.2009-08-04
Navman S200 Platinum24800Works well.2010-05-30
Phonix54800Works perfectly2009-08-14
Photonav738400Seems to work ok.2009-09-12
Qtek 2020i, Windows Mobile 200364800Works.2009-09-19
TGPS 37410Works perfectly2010-02-17
VDO Dayton MS200019600Works perfectly. The application to replace on the SD is 'AutoUpgrade.exe'.2008-08-20
XRoad v415059600Use SurfTech first to ensure that GPS is talking NMEA [5]2008-08-20

Tips and tricks

  • Type the name of an item to the search in the line edit.
  • To find nearby amenities enter the relevant tag value, e.g. fuel.
  • To find the name of the area you are looking at, try to search for suburb, city or village.
  • To see all the tags for an object, zoom in very close.
  • Use the mouse wheel to zoom in and out
  • Use the left mouse button to pan the map. Click above the center of the map to pan upwards, click below the center of the map to pan downwards and vice versa
  • Linux / GTK only : Mark the starting point of the desired route with the middle mouse button and the end point with the right mouse button. Gosmore will paint the route into the map
  • Set the render quality to lowest for a more responsive experience.
  • For optimal battery life, only 'Follow' when you are looking at the display. A simple tap on the map will cancel the 'Follow' function. Even more power can be saved by selecting DisplayOff, turning the device into a dumb logger.
  • If you have an already extracted OSM file, e.g. as output by the planetosm-excerpt-area.pl script, you can feed it into gosmore as well:
  • You can create a smaller pak file by specifying a cropping bounding box during a second pass. Even if the bounding box is the whole planet, the resultant file will have a better structure, e.g.
  • It is also possible to include elevation contours in the rebuild.

Bugs

In order of importance:

  • Routing is not calibrated. There are a number of special features, like avoidance of major intersections and turning over oncoming traffic, but the constants can be improved.
  • Turn restrictions with complex vias are ignored.
  • Verbal instructions do not work well on motorways.
  • A number of important platforms aren't supported (OpenTom, Symbian, iphone etc).
  • 32 bit machines can create and use only pak files smaller than 2GB. Rebuild gives segmentation fault on computers with less than 1GB of virtual memory.
  • Pak file cannot be dynamically updated e.g. osmosis. However, since the objects we map (roads etc) change infrequently and mappers take very long to resurvey existing data, you will most likely only find the spots where the pak file is out of date if actively go looking for them.
  • Pak file cannot be moved to a machine with a different endianness.
  • If double decker bridges are drawn with 2 or more nodes on exactly the same latitude and longitude, gosmore may make incorrect routing decisions. (It can be solved at the cost of a 10% larger pak file).
  • No way of completely disconnecting from GPS com port. Causes battery drain when internal GPS is activated by just connecting to the proper com port (on WM5 at least).
  • When in current direction = up (north upwards=0) mode, stopping at a crossing causes slight precision improvements due to gps averaging which can shift position slightly in any (random) direction, which causes the map to rotate wildly, disorientating the driver (and probably giving wrong instructions if the route is recalculated). Probably a longer (eg 10 m distance, not time) average period should be used to determine direction before rotating the map.

Internals

Gosmore makes extensive use of sorted arrays, integers and fixed point numbers. See the current file format [6]

The source code has a low complexity (measured by Halstead Metric or SLOC), which may help to reduce the number of bugs. Also see Gosmore/Hacking

Comparable software

Navit is a much larger project. Its larger feature set may appeal to some users and developers. But complexity can also lead to problems like 'dependency hell', 'deep bugs' and a 'steeper learning curve'. Gosmore is able to route farther and faster, esp. devices with less RAMcitation needed. It also allows searching on a larger part of the datasetcitation needed and its Public Domain License may be preferable for certain applications.

Notes & references

  1. https://forum.openstreetmap.org/viewtopic.php?id=1478
  2. Apply 'Windows CE' instructions from this page. Get a SD card; create a '/MobileNavigator' directory; unzip gosm_arm.zip in that directory; rename 'gos_arm.exe' into 'MobileNavigator.exe' (the CarTrek-600 tries to execute this program on the flash card); put a gosmore.pak file (map found in a .zip) in the same directory; install the card; boot. To get the GPS location, you have to set ComPort=7 and BaudRate=57600, exit and restart as indicated. A user manual would be welcome. Interface is +/-/o; 'o' is for 'next Option' or Menu if 'QuickOption' is set to '1'.
  3. Same note as CarTrek 600. as /MobileNavigator/MobileNavigator.exe on the SD card.
Retrieved from 'https://wiki.openstreetmap.org/w/index.php?title=Gosmore&oldid=1608499'

Popular Posts

Sticky: WINDOWS MOBILE WM NDrive v11.0.06/11.0.07 / NDrive V2.21 Navteq+ 2013.03 / Maps ost west EU. Started by Titanic52, 24th. Software for downloading mp3 songs free free - Employment rental car driver., and much more programs. Download mapas gps ndrive g280.

About Taringa!

Popular channels

N Drive 11 - Argentina - Mapa Argentina Marzo 2012

Versión Ndrive:
11.4.03 Versión 3D
Versión Mapa:
ARG_NT v2.21 2012/02/13
Voces:
Inglés: Mary
Argentina: Ricardo
Español: ana
Español: Paula
Mexico: Jose

1 . Bajar el siguiente archivo rar y descomprimirlo en la PC


2. Al descomprimirlo aparece la carpeta NDrive, la cual copian directamente al SD de celular
3. Bajar el siguiente APK en la PC


4. Copian el archivo NDrive.argentina.apk en la raíz de la SD
5. Instalan el archivo copiado.
6. Ejecutan la aplicación
7. Digan que no a lo de las rede sociales
8. Cuando pregunta de la cuenta lo cancelan
9. Si pregunta por transferir las compras, le dicen que si la primera vez, así activa el mapa
OJO, Esto último consume datos, es la única vez que lo necesitan, lo pueden hacer via WiFi
10 Disfruten

1.- Consume datos? = No
2.- Sirve para mi telefono xxxxx? No se, solo lo probe con Sansung Galaxy Ace. Prueben ustedes y avisan si funcionó en otros teléfonos
3.- Puedo poner otros mapas?= Si, en la carpeta Ndrive Maps
Gosmore
AuthorNic Roets
LicenseBSD
PlatformsWindows, Android, Linux, Unix, Maemo, Windows Mobile, and Windows CE
Version- (2011-11-22)
LanguagesEnglish and German
Websitehttp://sourceforge.net/projects/gosmore/
Source codehttps://svn.openstreetmap.org/applications/rendering/gosmore/
Programming languageC++

Gosmore is a router and viewer of OSM XML data such as the whole planet.osm or other osm files from Geofabrik (see downloads).

  • 2Downloading and running
    • 2.2Linux, FreeBSD, MacOSX
    • 2.6Sound files

Features

Gosmore on Android
\'Updates\'
  • A 2D map viewing window (Mercator projection), as well as a 3D bird\'s eye view.
  • Incremental search of all tags. Results are ordered from nearest to farthest.
  • Routing with basic Relation:restriction support.
  • Obtain the current location from a GPS receiver (via gpsd using Linux).
  • The ability to add POI\'s and trace ways which get saved to a .osm format file ready for import into JOSM
  • The ability to automatically switch maps on-the-fly, so you can access the whole planet.

Downloading and running

Android

The old version is on the Android Market. The new version renders with casing (qrcode).

You can also compile it from source. You will need the SDK, the NDK and Eclipse. Run ndk-build in the jni directory, then create a project with Eclipse and build.

Linux, FreeBSD, MacOSX

Note: source install will not always be build-able so use a binary from http://sourceforge.net/projects/gosmore/

Alternatively install the debian package that may be slightly out of date.

On FreeBSD and MacOSX, you will need to use GNU Make (gmake) to build as the Makefile is in a GNU Make format, rather than the traditional BSD make. Carl walther serial numbers.

On MacOSX, you will have to install X11, the developer tools and maybe additional packages that are not listed here but are fairly standard when compiling stuff. Feel free to list them if you find any that are not listed here.

After these steps complete, gosmore should appear on your menus. Gosmore will run fairly responsively on a 256 MB machine.

After finding a city or location you are interested in, choose the \'Update Map\' function (see the Auto Pak file section below). Downloaded files will be stored in $HOME/.gosmore/

Headless operation

If you are building gosmore on a machine that does not have X11 installed, uncomment the following line in the Makefile:

by removing the # at the beginning of the line. Games like american conquest for mac. If you fail to do this, gosmore will complain about not being able to open a display and fail to run.

Building your own PAK file

Alternatively, build your own pak file (See the Gosmore/RebuildGuide). Then the \'make install\' step is not required:

  • SVN repository on trac

This last step takes typically 5 hours for a current planet file on a dual core 64 bit machine with 2GB RAM and requires close to 20GB of harddisk space, but using country extracts is strongly advised.

Auto Pak file

During \'make install\', the default.pak file will have been placed in your resource directory (usually /usr/share/gosmore). Then you must make sure that the current directory does not contain gosmore.pak. Use the \'Update Map\' function to download the relevant bounding box. As you browse the map, the relevant map will be swapped in.

Windows CE / Windows Mobile

(maps are limited to 400 MB each)

Gosmore on WinCE in Berlin
Gosmore on WinCE
  • Go to https://sourceforge.net/projects/gosmore/files/ and download \'gosmoreWinMob.zip\'
  • Unzip the file (\'arm-mingw32ce-gosmore.exe\') on an SD card. If you want your gpx file and any log file on your SD card and not in My Documents, download the empty \'gosmore.opt\' file as well.
  • Download a prebuilt bbox or extract or build one yourself using Linux.
  • Put it in your device and execute \'arm-mingw32ce-gosmore.exe\'. You may need to rename it to mobilenavigator.exe. See [1], [2] and [3]
  • Auto Pak files are also supported, but you need to manually download, unzip and rename them and default.pak must be in the current directory.
  • Note: for debugging purposes on Windows Mobile gosmore writes a file called gosmore.log.txt, which is written to the folder where gosmore.opt is located, too. On each start of Gosmore, the new logging text is appended, so this file grows from start to start. If you don\'t need logging information, delete this file after a while.

Alternatively build it with cegcc. check out the files as described above and (These instructions are for Ubuntu Lucid):

Create a temporary folder.

  1. mkdir ~/temp_gosmore
  2. cd ~/temp_gosmore

Download and install CeGCC.

  1. wget http://prdownloads.sourceforge.net/project/cegcc/cegcc/0.59.1/mingw32ce-0.59.1.tar.bz2
  2. tar xvjf mingw32ce-0.59.1.tar.bz2
  3. sudo cp -r ./opt/mingw32ce /opt

Download and extract required 32 bit libraries (required for 64 bit only).

  1. wget http://mirrors.kernel.org/ubuntu/pool/main/m/mpfr/libmpfr1ldbl_2.4.2-3ubuntu1_i386.deb
  2. wget http://mirrors.kernel.org/ubuntu/pool/main/g/gmp/libgmp3c2_4.3.2+dfsg-1ubuntu1_i386.deb
  3. dpkg -x libmpfr1ldbl_2.4.2-3ubuntu1_i386.deb . (don\'t forget the \'.' at the end)
  4. dpkg -x libgmp3c2_4.3.2+dfsg-1ubuntu1_i386.deb . (don\'t forget the \'.' at the end)
  5. sudo cp usr/lib/* /usr/lib32/

Remove the temp directory

  1. cd ./
  2. rm -rf temp_gosmore

Add libraries to $PATH

  1. export PATH=/opt/mingw32ce/bin/:$PATH
  2. export LD_LIBRARY_PATH=/usr/lib32:/usr/lib:$LD_LIBRARY_PATH (required for 64 bit only).

cd to location of source files then

  1. make arm-mingw32ce-gosmore.exe

Windows

  • Run the installer from the same site as above.
  • Run Gosmore and find the city you are interested in. Select \'O' and then \'Update Map\'. After downloading and unzipping is complete, restart the application.
  • Alternatively, download a prebuilt rectangle or extract or build one yourself using Linux, as rebuilding under Windows is not supported[1].
  • Or you can use the rebuild command as described above. You can even drag and drop extracts onto gosmore.exe.
  • No registry settings are used. So you can have multiple installations of the software.
  • Alternatively compile the Windows binary

Maemo

maemo devices from Nokia: See Gosmore for Maemo (2013-11-16: dead?!, last active in 2011)

Sound files

Please add more languages!

If you want louder sound files for the turn by turn instructions you can get them here. Even in different languages.

  • English, male voice: gosmore-sounds-en-louder.tar.xz (louder than original)
  • German, male voice: gosmore-sounds-de.tar.xz
  • German, child voice: gosmore-sounds-de-child.tar.xz (as there are missing some instructions for the roundabouts you need the German male voice first and then the child voice to replace most of the sounds)

How to install

Just extract the archive (for Windows use 7zip) and copy the files to the folder where the Gosmore program resides.

User Interface

The main window consists of

  • the buttons: Options, + zoom in / increase, - zoom out / decrease and 3D.
  • the search box
  • The main window with 4 modes:
    • Map Click or drag to pan.
    • Search Results. Direction, distance, type and names are displayed. Click to select.
    • Options for selecting icon types, detail level and routing settings. Drag to see all of them. Click to select. See Gosmore/Translations Note that not all options are supported on all platforms.
    • Add Object Type List. Select the object you want to add.
    • Add Object Name dialog. Set the name.
  • the location bar (GTK/Linux only) Copy and paste to / from JOSM or the www.openstreetmap.org permalinks.

The GTK version will look for way points in any selected text in any other application (clipboard mechanism). For example, you can select geocache log and click on the gosmore map window to see where the points are.

When you exit Gosmore it will also save your options and location to gosmore.opt. This file will normally be located in your home directory. Under Windows and Windows Mobile it will be stored in \'My Documents\' unless the file was found on in the same directory as gosmore.exe at startup. So most people place an empty gosmore.opt file on their SD card.

At exit it will also create \'YYMMDD-HHMMSS-Vehicle.osm\' and \'YYMMDD-HHMMSS.gpx\' files that you can open with JOSM:

  1. Download data to the same layer.
  2. Edit. To find the pending changes search for \'modified\'.
  3. Upload
  • Changing the CommPort and BaudRate settings (Windows Mobile only) requires restarting the application.
  • Activate ValidateMode to see unnamed roads.
  • Activate FullScreen and restart for more screen space.
  • Set Layout (Windows / Windows Mobile only) to 1 to hide the top bar. Set it to 2 on displays that are too narrow for the top bar (width less than 300 pixels).
  • Some options like ViewInOSM and UpdateMap is only supported under Linux / Gnome, while others like ZoomIn/OutKey is only supported under Windows or Windows CE.
  • LoadGPX is not implemented.
  • Activate the \'Exit\' option to close the application and write the GPX file, the OSM file and the options.
\'Descargar

Cgi Routing Interface

Set the QUERY_STRING environment variable to e.g. \'flat=-33.928889&flon=18.417222&tlat=-25.778618&tlon=28.290682&fast=0&v=motorcar\' and run the executable. The parameters must be in this exact order. You must use the country decimal separator from your PC e.g. in Germany use a comma in place of a point or change your decimal separator for the shell.

Example for Ubuntu/Linux with a Germany Map:


Gosmore will produce one line for each node. The first 2 fields are the latitude and longitude. The third field is the junction type : Lower case when only 2 segments connect to that node (trivial junction), upper case otherwise. \'t' for traffic_signals, \'m' for mini_roundabout and \'j' otherwise. This field can also contain a second letter \'r', indicating a roundabout.

Fourth field is \'v' of the way. Fifth field is the estimated number of seconds remaining. The sixth field is the name (if present, otherwise ref).

If no route was found, the output will start with a \'jump\' line followed by the best incomplete route.

The complete routing stack is described in the Osm.org Routing Demo documentation.

Devices

DeviceComPortBaudRateNotesDate
Asus MyPal A636N54800Works well. Also works well with a virtual COM port driver between the real COM port and gosmore.2009-04-20
Becker Traffic Assist (old version with Serial Number 7914..)19600Works2009-01-29
Binatone Carrera X350738400Works well. Problem: No search window2008-08-22
CarTrek 600757600Works.[2]2009-04-10
Connex (GPC35Js)757600Works.[3]2009-08-01
Easy Touch ET 90714800seems to work ok.2009-01-09
ETEN M500 (w/BT GPS)74800Works well, but some of the dialogs don\'t work very well in a portrait-orientated screen2008-07-26
F & H N30 (Foehn & Hirsch N30)79600Working. Need to adjust parameters for button size & debounce before options screen usable.2010-05-31
Falk M-Series (M4 2nd Ed.)24800Works well (even works while the Falk-software announces the street-navigation) but often crashes after standby-mode.2009-01-28
Falk N240L357600Works well2009-03-26
Fujitsu Siemens Pocket Loox N10049600seems to work ok; Problem: Full screen mode doesn\'t work.2009-03-12
Hakkapeliitta GPS138400For info on the device, see the web site [4]2008-11-23
HP iPaq hw6915738400Works well.2008-08-22
HTC Hero Android2.1--Seems to work2011-03-05
HTC Kaiser/P4550/TyTN II44800Seems to work fine, though some dialogues don\'t work that well in portrait orientation, and switching orientations once the program is already open (by sliding the keyboard) appears not to be supported.2008-09-09
HTC P360099600Taskbar gets a little bit in the way2008-06-28
JNC 578738400Works well.2008-08-20
Lark 35.3 (w/SiRFstar III)19600Works fine2008-08-08
Medion MD 97130 (E3230)257600Works well.2011-02-09
Medion MD 97430 (E4430)257600Works well.2010-02-13
Medion MD 9670014800seems to work ok. navigation ok. Search ok. Quick options ok. Saving .gpx ok. After closing gosmore one time you have to reboot the PDA or you will get an mmap error next time you try to start gosmore.2008-12-20
Medion MD 96860 / E321224800Works fine2009-09-15
Medion PNA24024800Works well.2008-11-15
Mio C230 (running MioPocket)24800Works well.2008-08-20
Mio 269+44800Works well. Announcements very quietly!2009-01-24
Mio Moov 200257600Works well. Use only the builtin keyboard (Keyboard=0)2010-02-19
Mio Moov M305257600Works well.2009-09-24
Mio P35044800Works well.2008-09-03
Mio A510 Digiwalker / PDA with WM 5257600Seems to work ok2008-09-14
MyRoad 4308T238400Works fine2008-07-15
Navgear StreetMate GP-3574800Works, but very slow and some bugs in GUI.2011-06-20
Navigon Transonic 6000T24800Works well. Apparently the same hardware as Medion 510T, but I haven\'t verified this.2008-09-02
Navigon Transonic 700024800Works well. A bit faster than on the Transonic 6000T. And it has a bigger screen.2012-09-18
Navigon 5110??Only works when .pak files of 23MB and smaller and only after reducing the storage memory.2008-08-31
NDrive g280119200Works ok.2009-08-04
Navman S200 Platinum24800Works well.2010-05-30
Phonix54800Works perfectly2009-08-14
Photonav738400Seems to work ok.2009-09-12
Qtek 2020i, Windows Mobile 200364800Works.2009-09-19
TGPS 37410Works perfectly2010-02-17
VDO Dayton MS200019600Works perfectly. The application to replace on the SD is \'AutoUpgrade.exe\'.2008-08-20
XRoad v415059600Use SurfTech first to ensure that GPS is talking NMEA [5]2008-08-20

Tips and tricks

  • Type the name of an item to the search in the line edit.
  • To find nearby amenities enter the relevant tag value, e.g. fuel.
  • To find the name of the area you are looking at, try to search for suburb, city or village.
  • To see all the tags for an object, zoom in very close.
  • Use the mouse wheel to zoom in and out
  • Use the left mouse button to pan the map. Click above the center of the map to pan upwards, click below the center of the map to pan downwards and vice versa
  • Linux / GTK only : Mark the starting point of the desired route with the middle mouse button and the end point with the right mouse button. Gosmore will paint the route into the map
  • Set the render quality to lowest for a more responsive experience.
  • For optimal battery life, only \'Follow\' when you are looking at the display. A simple tap on the map will cancel the \'Follow\' function. Even more power can be saved by selecting DisplayOff, turning the device into a dumb logger.
  • If you have an already extracted OSM file, e.g. as output by the planetosm-excerpt-area.pl script, you can feed it into gosmore as well:
  • You can create a smaller pak file by specifying a cropping bounding box during a second pass. Even if the bounding box is the whole planet, the resultant file will have a better structure, e.g.
  • It is also possible to include elevation contours in the rebuild.

Bugs

In order of importance:

  • Routing is not calibrated. There are a number of special features, like avoidance of major intersections and turning over oncoming traffic, but the constants can be improved.
  • Turn restrictions with complex vias are ignored.
  • Verbal instructions do not work well on motorways.
  • A number of important platforms aren\'t supported (OpenTom, Symbian, iphone etc).
  • 32 bit machines can create and use only pak files smaller than 2GB. Rebuild gives segmentation fault on computers with less than 1GB of virtual memory.
  • Pak file cannot be dynamically updated e.g. osmosis. However, since the objects we map (roads etc) change infrequently and mappers take very long to resurvey existing data, you will most likely only find the spots where the pak file is out of date if actively go looking for them.
  • Pak file cannot be moved to a machine with a different endianness.
  • If double decker bridges are drawn with 2 or more nodes on exactly the same latitude and longitude, gosmore may make incorrect routing decisions. (It can be solved at the cost of a 10% larger pak file).
  • No way of completely disconnecting from GPS com port. Causes battery drain when internal GPS is activated by just connecting to the proper com port (on WM5 at least).
  • When in current direction = up (north upwards=0) mode, stopping at a crossing causes slight precision improvements due to gps averaging which can shift position slightly in any (random) direction, which causes the map to rotate wildly, disorientating the driver (and probably giving wrong instructions if the route is recalculated). Probably a longer (eg 10 m distance, not time) average period should be used to determine direction before rotating the map.

Internals

Gosmore makes extensive use of sorted arrays, integers and fixed point numbers. See the current file format [6]

The source code has a low complexity (measured by Halstead Metric or SLOC), which may help to reduce the number of bugs. Also see Gosmore/Hacking

Comparable software

Navit is a much larger project. Its larger feature set may appeal to some users and developers. But complexity can also lead to problems like \'dependency hell\', \'deep bugs\' and a \'steeper learning curve\'. Gosmore is able to route farther and faster, esp. devices with less RAMcitation needed. It also allows searching on a larger part of the datasetcitation needed and its Public Domain License may be preferable for certain applications.

Notes & references

  1. https://forum.openstreetmap.org/viewtopic.php?id=1478
  2. Apply \'Windows CE\' instructions from this page. Get a SD card; create a \'/MobileNavigator\' directory; unzip gosm_arm.zip in that directory; rename \'gos_arm.exe\' into \'MobileNavigator.exe\' (the CarTrek-600 tries to execute this program on the flash card); put a gosmore.pak file (map found in a .zip) in the same directory; install the card; boot. To get the GPS location, you have to set ComPort=7 and BaudRate=57600, exit and restart as indicated. A user manual would be welcome. Interface is +/-/o; \'o' is for \'next Option\' or Menu if \'QuickOption\' is set to \'1'.
  3. Same note as CarTrek 600. as /MobileNavigator/MobileNavigator.exe on the SD card.
Retrieved from \'https://wiki.openstreetmap.org/w/index.php?title=Gosmore&oldid=1608499\'
...'>Descargar Mapas GPS NDrive G280 Gratis(28.02.2020)
  • laserqplus.netlify.com〓 Descargar Mapas GPS NDrive G280 Gratis
  • Sticky: WINDOWS MOBILE WM NDrive v11.0.06/11.0.07 / NDrive V2.21 Navteq+ 2013.03 / Maps ost west EU. Started by Titanic52, 24th. Software for downloading mp3 songs free free - Employment rental car driver., and much more programs. Download mapas gps ndrive g280.

    About Taringa!

    Popular channels

    N Drive 11 - Argentina - Mapa Argentina Marzo 2012

    Versión Ndrive:
    11.4.03 Versión 3D
    Versión Mapa:
    ARG_NT v2.21 2012/02/13
    Voces:
    Inglés: Mary
    Argentina: Ricardo
    Español: ana
    Español: Paula
    Mexico: Jose

    1 . Bajar el siguiente archivo rar y descomprimirlo en la PC


    2. Al descomprimirlo aparece la carpeta NDrive, la cual copian directamente al SD de celular
    3. Bajar el siguiente APK en la PC


    4. Copian el archivo NDrive.argentina.apk en la raíz de la SD
    5. Instalan el archivo copiado.
    6. Ejecutan la aplicación
    7. Digan que no a lo de las rede sociales
    8. Cuando pregunta de la cuenta lo cancelan
    9. Si pregunta por transferir las compras, le dicen que si la primera vez, así activa el mapa
    OJO, Esto último consume datos, es la única vez que lo necesitan, lo pueden hacer via WiFi
    10 Disfruten

    1.- Consume datos? = No
    2.- Sirve para mi telefono xxxxx? No se, solo lo probe con Sansung Galaxy Ace. Prueben ustedes y avisan si funcionó en otros teléfonos
    3.- Puedo poner otros mapas?= Si, en la carpeta Ndrive Maps
    Gosmore
    AuthorNic Roets
    LicenseBSD
    PlatformsWindows, Android, Linux, Unix, Maemo, Windows Mobile, and Windows CE
    Version- (2011-11-22)
    LanguagesEnglish and German
    Websitehttp://sourceforge.net/projects/gosmore/
    Source codehttps://svn.openstreetmap.org/applications/rendering/gosmore/
    Programming languageC++

    Gosmore is a router and viewer of OSM XML data such as the whole planet.osm or other osm files from Geofabrik (see downloads).

    • 2Downloading and running
      • 2.2Linux, FreeBSD, MacOSX
      • 2.6Sound files

    Features

    Gosmore on Android
    \'Updates\'
    • A 2D map viewing window (Mercator projection), as well as a 3D bird\'s eye view.
    • Incremental search of all tags. Results are ordered from nearest to farthest.
    • Routing with basic Relation:restriction support.
    • Obtain the current location from a GPS receiver (via gpsd using Linux).
    • The ability to add POI\'s and trace ways which get saved to a .osm format file ready for import into JOSM
    • The ability to automatically switch maps on-the-fly, so you can access the whole planet.

    Downloading and running

    Android

    The old version is on the Android Market. The new version renders with casing (qrcode).

    You can also compile it from source. You will need the SDK, the NDK and Eclipse. Run ndk-build in the jni directory, then create a project with Eclipse and build.

    Linux, FreeBSD, MacOSX

    Note: source install will not always be build-able so use a binary from http://sourceforge.net/projects/gosmore/

    Alternatively install the debian package that may be slightly out of date.

    On FreeBSD and MacOSX, you will need to use GNU Make (gmake) to build as the Makefile is in a GNU Make format, rather than the traditional BSD make. Carl walther serial numbers.

    On MacOSX, you will have to install X11, the developer tools and maybe additional packages that are not listed here but are fairly standard when compiling stuff. Feel free to list them if you find any that are not listed here.

    After these steps complete, gosmore should appear on your menus. Gosmore will run fairly responsively on a 256 MB machine.

    After finding a city or location you are interested in, choose the \'Update Map\' function (see the Auto Pak file section below). Downloaded files will be stored in $HOME/.gosmore/

    Headless operation

    If you are building gosmore on a machine that does not have X11 installed, uncomment the following line in the Makefile:

    by removing the # at the beginning of the line. Games like american conquest for mac. If you fail to do this, gosmore will complain about not being able to open a display and fail to run.

    Building your own PAK file

    Alternatively, build your own pak file (See the Gosmore/RebuildGuide). Then the \'make install\' step is not required:

    • SVN repository on trac

    This last step takes typically 5 hours for a current planet file on a dual core 64 bit machine with 2GB RAM and requires close to 20GB of harddisk space, but using country extracts is strongly advised.

    Auto Pak file

    During \'make install\', the default.pak file will have been placed in your resource directory (usually /usr/share/gosmore). Then you must make sure that the current directory does not contain gosmore.pak. Use the \'Update Map\' function to download the relevant bounding box. As you browse the map, the relevant map will be swapped in.

    Windows CE / Windows Mobile

    (maps are limited to 400 MB each)

    Gosmore on WinCE in Berlin
    Gosmore on WinCE
    • Go to https://sourceforge.net/projects/gosmore/files/ and download \'gosmoreWinMob.zip\'
    • Unzip the file (\'arm-mingw32ce-gosmore.exe\') on an SD card. If you want your gpx file and any log file on your SD card and not in My Documents, download the empty \'gosmore.opt\' file as well.
    • Download a prebuilt bbox or extract or build one yourself using Linux.
    • Put it in your device and execute \'arm-mingw32ce-gosmore.exe\'. You may need to rename it to mobilenavigator.exe. See [1], [2] and [3]
    • Auto Pak files are also supported, but you need to manually download, unzip and rename them and default.pak must be in the current directory.
    • Note: for debugging purposes on Windows Mobile gosmore writes a file called gosmore.log.txt, which is written to the folder where gosmore.opt is located, too. On each start of Gosmore, the new logging text is appended, so this file grows from start to start. If you don\'t need logging information, delete this file after a while.

    Alternatively build it with cegcc. check out the files as described above and (These instructions are for Ubuntu Lucid):

    Create a temporary folder.

    1. mkdir ~/temp_gosmore
    2. cd ~/temp_gosmore

    Download and install CeGCC.

    1. wget http://prdownloads.sourceforge.net/project/cegcc/cegcc/0.59.1/mingw32ce-0.59.1.tar.bz2
    2. tar xvjf mingw32ce-0.59.1.tar.bz2
    3. sudo cp -r ./opt/mingw32ce /opt

    Download and extract required 32 bit libraries (required for 64 bit only).

    1. wget http://mirrors.kernel.org/ubuntu/pool/main/m/mpfr/libmpfr1ldbl_2.4.2-3ubuntu1_i386.deb
    2. wget http://mirrors.kernel.org/ubuntu/pool/main/g/gmp/libgmp3c2_4.3.2+dfsg-1ubuntu1_i386.deb
    3. dpkg -x libmpfr1ldbl_2.4.2-3ubuntu1_i386.deb . (don\'t forget the \'.' at the end)
    4. dpkg -x libgmp3c2_4.3.2+dfsg-1ubuntu1_i386.deb . (don\'t forget the \'.' at the end)
    5. sudo cp usr/lib/* /usr/lib32/

    Remove the temp directory

    1. cd ./
    2. rm -rf temp_gosmore

    Add libraries to $PATH

    1. export PATH=/opt/mingw32ce/bin/:$PATH
    2. export LD_LIBRARY_PATH=/usr/lib32:/usr/lib:$LD_LIBRARY_PATH (required for 64 bit only).

    cd to location of source files then

    1. make arm-mingw32ce-gosmore.exe

    Windows

    • Run the installer from the same site as above.
    • Run Gosmore and find the city you are interested in. Select \'O' and then \'Update Map\'. After downloading and unzipping is complete, restart the application.
    • Alternatively, download a prebuilt rectangle or extract or build one yourself using Linux, as rebuilding under Windows is not supported[1].
    • Or you can use the rebuild command as described above. You can even drag and drop extracts onto gosmore.exe.
    • No registry settings are used. So you can have multiple installations of the software.
    • Alternatively compile the Windows binary

    Maemo

    maemo devices from Nokia: See Gosmore for Maemo (2013-11-16: dead?!, last active in 2011)

    Sound files

    Please add more languages!

    If you want louder sound files for the turn by turn instructions you can get them here. Even in different languages.

    • English, male voice: gosmore-sounds-en-louder.tar.xz (louder than original)
    • German, male voice: gosmore-sounds-de.tar.xz
    • German, child voice: gosmore-sounds-de-child.tar.xz (as there are missing some instructions for the roundabouts you need the German male voice first and then the child voice to replace most of the sounds)

    How to install

    Just extract the archive (for Windows use 7zip) and copy the files to the folder where the Gosmore program resides.

    User Interface

    The main window consists of

    • the buttons: Options, + zoom in / increase, - zoom out / decrease and 3D.
    • the search box
    • The main window with 4 modes:
      • Map Click or drag to pan.
      • Search Results. Direction, distance, type and names are displayed. Click to select.
      • Options for selecting icon types, detail level and routing settings. Drag to see all of them. Click to select. See Gosmore/Translations Note that not all options are supported on all platforms.
      • Add Object Type List. Select the object you want to add.
      • Add Object Name dialog. Set the name.
    • the location bar (GTK/Linux only) Copy and paste to / from JOSM or the www.openstreetmap.org permalinks.

    The GTK version will look for way points in any selected text in any other application (clipboard mechanism). For example, you can select geocache log and click on the gosmore map window to see where the points are.

    When you exit Gosmore it will also save your options and location to gosmore.opt. This file will normally be located in your home directory. Under Windows and Windows Mobile it will be stored in \'My Documents\' unless the file was found on in the same directory as gosmore.exe at startup. So most people place an empty gosmore.opt file on their SD card.

    At exit it will also create \'YYMMDD-HHMMSS-Vehicle.osm\' and \'YYMMDD-HHMMSS.gpx\' files that you can open with JOSM:

    1. Download data to the same layer.
    2. Edit. To find the pending changes search for \'modified\'.
    3. Upload
    • Changing the CommPort and BaudRate settings (Windows Mobile only) requires restarting the application.
    • Activate ValidateMode to see unnamed roads.
    • Activate FullScreen and restart for more screen space.
    • Set Layout (Windows / Windows Mobile only) to 1 to hide the top bar. Set it to 2 on displays that are too narrow for the top bar (width less than 300 pixels).
    • Some options like ViewInOSM and UpdateMap is only supported under Linux / Gnome, while others like ZoomIn/OutKey is only supported under Windows or Windows CE.
    • LoadGPX is not implemented.
    • Activate the \'Exit\' option to close the application and write the GPX file, the OSM file and the options.
    \'Descargar

    Cgi Routing Interface

    Set the QUERY_STRING environment variable to e.g. \'flat=-33.928889&flon=18.417222&tlat=-25.778618&tlon=28.290682&fast=0&v=motorcar\' and run the executable. The parameters must be in this exact order. You must use the country decimal separator from your PC e.g. in Germany use a comma in place of a point or change your decimal separator for the shell.

    Example for Ubuntu/Linux with a Germany Map:


    Gosmore will produce one line for each node. The first 2 fields are the latitude and longitude. The third field is the junction type : Lower case when only 2 segments connect to that node (trivial junction), upper case otherwise. \'t' for traffic_signals, \'m' for mini_roundabout and \'j' otherwise. This field can also contain a second letter \'r', indicating a roundabout.

    Fourth field is \'v' of the way. Fifth field is the estimated number of seconds remaining. The sixth field is the name (if present, otherwise ref).

    If no route was found, the output will start with a \'jump\' line followed by the best incomplete route.

    The complete routing stack is described in the Osm.org Routing Demo documentation.

    Devices

    DeviceComPortBaudRateNotesDate
    Asus MyPal A636N54800Works well. Also works well with a virtual COM port driver between the real COM port and gosmore.2009-04-20
    Becker Traffic Assist (old version with Serial Number 7914..)19600Works2009-01-29
    Binatone Carrera X350738400Works well. Problem: No search window2008-08-22
    CarTrek 600757600Works.[2]2009-04-10
    Connex (GPC35Js)757600Works.[3]2009-08-01
    Easy Touch ET 90714800seems to work ok.2009-01-09
    ETEN M500 (w/BT GPS)74800Works well, but some of the dialogs don\'t work very well in a portrait-orientated screen2008-07-26
    F & H N30 (Foehn & Hirsch N30)79600Working. Need to adjust parameters for button size & debounce before options screen usable.2010-05-31
    Falk M-Series (M4 2nd Ed.)24800Works well (even works while the Falk-software announces the street-navigation) but often crashes after standby-mode.2009-01-28
    Falk N240L357600Works well2009-03-26
    Fujitsu Siemens Pocket Loox N10049600seems to work ok; Problem: Full screen mode doesn\'t work.2009-03-12
    Hakkapeliitta GPS138400For info on the device, see the web site [4]2008-11-23
    HP iPaq hw6915738400Works well.2008-08-22
    HTC Hero Android2.1--Seems to work2011-03-05
    HTC Kaiser/P4550/TyTN II44800Seems to work fine, though some dialogues don\'t work that well in portrait orientation, and switching orientations once the program is already open (by sliding the keyboard) appears not to be supported.2008-09-09
    HTC P360099600Taskbar gets a little bit in the way2008-06-28
    JNC 578738400Works well.2008-08-20
    Lark 35.3 (w/SiRFstar III)19600Works fine2008-08-08
    Medion MD 97130 (E3230)257600Works well.2011-02-09
    Medion MD 97430 (E4430)257600Works well.2010-02-13
    Medion MD 9670014800seems to work ok. navigation ok. Search ok. Quick options ok. Saving .gpx ok. After closing gosmore one time you have to reboot the PDA or you will get an mmap error next time you try to start gosmore.2008-12-20
    Medion MD 96860 / E321224800Works fine2009-09-15
    Medion PNA24024800Works well.2008-11-15
    Mio C230 (running MioPocket)24800Works well.2008-08-20
    Mio 269+44800Works well. Announcements very quietly!2009-01-24
    Mio Moov 200257600Works well. Use only the builtin keyboard (Keyboard=0)2010-02-19
    Mio Moov M305257600Works well.2009-09-24
    Mio P35044800Works well.2008-09-03
    Mio A510 Digiwalker / PDA with WM 5257600Seems to work ok2008-09-14
    MyRoad 4308T238400Works fine2008-07-15
    Navgear StreetMate GP-3574800Works, but very slow and some bugs in GUI.2011-06-20
    Navigon Transonic 6000T24800Works well. Apparently the same hardware as Medion 510T, but I haven\'t verified this.2008-09-02
    Navigon Transonic 700024800Works well. A bit faster than on the Transonic 6000T. And it has a bigger screen.2012-09-18
    Navigon 5110??Only works when .pak files of 23MB and smaller and only after reducing the storage memory.2008-08-31
    NDrive g280119200Works ok.2009-08-04
    Navman S200 Platinum24800Works well.2010-05-30
    Phonix54800Works perfectly2009-08-14
    Photonav738400Seems to work ok.2009-09-12
    Qtek 2020i, Windows Mobile 200364800Works.2009-09-19
    TGPS 37410Works perfectly2010-02-17
    VDO Dayton MS200019600Works perfectly. The application to replace on the SD is \'AutoUpgrade.exe\'.2008-08-20
    XRoad v415059600Use SurfTech first to ensure that GPS is talking NMEA [5]2008-08-20

    Tips and tricks

    • Type the name of an item to the search in the line edit.
    • To find nearby amenities enter the relevant tag value, e.g. fuel.
    • To find the name of the area you are looking at, try to search for suburb, city or village.
    • To see all the tags for an object, zoom in very close.
    • Use the mouse wheel to zoom in and out
    • Use the left mouse button to pan the map. Click above the center of the map to pan upwards, click below the center of the map to pan downwards and vice versa
    • Linux / GTK only : Mark the starting point of the desired route with the middle mouse button and the end point with the right mouse button. Gosmore will paint the route into the map
    • Set the render quality to lowest for a more responsive experience.
    • For optimal battery life, only \'Follow\' when you are looking at the display. A simple tap on the map will cancel the \'Follow\' function. Even more power can be saved by selecting DisplayOff, turning the device into a dumb logger.
    • If you have an already extracted OSM file, e.g. as output by the planetosm-excerpt-area.pl script, you can feed it into gosmore as well:
    • You can create a smaller pak file by specifying a cropping bounding box during a second pass. Even if the bounding box is the whole planet, the resultant file will have a better structure, e.g.
    • It is also possible to include elevation contours in the rebuild.

    Bugs

    In order of importance:

    • Routing is not calibrated. There are a number of special features, like avoidance of major intersections and turning over oncoming traffic, but the constants can be improved.
    • Turn restrictions with complex vias are ignored.
    • Verbal instructions do not work well on motorways.
    • A number of important platforms aren\'t supported (OpenTom, Symbian, iphone etc).
    • 32 bit machines can create and use only pak files smaller than 2GB. Rebuild gives segmentation fault on computers with less than 1GB of virtual memory.
    • Pak file cannot be dynamically updated e.g. osmosis. However, since the objects we map (roads etc) change infrequently and mappers take very long to resurvey existing data, you will most likely only find the spots where the pak file is out of date if actively go looking for them.
    • Pak file cannot be moved to a machine with a different endianness.
    • If double decker bridges are drawn with 2 or more nodes on exactly the same latitude and longitude, gosmore may make incorrect routing decisions. (It can be solved at the cost of a 10% larger pak file).
    • No way of completely disconnecting from GPS com port. Causes battery drain when internal GPS is activated by just connecting to the proper com port (on WM5 at least).
    • When in current direction = up (north upwards=0) mode, stopping at a crossing causes slight precision improvements due to gps averaging which can shift position slightly in any (random) direction, which causes the map to rotate wildly, disorientating the driver (and probably giving wrong instructions if the route is recalculated). Probably a longer (eg 10 m distance, not time) average period should be used to determine direction before rotating the map.

    Internals

    Gosmore makes extensive use of sorted arrays, integers and fixed point numbers. See the current file format [6]

    The source code has a low complexity (measured by Halstead Metric or SLOC), which may help to reduce the number of bugs. Also see Gosmore/Hacking

    Comparable software

    Navit is a much larger project. Its larger feature set may appeal to some users and developers. But complexity can also lead to problems like \'dependency hell\', \'deep bugs\' and a \'steeper learning curve\'. Gosmore is able to route farther and faster, esp. devices with less RAMcitation needed. It also allows searching on a larger part of the datasetcitation needed and its Public Domain License may be preferable for certain applications.

    Notes & references

    1. https://forum.openstreetmap.org/viewtopic.php?id=1478
    2. Apply \'Windows CE\' instructions from this page. Get a SD card; create a \'/MobileNavigator\' directory; unzip gosm_arm.zip in that directory; rename \'gos_arm.exe\' into \'MobileNavigator.exe\' (the CarTrek-600 tries to execute this program on the flash card); put a gosmore.pak file (map found in a .zip) in the same directory; install the card; boot. To get the GPS location, you have to set ComPort=7 and BaudRate=57600, exit and restart as indicated. A user manual would be welcome. Interface is +/-/o; \'o' is for \'next Option\' or Menu if \'QuickOption\' is set to \'1'.
    3. Same note as CarTrek 600. as /MobileNavigator/MobileNavigator.exe on the SD card.
    Retrieved from \'https://wiki.openstreetmap.org/w/index.php?title=Gosmore&oldid=1608499\'
    ...'>Descargar Mapas GPS NDrive G280 Gratis(28.02.2020)