Skip to content

Commit 56c5a0e

Browse files
committed
Deploy built site to gh-pages branch
1 parent b2f8768 commit 56c5a0e

5 files changed

+142
-4
lines changed

asset-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"files": {
33
"main.css": "/UBEMViewer/static/css/main.2cf52f5f.css",
4-
"main.js": "/UBEMViewer/static/js/main.2859053b.js",
4+
"main.js": "/UBEMViewer/static/js/main.6f331a1a.js",
55
"static/js/453.1b384830.chunk.js": "/UBEMViewer/static/js/453.1b384830.chunk.js",
66
"index.html": "/UBEMViewer/index.html",
77
"main.2cf52f5f.css.map": "/UBEMViewer/static/css/main.2cf52f5f.css.map",
8-
"main.2859053b.js.map": "/UBEMViewer/static/js/main.2859053b.js.map",
8+
"main.6f331a1a.js.map": "/UBEMViewer/static/js/main.6f331a1a.js.map",
99
"453.1b384830.chunk.js.map": "/UBEMViewer/static/js/453.1b384830.chunk.js.map"
1010
},
1111
"entrypoints": [
1212
"static/css/main.2cf52f5f.css",
13-
"static/js/main.2859053b.js"
13+
"static/js/main.6f331a1a.js"
1414
]
1515
}

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +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.2859053b.js"></script><link href="/UBEMViewer/static/css/main.2cf52f5f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
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.6f331a1a.js"></script><link href="/UBEMViewer/static/css/main.2cf52f5f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

static/js/main.6f331a1a.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+134
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
2+
3+
/**
4+
* tiny-lru
5+
*
6+
* @copyright 2024 Jason Mulligan <[email protected]>
7+
* @license BSD-3-Clause
8+
* @version 11.2.6
9+
*/
10+
11+
/**
12+
* @license
13+
* Lodash <https://lodash.com/>
14+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
15+
* Released under MIT license <https://lodash.com/license>
16+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
17+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
18+
*/
19+
20+
/**
21+
* @license React
22+
* react-dom.production.min.js
23+
*
24+
* Copyright (c) Facebook, Inc. and its affiliates.
25+
*
26+
* This source code is licensed under the MIT license found in the
27+
* LICENSE file in the root directory of this source tree.
28+
*/
29+
30+
/**
31+
* @license React
32+
* react-is.production.min.js
33+
*
34+
* Copyright (c) Facebook, Inc. and its affiliates.
35+
*
36+
* This source code is licensed under the MIT license found in the
37+
* LICENSE file in the root directory of this source tree.
38+
*/
39+
40+
/**
41+
* @license React
42+
* react-jsx-runtime.production.min.js
43+
*
44+
* Copyright (c) Facebook, Inc. and its affiliates.
45+
*
46+
* This source code is licensed under the MIT license found in the
47+
* LICENSE file in the root directory of this source tree.
48+
*/
49+
50+
/**
51+
* @license React
52+
* react.production.min.js
53+
*
54+
* Copyright (c) Facebook, Inc. and its affiliates.
55+
*
56+
* This source code is licensed under the MIT license found in the
57+
* LICENSE file in the root directory of this source tree.
58+
*/
59+
60+
/**
61+
* @license React
62+
* scheduler.production.min.js
63+
*
64+
* Copyright (c) Facebook, Inc. and its affiliates.
65+
*
66+
* This source code is licensed under the MIT license found in the
67+
* LICENSE file in the root directory of this source tree.
68+
*/
69+
70+
/**
71+
* chroma.js - JavaScript library for color conversions
72+
*
73+
* Copyright (c) 2011-2019, Gregor Aisch
74+
* All rights reserved.
75+
*
76+
* Redistribution and use in source and binary forms, with or without
77+
* modification, are permitted provided that the following conditions are met:
78+
*
79+
* 1. Redistributions of source code must retain the above copyright notice, this
80+
* list of conditions and the following disclaimer.
81+
*
82+
* 2. Redistributions in binary form must reproduce the above copyright notice,
83+
* this list of conditions and the following disclaimer in the documentation
84+
* and/or other materials provided with the distribution.
85+
*
86+
* 3. The name Gregor Aisch may not be used to endorse or promote products
87+
* derived from this software without specific prior written permission.
88+
*
89+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
90+
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
91+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
92+
* DISCLAIMED. IN NO EVENT SHALL GREGOR AISCH OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
93+
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
94+
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
95+
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
96+
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
97+
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
98+
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
99+
*
100+
* -------------------------------------------------------
101+
*
102+
* chroma.js includes colors from colorbrewer2.org, which are released under
103+
* the following license:
104+
*
105+
* Copyright (c) 2002 Cynthia Brewer, Mark Harrower,
106+
* and The Pennsylvania State University.
107+
*
108+
* Licensed under the Apache License, Version 2.0 (the "License");
109+
* you may not use this file except in compliance with the License.
110+
* You may obtain a copy of the License at
111+
* http://www.apache.org/licenses/LICENSE-2.0
112+
*
113+
* Unless required by applicable law or agreed to in writing,
114+
* software distributed under the License is distributed on an
115+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
116+
* either express or implied. See the License for the specific
117+
* language governing permissions and limitations under the License.
118+
*
119+
* ------------------------------------------------------
120+
*
121+
* Named colors are taken from X11 Color Names.
122+
* http://www.w3.org/TR/css3-color/#svg-color
123+
*
124+
* @preserve
125+
*/
126+
127+
/** @license React v16.13.1
128+
* react-is.production.min.js
129+
*
130+
* Copyright (c) Facebook, Inc. and its affiliates.
131+
*
132+
* This source code is licensed under the MIT license found in the
133+
* LICENSE file in the root directory of this source tree.
134+
*/

static/js/main.6f331a1a.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)