Skip to content

Instantly share code, notes, and snippets.

@readonlychild
Last active February 27, 2019 00:08
Show Gist options
  • Save readonlychild/db35c32ea3bf9e5e3c3cb6af304d18c9 to your computer and use it in GitHub Desktop.
Save readonlychild/db35c32ea3bf9e5e3c3cb6af304d18c9 to your computer and use it in GitHub Desktop.
use lambda hosted osm tiles for pokebot
//change Pokebot.js:312 from
let path = MAIN.config.IMAGE_DIR+type+'_tiles/'+lat+','+lon+'.png';
//to
let path = 'https://2oj6lp60pe.execute-api.us-east-1.amazonaws.com/dev/map?lat='+lat+'&lng='+lon+'&z=15';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment