![]() |
POI's for mapper
Can anyone point me to where I can get POI's to use in the mapper?
|
Re: POI's for mapper
???
for the most part you create your own Points Of Interest. if your lucky, someone may have a few speed trap or traffic light camera points, but not much else, i dont think |
Re: POI's for mapper
I hate to be so ignorant..but what do you mean..or how..do you create your own points of interest?
|
Re: POI's for mapper
You can add POIs to your POI database by using the "tap-and-hold" (context) menu on a point on the map and selecting "Location -> Add POI".
|
Re: POI's for mapper
Hello
I have interesting POI's (KML, CSV, GPX or OV2 format) which should be converted to sqlite .db -format. But how it can be done? I'd prefer to use Linux PC for conversion and then upload db file to N770. There are FON WiFi hot-spot POI's what I'd like to get into N770, from maps.fon.com Thanks, -- Tobler |
Re: POI's for mapper
Tobler
I have a small shell script /awk prog to do this. I have downloaded sqlite 2.8.17 ( sqlite3 does not read Maemo Mappers poi.db! ) to my Linux box. I copy poi.db( probably unnecessary) and csv file to the sqlite folder and run :- ./csv2sql WiFi.csv | ./sqlite poi.db 13 where 13 is a category either added or allready there within MM. The script is as follows :- Code:
cat "$1"| tr -d "\r" | awk -v Categ="$2" ' Code:
tr -d "\r" As usual 'Use at your oun risk' Edit: The csv files I have are all in the order "Lon,Lat,Label,Desc" hence the swap of $2 $1. If the other way round make it Lat=$1,Lon=$2 |
Re: POI's for mapper
Please ignore my previous post.
There is now a new version wich will handle csv's much cleaner. Gnuite Thanks for this app its brilliant. Any chance of adding the ability to use named dbs instead of just poi.db. Maybe just the ability to store a number someware and swap out with poi.db when req'd. Cheers Code:
########################################################################## The attached tarfile is UK pois from Garmin Edit: The attachments didnt seem to stick. |
Re: POI's for mapper
GPSBabel tool can be usefull to convert POI into different formats
www.gpsbabel.org |
Re: POI's for mapper
Quote:
|
Re: POI's for mapper
Gnuite
Sorry I wasn,t very clear I realise the path can be changed, maybe I have a different usage pattern but would normally change poi sets much more often than I'd change maps. I was thinking of something more like the enable (context/edit poi/edit categories ) list but at a similar level to Maps which would maybe work just the same as now or if there is any size overhead to the poi.db then swap in/out different dbs. I'm not being picky here I think this is the most usefull prog for the tablet :D :D |
All times are GMT. The time now is 17:54. |
vBulletin® Version 3.8.8