Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
on load location
Browse files Browse the repository at this point in the history
  • Loading branch information
vknoppkewetzel committed Dec 18, 2023
1 parent 2e937d4 commit 25b6940
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions demo/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// demo: rendering test bed
// data ranges -4000-2020

let START_ZOOM = 4;
let START_CENTER = [-98,36];

let START_ZOOM = 13;
let START_CENTER = [-0.0632,51.4986];
const OHM_SOURCE = "osm";

const STARTING_DATE = 1850;
Expand Down
4 changes: 2 additions & 2 deletions railDemo/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// demo: rendering test bed
// data ranges -4000-2020

let START_ZOOM = 4;
let START_CENTER = [-98,36];
let START_ZOOM = 13;
let START_CENTER = [49,13.6];

const OHM_SOURCE = "osm";

Expand Down

0 comments on commit 25b6940

Please sign in to comment.