Skip to content

Commit

Permalink
Android: Activate downloaded maps automatically (#1027)
Browse files Browse the repository at this point in the history
* Android: Active downloaded maps automatically

* Only process Planet Extractor binfiles
  • Loading branch information
jfitie committed Jul 2, 2020
1 parent 17f516a commit 8f45131
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions navit/xslt/map_sdcard_navitmap_bin.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
<xsl:transform version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xi="http://www.w3.org/2001/XInclude">
<xsl:template match="/config/navit/mapset/xi:include">
<maps type="binfile" data="$NAVIT_USER_DATADIR/*.bin" />
<xsl:text>&#x0A; </xsl:text>
<maps type="binfile" data="/sdcard/Download/osm_bbox_*.bin" />
</xsl:template>
</xsl:transform>

0 comments on commit 8f45131

Please sign in to comment.