Who hava a java program about how to download google maps tile files?
Because today i saw an JS file like this:
var reliefMap = new g.ImageMapType({
  getTileUrl: function(a, b) {
    return "http://maps-for-free.com/layer/relief/z"; + b + "/row" +
a.y + "/" + b +
   "_" + a.x + "-" + a.y + ".jpg"; },
  tileSize: new g.Size(256, 256),
  isPng: false,
  minZoom: 0,
  maxZoom: 11,
  name: "Relief",
  alt: "Relief"
 });
Seeing the url ,i think he may be  download the all google maps tile
files in his own server.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to