rishabht1 / gmapcatcher

Automatically exported from code.google.com/p/gmapcatcher
0 stars 0 forks source link

Insert POI #261

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
I'm thinking about store information of point of interest. For example hotel 
information (address, phone, my note ...) or companies information (address, 
activities, managers, products ...)

I think that it can uses sqlite for store information, but need function for 
store different kind of information too.

What goal would this enhancement help you achieve?
For create list of main location that i believe to be important

Original issue reported on code.google.com by ruta.gio...@gmail.com on 10 Mar 2011 at 3:13

GoogleCodeExporter commented 9 years ago
Some time ago I added logic to search in a DB of POI 

 The code is here:
http://code.google.com/p/gmapcatcher/source/browse/trunk/gmapcatcher/mapServices
.py?r=1111#226

 And a sample poi.db is here:
http://code.google.com/p/gmapcatcher/downloads/detail?name=poi.zip

Original comment by heldersepu on 11 Mar 2011 at 1:31