The OSRS map split into tiles for use with map viewers.
- Install docker: https://docs.docker.com/get-docker/
- Update your docker settings to set the maximum memory to 8GB
- You may also need to turn on osxfs(Legacy) in Docker > Settings > General
- Open powershell in windows, or the terminal in other OS'
- From the root directory of this repo run
$Env:DOCKER_BUILDKIT=0
docker build ./tile_generator -t "map-tile-generator"
docker run -it -v "${pwd}:/repo" map-tile-generator
export DOCKER_BUILDKIT=0
docker build ./tile_generator -t "map-tile-generator"
docker run -it -v $(pwd):/repo map-tile-generator