Custom Maps pieces do not fit in BaseCamp 3.01

Former Member
Former Member
Hello,

I created a Garmin Custom Map (as kmz file) with 30 pieces and imported the result into BaseCamp 3.01. Unfortunately I notice problems with the overlapping pieces - they do not fit together in BaseCamp 3.01 (Mac and Windows version).



This error occurs in BaseCamp only. If I upload exactly this Custom Map to my Oregon 550t the map is shown without errors on the device. Pretty much the same if I use Google Earth to open the kmz file. GE also shows the pieces without problems in the right fitting.

Any idea? Has somebody encountered the same problems with BaseCamp 3.01 and Custom Maps?

Thanks,

Oliver
  • I don't know without looking at the actual kml file, but it looks like there may be a tilt in the image. BaseCamp doesn't support the rotation parameter in ground overlays yet. If this isn't the issue, then please send the kml file to [email][email protected][/email].
  • Former Member
    0 Former Member over 15 years ago
    This is the KML Code for the two example pieces producing the displacement. I send the example including the jpg's also to [email][email protected][/email] .

    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <kml>
    <Document>
    <name>Test</name>
    <description>Example Stubaital</description>
    <Folder>
    <name>Example Overlay Bitmaps</name>
    <GroundOverlay>
    <name>Stubaital_16.jpg</name>
    <color>d8ffffff</color>
    <Icon>
    <href>Stubaital_16.jpg</href>
    <viewBoundScale>0.75</viewBoundScale>
    </Icon>
    <LatLonBox>
    <north>47.0660791451878</north>
    <south>47.0200999348146</south>
    <east>11.2977848938752</east>
    <west>11.2305283640289</west>
    <rotation>2.7316857513307</rotation>
    </LatLonBox>
    </GroundOverlay>
    <GroundOverlay>
    <name>Stubaital_20.jpg</name>
    <color>d8ffffff</color>
    <Icon>
    <href>Stubaital_20.jpg</href>
    <viewBoundScale>0.75</viewBoundScale>
    </Icon>
    <LatLonBox>
    <north>47.10988304653</north>
    <south>47.0639035146529</south>
    <east>11.3106963925135</east>
    <west>11.2433837580634</west>
    <rotation>2.72417299617695</rotation>
    </LatLonBox>
    </GroundOverlay>
    </Folder>
    </Document>
    </kml>


    Thank you very much,

    Oliver
  • Former Member
    0 Former Member over 15 years ago
    BaseCamp doesn't support this line:

    <rotation>2.7316857513307</rotation>

    So what ends up happening is your images don't line up when viewed in BaseCamp. We are exploring support for this feature in the future.