Skip to content

Commit

Permalink
Mobility Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCassab committed Dec 4, 2024
1 parent 52a48cb commit d970497
Show file tree
Hide file tree
Showing 7 changed files with 5,608 additions and 4 deletions.
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"files": {
"main.css": "/UBEMViewer/static/css/main.db143a6a.css",
"main.js": "/UBEMViewer/static/js/main.b4e09789.js",
"main.js": "/UBEMViewer/static/js/main.1fb478c5.js",
"static/js/453.1b384830.chunk.js": "/UBEMViewer/static/js/453.1b384830.chunk.js",
"index.html": "/UBEMViewer/index.html",
"main.db143a6a.css.map": "/UBEMViewer/static/css/main.db143a6a.css.map",
"main.b4e09789.js.map": "/UBEMViewer/static/js/main.b4e09789.js.map",
"main.1fb478c5.js.map": "/UBEMViewer/static/js/main.1fb478c5.js.map",
"453.1b384830.chunk.js.map": "/UBEMViewer/static/js/453.1b384830.chunk.js.map"
},
"entrypoints": [
"static/css/main.db143a6a.css",
"static/js/main.b4e09789.js"
"static/js/main.1fb478c5.js"
]
}
5,300 changes: 5,300 additions & 0 deletions demoData/GreenwichVillage.geojson

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions demoData/Ithaca.geojson

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/UBEMViewer/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Urbano Viewer is a custom built GeoJSON viewer for the Urbano project."/><link rel="apple-touch-icon" href="/UBEMViewer/logo192.png"/><link rel="manifest" href="/UBEMViewer/manifest.json"/><title>Urbano Viewer</title><script defer="defer" src="/UBEMViewer/static/js/main.b4e09789.js"></script><link href="/UBEMViewer/static/css/main.db143a6a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/UBEMViewer/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Urbano Viewer is a custom built GeoJSON viewer for the Urbano project."/><link rel="apple-touch-icon" href="/UBEMViewer/logo192.png"/><link rel="manifest" href="/UBEMViewer/manifest.json"/><title>Urbano Viewer</title><script defer="defer" src="/UBEMViewer/static/js/main.1fb478c5.js"></script><link href="/UBEMViewer/static/css/main.db143a6a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
224 changes: 224 additions & 0 deletions static/js/main.1fb478c5.js

Large diffs are not rendered by default.

78 changes: 78 additions & 0 deletions static/js/main.1fb478c5.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
/* @license
Papa Parse
v5.4.1
https://github.com/mholt/PapaParse
License: MIT
*/

/*! http://mths.be/base64 v0.1.0 by @mathias | MIT license */

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

/**
* @license
* Lodash <https://lodash.com/>
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
* Released under MIT license <https://lodash.com/license>
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
*/

/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions static/js/main.1fb478c5.js.map

Large diffs are not rendered by default.

0 comments on commit d970497

Please sign in to comment.