mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-11-07 16:20:09 +01:00
Merge branch 'Codixer-cleanup' into cleanup
This commit is contained in:
commit
999cbd783f
3 changed files with 6871 additions and 6520 deletions
|
@ -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).
|
|
@ -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).
|
||||
|
|
13383
web/atlas.json
13383
web/atlas.json
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue