This repo contains a map for CU Boulder.
Clone the repo normally and put the relevant templates in a Templates folder within the repo. These files will not be tracked (even using git-lfs it would go above GitHub's repo limits...). Use OpenOrienteeringMapper to edit the map.
Make sure to create a symbolic link form the pre-commit file and make it executable, eg:
➜ cd .git/hooks
➜ ln -s ../../.githooks/pre-commit
➜ chmod -x pre-commit
➜ cd ../..
Before you make any changes:
- create a new map part using the
Map > Add new part...menu item and give it a distinguishable name - switch to the newly created map part using the map toolbar
- commit as usual
Caution
If the pre-commit hook is set up properly, committing will clean the Template paths (this shouldn't affect using the map) and more importantly wipe your undo/redo history!! Make sure you reload the map after committing.