![]() |
2008-02-02
, 21:39
|
|
Posts: 48 |
Thanked: 4 times |
Joined on Jan 2008
|
#22
|
One problem you might have is if you ever want to provide icons for your categories is with naming. The way Mapper works is to name the Icon (a png or jpg with a .jpg extension) the identical name as the category. Having a "/" in the category name makes this impossible.
![]() |
2008-02-02
, 21:51
|
|
Posts: 48 |
Thanked: 4 times |
Joined on Jan 2008
|
#23
|
The reason Poi_Loader didn't work for what you needed it for is that it was designed with a completely different purpose in mind.
![]() |
2008-02-02
, 21:53
|
|
Posts: 299 |
Thanked: 168 times |
Joined on Jun 2006
@ Wales UK
|
#24
|
![]() |
2008-02-05
, 05:52
|
Posts: 19 |
Thanked: 9 times |
Joined on Jan 2008
|
#25
|
![]() |
2008-02-05
, 20:59
|
|
Posts: 48 |
Thanked: 4 times |
Joined on Jan 2008
|
#26
|
![]() |
2008-02-17
, 20:37
|
Posts: 2 |
Thanked: 0 times |
Joined on Nov 2007
|
#27
|
I use 48x48 but that was after trial and error there seems to be a lot of flexibility
It normally takes one of gpx,tomtom,garmin,kml or geocache files (none of which support categories) and after asking for a category uses gpsbabel to convert them to gpx and then the app converts to mmp files ( wich is just a gpx with the category in sym tags ) for future use. You can also, by the way, dump the entire poi.db to an mmp for reloading in the future.
It was just luck that it semi-matched the above requirements.
There is no xml support in VB so all the xml translation is parsed within the app ( Thats where I removed linefeeds and also why the app wouldn't expect a linefeed in an mmp ).
I've now seen the light and I am programming in Python by preference
PS I'm not being defensive here just explaining.