Custom POI file causing problems with BaseCamp
Posted: Wed Jun 03, 2026 10:47 am
Found a new error in the GPSMAP H1 (and probably the eTrex Touch 2 too). When you put a self created GPI file in the folder Garmin\POI, the device adds the location of it to the file GarminDevice.xml as a "UpdateFile". The "PartNumber" of the UpdateFile entry is empty because it doesn't have a part number.
The entry will look like this:
BaseCamp will read that file and errors on that missing part number, prohibiting proper data exchange with the device.
The device shouldn't add self made or 3rd party GPI files (created with Garmin POI Loader or other programs) to GarminDevice.xml. It does not happen on other models.
The entry will look like this:
Code: Select all
<UpdateFile>
<PartNumber></PartNumber>
<Version>
<Major>0</Major>
<Minor>00</Minor>
</Version>
<Path>Garmin/Poi</Path>
<FileName>Fietsroutenetwerk Nederland.gpi</FileName>
</UpdateFile>
The device shouldn't add self made or 3rd party GPI files (created with Garmin POI Loader or other programs) to GarminDevice.xml. It does not happen on other models.