Skip to content

Instantly share code, notes, and snippets.

@jpoehnelt
Last active October 9, 2019 22:29
Show Gist options
  • Save jpoehnelt/7b78cb23fd1d1a27e901d1c148f8e856 to your computer and use it in GitHub Desktop.
Save jpoehnelt/7b78cb23fd1d1a27e901d1c148f8e856 to your computer and use it in GitHub Desktop.
var landcover = new google.maps.ImageMapType({
getTileUrl: getTileUrl,
name: "Landcover",
alt: "National Land Cover Database 2016",
minZoom: 0,
maxZoom: 19,
opacity: 1.0
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment