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

Commit

Permalink
update again
Browse files Browse the repository at this point in the history
  • Loading branch information
vknoppkewetzel committed Dec 18, 2023
1 parent 25b6940 commit 4048fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// data ranges -4000-2020

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

const STARTING_DATE = 1850;
Expand Down
2 changes: 1 addition & 1 deletion railDemo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// data ranges -4000-2020

let START_ZOOM = 13;
let START_CENTER = [49,13.6];
let START_CENTER = [49,8.41];

const OHM_SOURCE = "osm";

Expand Down

0 comments on commit 4048fb9

Please sign in to comment.