![]() |
2007-08-21
, 18:52
|
|
Posts: 299 |
Thanked: 168 times |
Joined on Jun 2006
@ Wales UK
|
#42
|
![]() |
2007-08-22
, 01:34
|
Posts: 29 |
Thanked: 2 times |
Joined on Jul 2007
|
#43
|
![]() |
2007-08-22
, 15:31
|
|
Posts: 299 |
Thanked: 168 times |
Joined on Jun 2006
@ Wales UK
|
#44
|
![]() |
2007-08-31
, 17:58
|
|
Posts: 299 |
Thanked: 168 times |
Joined on Jun 2006
@ Wales UK
|
#45
|
Friday 31 August
* discovered sqlite3VB.dll this is a wrapper for sqlite3 no longer need sqlite3.exe or sqlite3.dll
also the module to run dos commands and collect output now no longer needed
* Large speed increases - ( although big code changes may have introduced new bugs )
* radius limiting implemented - Uses a large well stocked db ( 13000 records for testing ) enter a
position, radius and filename ie "51.50531 -3.18192",10,"Cardiff" to output Cardiff.db
with just local ( 20 mile diameter ) Poi. 280 record from the above db.
* Started "Route limiting" will need inputs of "error", "width", "routefile" and "output" - will produce
a db with all poi either side of a given route using the width param . When complete this will allow
loading a "route limited db" and then "starting radius db" and "finishing radius db" will give a dumbell
effect.
![]() |
2007-09-02
, 12:33
|
Posts: 64 |
Thanked: 0 times |
Joined on Jul 2007
|
#46
|
![]() |
2007-09-03
, 01:36
|
Posts: 6 |
Thanked: 0 times |
Joined on Jul 2007
|
#47
|
![]() |
2007-09-03
, 15:43
|
Posts: 6 |
Thanked: 0 times |
Joined on Jul 2007
|
#48
|
![]() |
2007-09-07
, 13:14
|
Posts: 64 |
Thanked: 0 times |
Joined on Jul 2007
|
#49
|
I am trying to load starbucks csv from following link
http://www.gpspassion.com/forumsen/t...TOPIC_ID=66645
i copied that file into my c:\temp and my poi file is also there. when i tried with poi loader program it is giving following error.
Profile does not exists c:\temp\starbuckscanada.gpx
i loaded so many other csv files from the same site without problem but i end up with this error for starbucks and timhortons....any help?
![]() |
2007-09-10
, 06:41
|
|
Posts: 299 |
Thanked: 168 times |
Joined on Jun 2006
@ Wales UK
|
#50
|
cat Starbucks.csv | tr -d "\n" |tr "\r" "\r\n" > new.csv
Thanks for the suggestion.
The file menu is already disabled when updating the db but it was possible to close using the X. Fixed now in 0.9 ( not on website yet - maybe tomorrow ) now clicking on X while db is updating shows a message box telling you to wait until update complete.
Rick