Merge branch 'cleanup' of https://github.com/Codixer/place-atlas into Codixer-cleanup

This commit is contained in:
Rhon Ivan Lewis Pareja 2022-04-06 17:14:42 +08:00
commit 33e8cad0ba
3 changed files with 6871 additions and 6520 deletions

View file

@ -32,4 +32,4 @@ To contribute to the map, we require a certain format for artwork region and lab
## Cleaning Contributions
If you spot a duplicate, please PR against `/cleanup`. To help find duplicates, run the code locally, changing line 92 of `main.js` to `overlap`.
If you spot a duplicate, please PR against `/cleanup`. To help find duplicates, append `?mode=overlap` to the url: [`https://place-atlas.stefanocoding.me?mode=overlap`](https://place-atlas.stefanocoding.me?mode=overlap).

View file

@ -35,9 +35,9 @@ To contribute to the map, we require a certain format for artwork region and lab
### Map Edits
1. Create a fork of our repo.
2. Enter your data into the `web/atlas.json` file, with the correct format and ID number.
3. Create a Pull Request against the `/cleanup` branch.
2. Enter your data into the `web/_js/atlas.json` file, with the correct format and ID number.
3. Create a Pull Request against the `cleanup` branch.
### Cleaning Contributions
If you spot a duplicate, please PR against `/cleanup`. To help find duplicates, append `?mode=overlap` to the url: [`https://place-atlas.stefanocoding.me?mode=overlap`](https://place-atlas.stefanocoding.me?mode=overlap).
If you spot a duplicate, please PR against the `cleanup` branch. To help find duplicates, append `?mode=overlap` to the url: [`https://place-atlas.stefanocoding.me?mode=overlap`](https://place-atlas.stefanocoding.me?mode=overlap).

File diff suppressed because one or more lines are too long