GPSFileDepot.com
 

News:

Welcome to GPSFileDepot!

Main Menu

cgpsmapper and Windows 10

Started by whiskeyportal, April 12, 2016, 01:02:30 PM

Previous topic - Next topic

Boyd

Quote from: santana on September 19, 2016, 02:50:57 PM
Does anybody know where you can download cgpsmapper? Original site (cgpsmapper.com) seems to be down.

When all else fails, try the wayback machine. :)

https://web.archive.org/web/20160729044401/http://cgpsmapper.com/buy.htm

-Oz-

#16
This is cgpsmapper personal. I'm not sure it works without a key though. https://www.gpsfiledepot.com/tools/cgpsmapperPersonalSetup.exe

Here is the free version:
https://www.gpsfiledepot.com/tools/CGPSMapperFreeSetup.exe
Dan Blomberg
Administrator - GPSFileDepot
GPS Units: Garmin Dakota 20, Garmin GPSMap 60csx, Nuvi 255W, Nuvi 250W, ForeRunner 110, Fenix 2, Tactix Bravo, Foretrex 401
See/Download My Maps!

Seldom

Hello again, guys. 

I own a copy of cgpsmapper Personal (that I used to make BigDesertSouthwest), and am trying to transfer the license to a new PC.  Alas, the Hardware finger prints don't match, so it won't work, even if the Registration Key is accepted.

Is there any way to get this transferred, and/or what are today's substitutes for a routable cgpsmapper?  Do I need to redo all my batch files for mkgmap?


popej

You can simply run mkgmap like that:
>java -jar mkgmap.jar file.mp

Mkgmap is quite compatible with cgpsmapper, but there are some missing features. Main problem is that multiple "data" lines aren't processed correctly. You have to convert all objects with multiple "data" into simpler versions with single "data".

Line "numbers" doesn't support address (country, region, city, zip) and there is no support for double addresses for a single road. Road signs are missing. There is no equivalent of "MG=Y" or "Numbering=Y". You either have a routable map or no addressing at all (but you can remove routing after creating img).  I'm not sure about sections like [Countries], [Regions], [Cities] or [Dictionary], probably not supported.

Cpreview functionality is build in, you can create full mapset with a following command:
>java -jar mkgamp.jar --tdb *.img

or simply in a single pass:
>java -jar mkgmap.jar --tdb *.mp

Cpreview parameters, that comes in control file (FID, map name), are replaced with command line options. The same goes for some directives from mp header. See doc for command line options, doc comes with mkgmap.

Mkgmap supports multithreading, last command example can compile multiple mp sources simultaneously. It runs with 64-bit and 32-bit java, but 64-bit version have access to more RAM memory, which helps.



Seldom


-Oz-

Quote from: Seldom on December 14, 2016, 12:50:55 PM
Hello again, guys. 

I own a copy of cgpsmapper Personal (that I used to make BigDesertSouthwest), and am trying to transfer the license to a new PC.  Alas, the Hardware finger prints don't match, so it won't work, even if the Registration Key is accepted.

Is there any way to get this transferred, and/or what are today's substitutes for a routable cgpsmapper?  Do I need to redo all my batch files for mkgmap?


I just contacted them at cgpsmapper.com and he was able to provide me a new key. Still very receptive.
Dan Blomberg
Administrator - GPSFileDepot
GPS Units: Garmin Dakota 20, Garmin GPSMap 60csx, Nuvi 255W, Nuvi 250W, ForeRunner 110, Fenix 2, Tactix Bravo, Foretrex 401
See/Download My Maps!