Google maps

(3 posts) (2 voices)

Tags:

No tags yet.

  1. cookeg, Member

    I am trying to use google maps using the following query. No matter what I try I get the following error.

    SELECT 'dbr.googlemaps', 'address', 'F&P', 400, 400;
    SELECT 'Australia', 'F&P';

    Google Maps was not able to locate following addresses:
    - Australia, Too many queries (620)

    Thanks,
    Garry

  2. myDBR Team, Key Master

    Hi,
    have you registered your Google Maps API key? There is a limit of queries you can do if you have not used the API key.

    'Too many queries' error is returned from Google if you surpass the daily query limit or you are passing queries too fast. Since you are querying only one address the reason is most likely the first one.

    You can issue the same query to Google simply saying:

    http://maps.google.com/maps/geo?q=Australia&output=csv

    --
    myDBR Team

  3. cookeg, Member

    Thanks,

    Worked on my laptop so my guess is its a firwall issue.

    Cheers,
    Garry


Reply

You must log in to post.