Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisseurin committed Jul 25, 2024
0 parents commit 761e266
Show file tree
Hide file tree
Showing 8 changed files with 1,009,999 additions and 0 deletions.
90 changes: 90 additions & 0 deletions assets/index-CEseI6lS.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-d-j9l5xf.css

Large diffs are not rendered by default.

997,008 changes: 997,008 additions & 0 deletions data/gtfs-routes-production.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions data/gtfs-stops-production.json

Large diffs are not rendered by default.

12,567 changes: 12,567 additions & 0 deletions data/stop-details-production.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions data/stops-by-line-production.json

Large diffs are not rendered by default.

314 changes: 314 additions & 0 deletions data/vehicle-position-rt-production.json

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./public-transport-map/src/assets/placeholder1.png" />
<meta name="description" content="React Typescript Public Infrastructure Map" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<title>Public Transport Map</title>
<base href="/public-transport-map/">
<script type="module" crossorigin src="/public-transport-map/assets/index-CEseI6lS.js"></script>
<link rel="stylesheet" crossorigin href="/public-transport-map/assets/index-d-j9l5xf.css">
</head>
<body>
<div id="root"></div>
</body>
</html>

0 comments on commit 761e266

Please sign in to comment.