Hi,
I am trying to insert a custom poi on my map.
I follow:
http://wiki.navit-project.org/index.php/Custom_POIsbut the icon does not display.
I am using: /navit-code-5870-trunk on Debian Wheezy.
I have the following.
In navit.xml
Code:
<!-- Mapset template for openstreetmaps -->
<mapset enabled="yes">
<map type="binfile" enabled="yes" data="/home/malcolm/Projects/roadside_guide/maps/osm_bbox_165.2,-47.6,179.1,-33.7.bin"/>
<map type="textfile" enabled="yes" data="/home/malcolm/Projects/roadside_guide/maps/my_pois.txt"/>
</mapset>
the contents of /home/malcolm/Projects/roadside_guide/maps/my_pois.txt is:
Code:
mg:45.866807 S 170.504904 E type=poi_custom0 label="Wendy House" icon_src="/home/malcolm/Projects/roadside_guide/maps/ruins_64_64.png"
ruins_64_64.png is copied from the xml directory.
The map displays correctly but the icon does not appera where it should.