Skip to content

Instantly share code, notes, and snippets.

@softberries
Created February 15, 2019 12:05
Show Gist options
  • Save softberries/0d84a14d4a973cfa9552f7bc6852cbdb to your computer and use it in GitHub Desktop.
Save softberries/0d84a14d4a973cfa9552f7bc6852cbdb to your computer and use it in GitHub Desktop.
const providers = {
osm: (x, y, z) => {
const s = String.fromCharCode(97 + (x + y + z) % 3)
return `https://${s}.tile.openstreetmap.org/${z}/${x}/${y}.png`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment