Re: [mkgmap-dev] NSIS option for Basecamp

2023-02-07 Thread Andrzej Popowski

Hi Diego,

> I create different tiles setting the Splitter to 1.600.000, then I add
> clipped contours and DEM with Mkgmap.

Does your map have layers, like tiles with mapping data and tiles with 
contours only?

If yes, then maybe MapInstall can't select tiles correctly.

--
Best regards,
Andrzej
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] NSIS option for Basecamp

2023-02-02 Thread Dave
Hi Diego,

 

Further to Eric’s comments regarding a NSIS installer:

 

On a windows machine if you use the gmapi option a folder with a .gmap 
extension is created with all the information regarding the map and tiles. This 
type of map does not use the registry,  to get this map to show in Basecamp you 
need to copy or move the complete folder to "C:\ProgramData\Garmin\Maps". 
C:\ProgramData is a hidden folder so you will have to select ‘Show hidden 
items’ under ‘View’ in Explorer. Or you could use JaVaWa GMTK from this site 
https://www.javawa.nl/gmtk_en.html to install a .gmapi file by browsing to the 
created . gmap folder. The program is no longer supported but still works fine, 
it will also flag up errors in your maps, such as duplicated Family Ids, and 
repair some of them.

 

Cheers,

Dave

 

From: mkgmap-dev  On Behalf Of 
eric.detachm...@gmail.com
Sent: Thursday, 2 February 2023 12:56 pm
To: 'Development list for mkgmap' 
Subject: Re: [mkgmap-dev] NSIS option for Basecamp

 

Hi Diego,

 

Following up on Dave:

 

MapInstall handles new Maps and Maps already installed on device differently.

For Maps already installed all tiles are initially selected.

 

OT (1):

IMO it’s best practice to install Maps on SD-card, not in Device Memory.

Reinstalling Maps on an SD card over and over leads to fragmentation of the SD 
card.

To resolve (IMO): I delete folder “H:\Garmin\” by Windows Explorer before 
starting Basecamp (BaseCamp sometimes forgets to refresh the content). This is 
effectively a defrag and harmless (formatting is not harmless). And – perhaps 
(?!) – defragmenting also has a positive effect on performance. 

Now the map tiles are not selected as this is a new map.

 

OT (2):

If you are creating mkgmap tiles and you do not need to distribute your map to 
others, then the NSIS installer is not required.

Initial installation requires importing registration data (.reg file).

Creating an NSIS installer takes time and then installing setup.exe also takes 
time.

 

For instance:

 

Windows Registry Editor Version 5.00

 

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Garmin\MapSource\Families\BIKE_Benelux]

"ID"=hex:4a,9c

"IDX"="G:\\BaseCamp\\BIKE_Benelux\\4001.mdx"

"MDR"="G:\\BaseCamp\\BIKE_Benelux\\4001_mdr.img"

"TYP"="G:\\BaseCamp\\BIKE_Benelux\\40010.TYP"

 

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Garmin\MapSource\Families\BIKE_Benelux\1]

"BMAP"="G:\\BaseCamp\\BIKE_Benelux\\4001.img"

"LOC"="G:\\BaseCamp\\BIKE_Benelux"

"TDB"="G:\\BaseCamp\\BIKE_Benelux\\4001.tdb"

 

Regards,

 

Eric

 

From: mkgmap-dev mailto:mkgmap-dev-boun...@lists.mkgmap.org.uk> > On Behalf Of Dave Jackman
Sent: donderdag 2 februari 2023 09:34
To: Development list for mkgmap mailto:mkgmap-dev@lists.mkgmap.org.uk> >
Subject: Re: [mkgmap-dev] NSIS option for Basecamp

 

Hi Diego,

 

You can right click on the tiles already selected to deselect them and then 
left click to select the tiles you want. You can click and hold the button down 
and drag to select/deselect multiple tiles.

 

Hope this helps.

 

Cheers 

Dave

 

 

 

 

 

 

 

 


From: hskel...@hotmail.com <mailto:hskel...@hotmail.com> 

Sent: 2 February 2023 10:21

To: mkgmap-dev@lists.mkgmap.org.uk <mailto:mkgmap-dev@lists.mkgmap.org.uk> 

Reply to: mkgmap-dev@lists.mkgmap.org.uk 
<mailto:mkgmap-dev@lists.mkgmap.org.uk> 

Subject: [mkgmap-dev] NSIS option for Basecamp

 

Hello Eric and Gerd, thanks for your reply. 

I create different tiles setting the Splitter to 1.600.000, then I add clipped 
contours and DEM with Mkgmap.

I transfer the map with Basecamp/Mapinstall, both in the latest version 
available.

When I click the button for a partial install, I can choose my map or the other 
I have installed. If I choose one of the others, such as Freizeitkarte, I get a 
full version of the map (I am working on Italy) divided into tiles, and I can 
select which ones I want to transfer to the device. If I do the same with my 
map, I get it already completely selected: I see the tiles, but I cannot select 
some of them, so my only option is to trasfer full Italy to the device.

I tried many times and in one of them I was able to select the tiles... but I 
don't know how ! And then the map on the device wasn't complete: I had the 
selected area, but the contours and the shaded reliefs were not there.

 

I am trying to do a partial selection because my map is slow when I use it on 
my Garmin: when I scroll the map I have to wait a few seconds to see the image, 
while with Freizeitkarte the loading is almost immediate. For this reason I 
would like to try to upload a small part, to have a lighter file. I also tried 
to edit my style files, removing all the objects I don't need, but it doesn't 
help... 

 

Diego

 

  _  

Da: mkgmap-dev mailt

Re: [mkgmap-dev] NSIS option for Basecamp

2023-02-02 Thread eric.detachment
Hi Diego,

 

Following up on Dave:

 

MapInstall handles new Maps and Maps already installed on device differently.

For Maps already installed all tiles are initially selected.

 

OT (1):

IMO it’s best practice to install Maps on SD-card, not in Device Memory.

Reinstalling Maps on an SD card over and over leads to fragmentation of the SD 
card.

To resolve (IMO): I delete folder “H:\Garmin\” by Windows Explorer before 
starting Basecamp (BaseCamp sometimes forgets to refresh the content). This is 
effectively a defrag and harmless (formatting is not harmless). And – perhaps 
(?!) – defragmenting also has a positive effect on performance. 

Now the map tiles are not selected as this is a new map.

 

OT (2):

If you are creating mkgmap tiles and you do not need to distribute your map to 
others, then the NSIS installer is not required.

Initial installation requires importing registration data (.reg file).

Creating an NSIS installer takes time and then installing setup.exe also takes 
time.

 

For instance:

 

Windows Registry Editor Version 5.00

 

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Garmin\MapSource\Families\BIKE_Benelux]

"ID"=hex:4a,9c

"IDX"="G:\\BaseCamp\\BIKE_Benelux\\4001.mdx"

"MDR"="G:\\BaseCamp\\BIKE_Benelux\\4001_mdr.img"

"TYP"="G:\\BaseCamp\\BIKE_Benelux\\40010.TYP"

 

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Garmin\MapSource\Families\BIKE_Benelux\1]

"BMAP"="G:\\BaseCamp\\BIKE_Benelux\\4001.img"

"LOC"="G:\\BaseCamp\\BIKE_Benelux"

"TDB"="G:\\BaseCamp\\BIKE_Benelux\\4001.tdb"

 

Regards,

 

Eric

 

From: mkgmap-dev  On Behalf Of Dave 
Jackman
Sent: donderdag 2 februari 2023 09:34
To: Development list for mkgmap 
Subject: Re: [mkgmap-dev] NSIS option for Basecamp

 

Hi Diego,

 

You can right click on the tiles already selected to deselect them and then 
left click to select the tiles you want. You can click and hold the button down 
and drag to select/deselect multiple tiles.

 

Hope this helps.

 

Cheers 

Dave

 

 

 

 

 

 

 

 


From: hskel...@hotmail.com <mailto:hskel...@hotmail.com> 

Sent: 2 February 2023 10:21

To: mkgmap-dev@lists.mkgmap.org.uk <mailto:mkgmap-dev@lists.mkgmap.org.uk> 

Reply to: mkgmap-dev@lists.mkgmap.org.uk 
<mailto:mkgmap-dev@lists.mkgmap.org.uk> 

Subject: [mkgmap-dev] NSIS option for Basecamp

 

Hello Eric and Gerd, thanks for your reply. 

I create different tiles setting the Splitter to 1.600.000, then I add clipped 
contours and DEM with Mkgmap.

I transfer the map with Basecamp/Mapinstall, both in the latest version 
available.

When I click the button for a partial install, I can choose my map or the other 
I have installed. If I choose one of the others, such as Freizeitkarte, I get a 
full version of the map (I am working on Italy) divided into tiles, and I can 
select which ones I want to transfer to the device. If I do the same with my 
map, I get it already completely selected: I see the tiles, but I cannot select 
some of them, so my only option is to trasfer full Italy to the device.

I tried many times and in one of them I was able to select the tiles... but I 
don't know how ! And then the map on the device wasn't complete: I had the 
selected area, but the contours and the shaded reliefs were not there.

 

I am trying to do a partial selection because my map is slow when I use it on 
my Garmin: when I scroll the map I have to wait a few seconds to see the image, 
while with Freizeitkarte the loading is almost immediate. For this reason I 
would like to try to upload a small part, to have a lighter file. I also tried 
to edit my style files, removing all the objects I don't need, but it doesn't 
help... 

 

Diego

 

  _  

Da: mkgmap-dev mailto:mkgmap-dev-boun...@lists.mkgmap.org.uk> > per conto di 
mkgmap-dev-requ...@lists.mkgmap.org.uk 
<mailto:mkgmap-dev-requ...@lists.mkgmap.org.uk>  
mailto:mkgmap-dev-requ...@lists.mkgmap.org.uk> >
Inviato: mercoledì 1 febbraio 2023 12:00
A: mkgmap-dev@lists.mkgmap.org.uk <mailto:mkgmap-dev@lists.mkgmap.org.uk>  
mailto:mkgmap-dev@lists.mkgmap.org.uk> >
Oggetto: mkgmap-dev Digest, Vol 175, Issue 1 

 

Send mkgmap-dev mailing list submissions to
mkgmap-dev@lists.mkgmap.org.uk <mailto:mkgmap-dev@lists.mkgmap.org.uk> 

To subscribe or unsubscribe via the World Wide Web, visit
https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
or, via email, send a message with subject or body 'help' to
mkgmap-dev-requ...@lists.mkgmap.org.uk 
<mailto:mkgmap-dev-requ...@lists.mkgmap.org.uk> 

You can reach the person managing the list at
mkgmap-dev-ow...@lists.mkgmap.org.uk 
<mailto:mkgmap-dev-ow...@lists.mkgmap.org.uk> 

When replying, please edit your Subject line so it is more specific
than "Re: Contents of mkgmap-dev digest..."

___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] NSIS option for Basecamp

2023-02-02 Thread Dave Jackman
 Hi Diego,You can right click on the tiles already selected to deselect them and then left click to select the tiles you want. You can click and hold the button down and drag to select/deselect multiple tiles.Hope this helps.Cheers Dave From: hskel...@hotmail.comSent: 2 February 2023 10:21To: mkgmap-dev@lists.mkgmap.org.ukReply to: mkgmap-dev@lists.mkgmap.org.ukSubject: [mkgmap-dev] NSIS option for Basecamp  
Hello Eric and Gerd, thanks for your reply.
I create different tiles setting the Splitter to 1.600.000, then I add clipped contours and DEM with Mkgmap.
I transfer the map with Basecamp/Mapinstall, both in the latest version available.
When I click the button for a partial install, I can choose my map or the other I have installed. If I choose one of the others, such as Freizeitkarte, I get a full version of the map (I am working on Italy) divided
 into tiles, and I can select which ones I want to transfer to the device. If I do the same with my map, I get it already completely selected: I see the tiles, but I cannot select some of them, so my only option is to trasfer full Italy to the device.
I tried many times and in one of them I was able to select the tiles... but I don't know how ! And then the map on the device wasn't complete: I had the selected area, but the contours and the shaded reliefs were
 not there.


I am trying to do a partial selection because my map is slow when I use it on my Garmin: when I scroll the map I have to wait a few seconds to see the image, while with Freizeitkarte the loading is almost immediate.
 For this reason I would like to try to upload a small part, to have a lighter file. I also tried to edit my style files, removing all the objects I don't need, but it doesn't help...




Diego

Da:  mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> per conto di mkgmap-dev-requ...@lists.mkgmap.org.uk <mkgmap-dev-requ...@lists.mkgmap.org.uk>
Inviato: mercoledì 1 febbraio 2023 12:00
A:  mkgmap-dev@lists.mkgmap.org.uk <mkgmap-dev@lists.mkgmap.org.uk>
Oggetto: mkgmap-dev Digest, Vol 175, Issue 1
 

Send mkgmap-dev mailing list submissions to
    mkgmap-dev@lists.mkgmap.org.uk

To subscribe or unsubscribe via the World Wide Web, visit
    https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
or, via email, send a message with subject or body 'help' to
    mkgmap-dev-requ...@lists.mkgmap.org.uk

You can reach the person managing the list at
    mkgmap-dev-ow...@lists.mkgmap.org.uk

When replying, please edit your Subject line so it is more specific
than "Re: Contents of mkgmap-dev digest..."


___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] NSIS option for Basecamp

2023-02-02 Thread skelter helter
Hello Eric and Gerd, thanks for your reply.
I create different tiles setting the Splitter to 1.600.000, then I add clipped 
contours and DEM with Mkgmap.
I transfer the map with Basecamp/Mapinstall, both in the latest version 
available.
When I click the button for a partial install, I can choose my map or the other 
I have installed. If I choose one of the others, such as Freizeitkarte, I get a 
full version of the map (I am working on Italy) divided into tiles, and I can 
select which ones I want to transfer to the device. If I do the same with my 
map, I get it already completely selected: I see the tiles, but I cannot select 
some of them, so my only option is to trasfer full Italy to the device.
I tried many times and in one of them I was able to select the tiles... but I 
don't know how ! And then the map on the device wasn't complete: I had the 
selected area, but the contours and the shaded reliefs were not there.

I am trying to do a partial selection because my map is slow when I use it on 
my Garmin: when I scroll the map I have to wait a few seconds to see the image, 
while with Freizeitkarte the loading is almost immediate. For this reason I 
would like to try to upload a small part, to have a lighter file. I also tried 
to edit my style files, removing all the objects I don't need, but it doesn't 
help... 

Diego


Da: mkgmap-dev  per conto di 
mkgmap-dev-requ...@lists.mkgmap.org.uk 
Inviato: mercoledì 1 febbraio 2023 12:00
A: mkgmap-dev@lists.mkgmap.org.uk 
Oggetto: mkgmap-dev Digest, Vol 175, Issue 1

Send mkgmap-dev mailing list submissions to
mkgmap-dev@lists.mkgmap.org.uk

To subscribe or unsubscribe via the World Wide Web, visit
https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
or, via email, send a message with subject or body 'help' to
mkgmap-dev-requ...@lists.mkgmap.org.uk

You can reach the person managing the list at
mkgmap-dev-ow...@lists.mkgmap.org.uk

When replying, please edit your Subject line so it is more specific
than "Re: Contents of mkgmap-dev digest..."
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] NSIS option for Basecamp

2023-02-01 Thread eric.detachment
Hi Diego,

First question: did you create different tiles? I don’t know how, but it’s 
possible to create a “one image map” (to be installed on device).
To verify: select and view - installation - folder and count the number of 
tiles (*.img files).

Maps are not installed by BaseCamp but by MapInstall. Latest version: 4.2.4.
Changes made from version 4.2.0 to 4.2.1: "Fixed installing 3rd party maps".

Procedure:
 - BaseCamp: Devices, select device, “Install Maps on ...”.
 - MapInstall: Select Map(s).
 - Advanced/Partial Install (bottom left side).
 - Zoom (-) to see all tiles.
- Select tile(s): left mouse click.
- Deselect tile(s): right mouse click.
 - Bottom listbox: “(192 Selected HIKE_Benelux)” or select different map (and 
select tiles).
 - Install: only selected Maps will show in list of “Installed Maps” (not 
number of tiles “Selected”, not “partial” or “complete”)

Eric

-Original Message-
From: mkgmap-dev  On Behalf Of Gerd 
Petermann
Sent: woensdag 1 februari 2023 06:46
To: Development list for mkgmap 
Subject: Re: [mkgmap-dev] NSIS option for Basecamp

Hi Diego,

not sure how you transfer small parts of the map to the device. If you do that 
with Basecamp please make sure that you use the latest version.
See here for more details: 
https://forum.openstreetmap.org/viewtopic.php?id=62468

If this doesn't help please describe more detailed what you try to do, what you 
expect and what you get instead.

Gerd


Von: mkgmap-dev  im Auftrag von skelter 
helter 
Gesendet: Dienstag, 31. Januar 2023 20:51
An: mkgmap-dev@lists.mkgmap.org.uk
Betreff: [mkgmap-dev] NSIS option for Basecamp

Hello
I need help with the NSIS option. I use it to create an installer of my map for 
Basecamp. It works, but I am not able to load small parts of the map to my 
device: I can only load the full map, not the single tiles or a selection of 
them.
My map is complete with DEM and contours and it works good both on Basecamp and 
on the device (just a little slow when loading).
Can anybody help me please?
Many thanks !

Diego
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] NSIS option for Basecamp

2023-01-31 Thread Gerd Petermann
Hi Diego,

not sure how you transfer small parts of the map to the device. If you do that 
with Basecamp please make sure that you use the latest version.
See here for more details: 
https://forum.openstreetmap.org/viewtopic.php?id=62468

If this doesn't help please describe more detailed what you try to do, what you 
expect and what you get instead.

Gerd


Von: mkgmap-dev  im Auftrag von skelter 
helter 
Gesendet: Dienstag, 31. Januar 2023 20:51
An: mkgmap-dev@lists.mkgmap.org.uk
Betreff: [mkgmap-dev] NSIS option for Basecamp

Hello
I need help with the NSIS option. I use it to create an installer of my map for 
Basecamp. It works, but I am not able to load small parts of the map to my 
device: I can only load the full map, not the single tiles or a selection of 
them.
My map is complete with DEM and contours and it works good both on Basecamp and 
on the device (just a little slow when loading).
Can anybody help me please?
Many thanks !

Diego
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] NSIS option for Basecamp

2023-01-31 Thread skelter helter
Hello
I need help with the NSIS option. I use it to create an installer of my map for 
Basecamp. It works, but I am not able to load small parts of the map to my 
device: I can only load the full map, not the single tiles or a selection of 
them.
My map is complete with DEM and contours and it works good both on Basecamp and 
on the device (just a little slow when loading). 
Can anybody help me please?
Many thanks !

Diego 
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev