rc3-2021-map
The virtual loc for the rc3 2021
Structure
The main map is in main.json
This repo uses submodules. To load them run:
git submodule update --init --recursive -j 4
Test the map
https://c-tim.pages.git.cccv.de/rc3-2021-map
Workflow
After changing something, push the changes as a new branch and create a MR against main. Once a maintainer merged the MR, the result can be checked out using the link above. When everything looks fine, a maintainer can create another MR from main towards staging. Once a commit is on staging, the pipeline will automatically build it and push the result to production, which will be deployed by the rc3 infra.
When changing or adding custom tiles please run scripts/check_imgs.py
License
There apply multiple licenses for different files in this repository.
-
The code license for all files that are located outside the folder
assets
and do not end in.json
(maps).- e.g. the gitlab-ci definition or the index.html
-
The map license for all
.json
files in the root directory of the repository (maps).- e.g. the
main.json
- e.g. the
- Seperate license for
check_imgs.py
script: - Various different asset licenses as stated in each subfolder of
assets