Skip to content

Instantly share code, notes, and snippets.

@rosskarchner
Created April 6, 2011 20:45
Show Gist options
  • Save rosskarchner/906487 to your computer and use it in GitHub Desktop.
Save rosskarchner/906487 to your computer and use it in GitHub Desktop.
var eightteensixtyOptions = {
getTileUrl: function(coord, zoom) {
return "/1860/tiles-1860/" + zoom +"/" + coord.x+"/"+coord.y+ ".png";
},
tileSize: new google.maps.Size(256, 256),
isPng: true,
maxZoom:14,
minZoom:10,
name:"What",
};
var eightteensixtyMapType = new google.maps.ImageMapType(eightteensixtyOptions);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment