Update map

This commit is contained in:
ronreg-ribdev 2020-06-27 01:09:30 -07:00
parent 4437eb0794
commit 9327f750f6
4 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ class RouteResults extends Component {
class RoutePlanner extends Component {
render() {
const curTime = this.props.curTime;
const mapFilename = isSundaySchedule(curTime) ? "BART-Map-Sunday.png" : "BART-Map-Weekday-Saturday.png";
const mapFilename = "BART-system-map.png";
const mapPath=`/~bartinfo/img/${mapFilename}`;
return (

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 MiB