Fix:build:Alternative map path for iphone
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 12 Sep 2011 08:35:53 +0000 (08:35 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 12 Sep 2011 08:35:53 +0000 (08:35 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4778 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/xslt/iphone.xslt

index 4522613..e513a33 100644 (file)
@@ -18,6 +18,7 @@
    </xsl:template>
    <xsl:template match="/config/navit/mapset/xi:include">
       <map type="binfile" enabled="yes" data="/var/mobile/navit/navitmap.bin" />
+      <map type="binfile" enabled="yes" data="../Documents/navitmap.bin" />
    </xsl:template>
    <xsl:template match="@*|node()">
       <xsl:copy><xsl:apply-templates select="@*|node()"/></xsl:copy>