DAP
Member
- Joined
- Aug 29, 2008
- Messages
- 432
I've been using:works perfectly big thanks !
btw:
<map type="binfile" data="$NAVIT_SHAREDIR/maps/your_map.bin" />
can also be altered to:
<map type="binfile" data="$NAVIT_SHAREDIR/maps/*.bin" />
this should include all maps of the directory
<!-- If you dont want to use the sample map, either set enabled="no" in the next line or remove the xml file from the maps directory -->
<mapset enabled="yes">
<xi:include href="$NAVIT_SHAREDIR/maps/*.xml"/>
</mapset>
and putting my maps along with an xml file that contains:
<map type="binfile" data="%NAVIT_SHAREDIR/maps/mapfilename.bin"/>
for each mapfilename.bin in the .../navit/maps directory
same result.
Last edited by a moderator: