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

Commit

Permalink
switch rail for rail DRAFT style
Browse files Browse the repository at this point in the history
  • Loading branch information
vknoppkewetzel committed Feb 9, 2024
1 parent c31e245 commit c0394c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railDemo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const OHM_SOURCE = "osm";
const STARTING_DATE = 1850;
const DATE_RANGE = [ -4000, (new Date()).getFullYear() - 1 ];

const MAP_STYLE_URL = "https://openhistoricalmap.github.io/map-styles/rail/rail.json";
const MAP_STYLE_URL = "https://openhistoricalmap.github.io/map-styles/rail/rail_draft.json";

let MAP, TIMESLIDER, GLMAP_STYLE;

Expand Down

0 comments on commit c0394c3

Please sign in to comment.