Logo

Main · Download · Order · Documentation · FAQ · Tech Support


(March 5th, 2014)

GPSMapEdit - Frequently Asked Questions

    General questions

  1. Who needs the software?

    GPSMapEdit is designed to help users of Garmin, Lowrance, CityGuide, ALAN, Holux and Navitel Navigator navigation systems to create custom maps. The software provides quick loading and viewing vector maps in so-called "Polish format", comparing them with various geodetic data like Google Maps, raster maps, GPS tracks and waypoints.

    Some of navigation systems, such as iGO, TomTom, Garmin, Nokia Maps, Navitel provide users function to import simple custom data consisting of POIs only, as well as speed cameras alerts. GPSMapEdit may be used to visualize and edit such data.

    In addition, the software may be used for converting GPS-tracks, waypoints and routes among various formats.

  2. What is "Polish format"?

    All navigation systems support only closed undocumented map formats (for instance, Garmin IMG). However since early 2000, the utility cgpsmapper.exe is available, allowing to convert geodetic data presented in text files (with .TXT or .MP extension) in open and well documented format into binary Garmin IMG files. Its input language is called "Polish format" or MP format.

    At this moment, maps in Polish format may be converted (using GPSMapEdit or by other applications) also to Lowrance, Magellan, ALAN, Holux, Navitel and other similar formats.

  3. Where can I find maps in Polish format?

    For instance, great number of maps may be found at the server mapcenter.cgpsmapper.com.

  4. Is there else software supporting this format?

    Yes. There are 3rd party convertors from other open formats to MP, e.g. from Open Street Map. The example of converting Polish map into Magellan one is described here. In addition, there are applications to pre-process MP files like mp2mp.

    And, of course, you may write you own software based on Polish format! In this case, GPSMapEdit may be used as your covertor's output verification tool and also as source of ready code of the parser.

  5. Is it possible to convert maps directly from OziExplorer MAP format?

    The maps accepted by OziExplorer are raster ones being scanned images of paper maps. Automatic recognition of such images necessary to transform the data to vector presentation is rather complex task (like OCR and even more). Some so-called vectorizer tools are available in market, but most of them have very high prices while still require large amount of manual labour.

    However, you may use raster maps in GPSMapEdit as base both for manual drawing of vector ones over them, and to fix existing vector maps.

  6. What else formats are supported by GPSMapEdit?

    Please see details here.

  7. How the software may be used?

    GPSMapEdit is shareware. Please see the License Agreement for details.

    Some of features are to be unlocked by License Key. The information about License Key ordering is here.

  8. How can I contact to the author of GPSMapEdit?

    You may leave message in the guest book or contact me via Email. Bug reports, feature requests etc are welcome!

    Installation, starting, running

  9. What are the hardware and system requirements?

    The answer is here.

  10. How to install the software?

    GPSMapEdit does not require installer and ready to run from any folder. Just download the latest version without installer, unzip it into any suitable folder.

    However the installer is also available.

  11. How can I load a map into the program?

    There are 3 ways:

  12. I load a map but window is empty. Zooming in helps. Why?

    This may be result of incorrect map converting from other formats.

    In general, map contains a few zoom levels for different scales. In Polish format, the levels are defined in the header of map (section [IMG ID]) through parameters "LevelX=", "ZoomX=". If all objects belong to one of level (e.g., to 0-th one), the window will be empty for all other scales.

    You may delete the empty levels to solve the problem. (NOTE: less detailed level should be always empty, according to cGPSMapper' documentation; so minimal number of levels is two).

  13. What do strings "=LevelX" appearing in status bar mean?

    This show active zoom level of the map, corresponding to the selected scale. The mark ">" means overzooming and "<" - underzooming. Symbol "*" reminds that automatic level selection is turned off: the given level is visualised for any scale (see menu item 'View | Levels').

  14. How can I check that the map loaded violates Polish format limitations?

    "Ready*" status message appearing after map loading indicates that some warning messages was generated. You may see the log using menu command 'File | Message Log'.

  15. Why I do not see some of objects in Garmin?

    Note that some kinds of Garmin receivers never visualize some types of objects at all. For instance, city blocks are not shown in eTrex Vista.

    Moreover, some important kinds of objects have no corresponding object type in Garmin's GPS-navigators (in the "basic" type set). Examples are railway/subway stations, squares etc.

  16. Why all bridges have the same direction?

    This is limitation of POI presentation: they are described as point without direction.

  17. May I use non-Latin symbols in labels of objects for Garmin maps?

    Yes. Just please set 'File | Map properties | Header | Coding schema' and 'Code page' properly.

  18. What does prefix "~[0x" in labels mean?

    This is feature of Polish format used to declare upper case, highway marks and other issues affecting on labels visualization.

  19. Why GPSMapEdit saves in Polish format only 5 digits after dot in coordinates?

    Garmin maps store all coordinates with maximum precision equal to 360o/224=2.1*10-5 (about 2.4 meters). So there is no reason to store data in Polish format with higher accuracy.

  20. What do the functions 'Join per-level Objects' and 'Split Objects by Levels'?

    In Polish format, it is possible to define an object as set of elements distributed over zoom levels ('DataX=' and 'OriginX=') rather than define several single-element objects, one per each level. This approach allows to treat an object as 'whole': user may move, rename, change type, delete etc the object in all zoom levels simultaneously.

    In contrast, MP files imported from IMG always contain single-element objects. (The intrinsic reason is in IMG format details.) This provides some source of 'traps and pitfalls' for users while editing.

    So, the 'Join per-level Objects' function combines similar objects from different levels to the joined objects. The 'Split Objects by Levels' one breaks the objects to per-level parts back.

  21. What is affine transformation?

    This is term from linear algebra refering to any combination of linear coordinates transformations. In particular these are shift, shear, turn, stretching, compressing and so on.
    Sometimes even vector maps may have such distorsions. Applying affine transformation to these maps may significantly improve their precision.

    In general, affine transformation may be specified by three pairs of points; each pair consists of source point and destination one. In particular, both points of a pair may be equal meaning no shift at the place. If points are equal two by two in each three pairs, the transformation changes nothing.

    To apply an affine transformation to a map, you should have some high-precision geodetic data for the calibration. These may be a raster map (OziExplorer) which is calibrated as well or tracks and waypoints obtained using GPS-navigator. It is important to make sure that all coordinates are presented in the same datum or be able to convert to WGS84.

  22. How can I apply an affine transformation to my map?

    Follow the directions:

    If something is wrong you may 'Undo' transformation and try again with other pairs.

    You may freely change tools temporarily during preparing to affine transformation - to 'Drag Map' tool or to 'Select Objects' etc - and go back to pairs defining.

    It is recommended to define pairs as distant as possible from each other and from center of the map. This may provide higher accuracy.

    Geodesy

  23. What is geodetic datum?

    Datum is like frame of reference. Each point at earth surface is defined as combination of latitude, longitude and elevation. But all the three values depend on origing of coordinates, direction of axes, and accuracy of measured Earth radius and polar flattening. Different datums are used in different countries. As a result, coordinates of the same point may differ in two datums.

    For instance, Russian maps are based on "Pulkovo-1942" datum. The one used in GPS is WGS84. In Moscow region, they are shifted approximately in 150 m. To avoid loss of GPS precision (wich is about 15 m) you should always make sure that all coordinates are defined in or converted to the same datum.

    Functionality to implement

  24. Which features are planned to implement in the future?

    Note the list below does not correspond to the order of implementation.

cookies This website uses cookies.
Using this website means you accept Privacy Policy
and agree to the use of cookies.