Skip to content

Instantly share code, notes, and snippets.

@GlebMaltsev
Created December 3, 2015 16:23
Show Gist options
  • Save GlebMaltsev/f8eca47f49f813e8c00e to your computer and use it in GitHub Desktop.
Save GlebMaltsev/f8eca47f49f813e8c00e to your computer and use it in GitHub Desktop.
Additional map layers. tileSizeMetres = tileSizePixels * Ground_Resolution
new MapLayer("GOOGLE12", "12", 256, 256 * 38.2185F),
new MapLayer("GOOGLE13", "13", 256, 256 * 19.1093F),
new MapLayer("GOOGLE14", "14", 256, 256 * 9.5546F),
new MapLayer("GOOGLE15", "15", 256, 256 * 4.7773F),
new MapLayer("GOOGLE16", "16", 256, 256 * 2.3887F),
new MapLayer("GOOGLE17", "17", 256, 256 * 1.1943F),
new MapLayer("GOOGLE18", "18", 256, 256 * 0.5972F),
new MapLayer("GOOGLE19", "19", 256, 256 * 0.2986F),
new MapLayer("GOOGLE20", "20", 256, 256 * 0.1493F)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment