This repo is the source code for the interactive map of Golarion used by the Pathfinder wiki.
Full map here: https://pf-wikis.github.io/mapping
One of the main tools used for this is QGIS: https://qgis.org/en/site/
- John Mechalas for starting everthing here
- oznogon for continuing this work here
- everyone contributing to the continuation of this project in this repository
The mapping files in this repository are created by tracing information from maps created by Paizo. These images are protected legally and thus can not be publicly shared. To access them follow these steps:
- You will need access to the private external storage.
- Clone this git repository.
- Download and install DVC.
- Within the repository root, run
dvc install
. This will setup some automatic git hooks so that dvc pushes when you push with git. - Run
dvc pull
to download the images. If this is the first time doing this you will have to authenticate yourself.
TODO