On 24/06/2009, Jonas.P <[email protected]> wrote: > > Would it it better to store those entries in a database (about 8K) or > a javascript file could handle it? >
A database. downloading and processing that many entries in javascript is not ideal. A server side database can just send a small extract to the user. > > > > On Jun 24, 10:20 am, "Jonas.P" <[email protected]> wrote: > > Hi, > > > > I actually found an excel file with long&lat on the internet and it > > has about 8000 entries. > > > > Thanks for the links, i'm going to see what I can do with them. > > > > Jonas > > > > On Jun 24, 12:20 am, tasselhof <[email protected]> wrote: > > > > > Hi, try this > example:http://code.google.com/support/bin/answer.py?answer=65622 > > > > > This helped me soo much when creating my map > > > > > On Jun 24, 2:59 am, "Maps.Huge.Info (Maps API Guru)" > > > > > <[email protected]> wrote: > > > > It will be easy if you have a database of Starbucks locations along > > > > with their geocoordinates. > > > > > > Do you have such a database? > > > > > > -John Coryat > > > > > >http://maps.huge.info > > > > > >http://www.usnaviguide.com > > > > > >http://www.zipmap.net > > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
