Giter VIP home page Giter VIP logo

Comments (16)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
[deleted comment]

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
[deleted comment]

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
[deleted comment]

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
After testing/downloading satellite images for a while I was no longer able to 
get
any more images, and when visiting the link:
http://khm3.google.com/kh?v=36&hl=en&x=0&y=0&z=0

it shows a 403 Forbidden message (page attached)

Original comment by heldersepu on 1 Feb 2009 at 4:10

Attachments:

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Google might have some kind of "quota" for the satellite images, we need to 
research
more into that... 

Original comment by heldersepu on 14 Feb 2009 at 2:46

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
This might bring some light...

function getTileUrl(baseUrls,tile,zoom)
{
    var i=(tile.x+2*tile.y)%baseUrls.length,
        numSaltGrains=(tile.x*3+tile.y)%8,
        salt="Galileo".substr(0,numSaltGrains),
        middleSalt="";
    if(tile.y>=10000&&tile.y<100000)
        middleSalt="&s=";

return[baseUrls[i],"x=",tile.x,middleSalt,"&y=",tile.y,"&z=",zoom,"&s=",salt].jo
in("")
};

Original comment by heldersepu on 26 Feb 2009 at 9:55

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
I tested the "getTileUrl" function but no success, after a while it stops 
downloading
and I get the 403 Forbidden message.

Original comment by heldersepu on 27 Feb 2009 at 1:40

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
I added a new CheckBox that will be display the satellite images
to see this check box you need to create a new folder(sat_tiles) in the 
.googlemaps 
folder

Full path:
%userprofile%\.googlemaps\sat_tiles



Original comment by heldersepu on 1 Mar 2009 at 2:28

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Today I've been using the Satellite feature a lot! getting the images with the 
interface and also with the download utility, all seem to be OK!

Original comment by heldersepu on 26 Mar 2009 at 2:57

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
version 0.054 now includes Satellite & Terrain maps!

Original comment by heldersepu on 2 Apr 2009 at 5:59

  • Changed state: Fixed

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
hello,
i'd like to use the satellite feature (version 0.090) but the google maps quota 
produces a "403 forbidden" after a while.
is there a way to avoid this behaviour?
thank s a lot...

Original comment by [email protected] on 8 Aug 2009 at 5:57

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Unfortunately there is no way around the "google maps quota", not yet, if find 
any way 
please let use know.
What I usually do is to use the batch download to get all the tiles at once, 
before the 
quota kicks in.

Original comment by heldersepu on 9 Aug 2009 at 1:08

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
hi,
what do you exactly mean with "batch download to get all the tiles at once" and 
how do 
you realize that the quota has been reached?
thanks again...

Original comment by [email protected] on 9 Aug 2009 at 10:46

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Right Click on the Map and menu should come up with some options
http://gmapcatcher.googlecode.com/svn/wiki/GMapCatcher-v0.054.gif
click on the "batch download" that is the same as clicking on the download 
button.

 If you are running directly from the source you could use the "download.py" as 
instructed in the main page.

 I realize that the quota has been reached when the "tiles" (PNG images) are no 
longer downloaded.

Original comment by heldersepu on 9 Aug 2009 at 2:14

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024

Original comment by heldersepu on 12 Aug 2009 at 1:53

  • Changed state: Done

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Maybe we are suffering from this limitation:
Use of the Google Static Maps API is subject to a query limit of 1000 unique 
(different) image requests per viewer per day.
http://code.google.com/apis/maps/documentation/staticmaps/#Limits

Original comment by heldersepu on 20 Jul 2010 at 8:03

from gmapcatcher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.