mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-12-25 07:44:07 +01:00
reddit contributions
This commit is contained in:
parent
6ab4fc48b4
commit
ccddefa72c
1 changed files with 3 additions and 2 deletions
|
@ -78,8 +78,9 @@ var atlas = null;
|
||||||
init();
|
init();
|
||||||
|
|
||||||
async function init(){
|
async function init(){
|
||||||
|
// For Reviewing Reddit Changes
|
||||||
let resp = await fetch("../tools/temp_atlas.json");
|
//let resp = await fetch("../tools/temp_atlas.json");
|
||||||
|
let resp = await fetch(".atlas.json");
|
||||||
atlas = await resp.json();
|
atlas = await resp.json();
|
||||||
atlas.sort(function (a, b) {
|
atlas.sort(function (a, b) {
|
||||||
if (a.center[1] < b.center[1]) {
|
if (a.center[1] < b.center[1]) {
|
||||||
|
|
Loading…
Reference in a new issue