Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/mviewerstudio.css" type="text/css">
<!-- Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/remixicon@2.2.0/fonts/remixicon.css">
<link rel="stylesheet" href="lib/bootstrap-icons/bootstrap-icons.css">
<link rel="stylesheet" href="lib/remixicon/remixicon.css">
<link rel="stylesheet" href="lib/openlayers/7.1/ol.css" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<link rel="stylesheet" href="lib/Font-Awesome/all.css">
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/Sortable.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/4.6.3/papaparse.min.js"></script>
<script src="lib/papaparse/papaparse.min.js"></script>
<script src="lib/bootstrap/5.2/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-tagsinput/0.8.0/bootstrap-tagsinput.min.js"></script>
<script src="lib/bootstrap-tagsinput/bootstrap-tagsinput.min.js"></script>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-tagsinput/0.8.0/bootstrap-tagsinput.css"/>
href="lib/bootstrap-tagsinput/bootstrap-tagsinput.css"/>
<link rel="stylesheet" href="lib/icon-picker/icon-picker.css" type="text/css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.4.4/proj4.js"></script>
<script src="lib/proj4/proj4.js"></script>
<script type="text/javascript" src="lib/openlayers/7.1/ol.js"></script>
<script src="lib/ogc.js"></script>
<script src="lib/mv.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/static/lib/Font-Awesome/all.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions src/static/lib/Font-Awesome/webfonts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Font Awesome Free 5.13.0 webfonts

Source: https://github.com/FortAwesome/Font-Awesome
License: Font Awesome Free License
Icons: CC BY 4.0
Fonts: SIL OFL 1.1
Code: MIT
Binary file not shown.
3,570 changes: 3,570 additions & 0 deletions src/static/lib/Font-Awesome/webfonts/fa-brands-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
803 changes: 803 additions & 0 deletions src/static/lib/Font-Awesome/webfonts/fa-regular-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4,938 changes: 4,938 additions & 0 deletions src/static/lib/Font-Awesome/webfonts/fa-solid-900.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions src/static/lib/bootstrap-icons/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Bootstrap Icons 1.9.1

Source: https://github.com/twbs/icons
License: MIT
1,876 changes: 1,876 additions & 0 deletions src/static/lib/bootstrap-icons/bootstrap-icons.css

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
60 changes: 60 additions & 0 deletions src/static/lib/bootstrap-tagsinput/bootstrap-tagsinput.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
/*
* bootstrap-tagsinput v0.8.0
*
*/

.bootstrap-tagsinput {
background-color: #fff;
border: 1px solid #ccc;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
display: inline-block;
padding: 4px 6px;
color: #555;
vertical-align: middle;
border-radius: 4px;
max-width: 100%;
line-height: 22px;
cursor: text;
}
.bootstrap-tagsinput input {
border: none;
box-shadow: none;
outline: none;
background-color: transparent;
padding: 0 6px;
margin: 0;
width: auto;
max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
color: #777;
opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
color: #777;
}
.bootstrap-tagsinput input:focus {
border: none;
box-shadow: none;
}
.bootstrap-tagsinput .tag {
margin-right: 2px;
color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
margin-left: 8px;
cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
content: "x";
padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
7 changes: 7 additions & 0 deletions src/static/lib/bootstrap-tagsinput/bootstrap-tagsinput.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/static/lib/jquery/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version 1.12.0
5 changes: 5 additions & 0 deletions src/static/lib/jquery/jquery.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/static/lib/papaparse/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version 4.6.3
7 changes: 7 additions & 0 deletions src/static/lib/papaparse/papaparse.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/static/lib/proj4/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version 2.4.4
3 changes: 3 additions & 0 deletions src/static/lib/proj4/proj4.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/static/lib/remixicon/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Remix Icon 2.2.0

Source: https://github.com/Remix-Design/RemixIcon
License: Apache-2.0
Loading
Loading