Opened 11 years ago
Closed 11 years ago
#1028 closed defect/bug (fixed)
Custom_poi doesn't work
Reported by: | rubberrol | Owned by: | Roland |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
Hello,
I use Navit and I like it. It works fine on my android HTC Wildfire S. But now I want to use the custom poi, decription see: http://wiki.navit-project.org/index.php/Custom_POIs But it works only if I use a build in png, like airport.png. If I use an own icon, the poi won't be shown on the map. What can I do? Where I have to store the icon for the custom poi? The folder /usr/share/navit/xpm/ doesn't exsist on android phones. What type of file the icon have to be (png, bmp...)? (I tried png). What resolution (pixel) the icon file need? (I tried five resolutions like the airport.png) Thank's very much. Roland
Change History (3)
comment:1 Changed 11 years ago by tryagain
comment:2 Changed 11 years ago by rubberrol
Hi again,
thank you very much for your help.
Your tip to specify the full path of my icons are right.
I try this and now it works with my custom poi (format png).
I'm happy!
Roland
comment:3 Changed 11 years ago by tryagain
- Resolution set to fixed
- Status changed from new to closed
Closing as fixed.
Hi rubberrol
I suppose you've managed to put own navit.xml to /sdcard/navit
What if you specify full path of your icon like /sdcard/navit/img/myimage.png and put your image in that folder?
Preferred (and the only one supported on Android) image format is png.
Alternative formats are xpm (afaik supported on Linux and Windows) and svg (afaik supported on linux only).