Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geoviewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
documentation
geoviewer
Merge requests
!2
Draft: Resolve "Add artifacts viewer"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Resolve "Add artifacts viewer"
2-add-artifacts-viewer
into
master
Overview
0
Commits
30
Pipelines
0
Changes
25
Open
Dmitry Romanov
requested to merge
2-add-artifacts-viewer
into
master
3 years ago
Overview
0
Commits
30
Pipelines
0
Changes
25
Expand
Closes
#2
0
0
Merge request reports
Compare
master
version 28
1968f2b8
3 years ago
version 27
dd3a0fc9
3 years ago
version 26
3289b013
3 years ago
version 25
d46535c0
3 years ago
version 24
2e71d5dd
3 years ago
version 23
eafd5ead
3 years ago
version 22
6ab68bba
3 years ago
version 21
a2594213
3 years ago
version 20
18ca94fe
3 years ago
version 19
6c4da5d8
3 years ago
version 18
d42ae79e
3 years ago
version 17
d42ae79e
3 years ago
version 16
7166ccaa
3 years ago
version 15
fbba22a6
3 years ago
version 14
fbba22a6
3 years ago
version 13
63c4558a
3 years ago
version 12
ab303bab
3 years ago
version 11
e2137cb7
3 years ago
version 10
c88ab460
3 years ago
version 9
c88ab460
3 years ago
version 8
4f107402
3 years ago
version 7
ddfd27fa
3 years ago
version 6
4be767d1
3 years ago
version 5
d8e6f983
3 years ago
version 4
a87b0422
3 years ago
version 3
c7f09581
3 years ago
version 2
ddaa8e24
3 years ago
version 1
f897fcd0
3 years ago
master (HEAD)
and
latest version
latest version
b6ac9dfc
30 commits,
3 years ago
version 28
1968f2b8
29 commits,
3 years ago
version 27
dd3a0fc9
28 commits,
3 years ago
version 26
3289b013
27 commits,
3 years ago
version 25
d46535c0
26 commits,
3 years ago
version 24
2e71d5dd
23 commits,
3 years ago
version 23
eafd5ead
22 commits,
3 years ago
version 22
6ab68bba
21 commits,
3 years ago
version 21
a2594213
20 commits,
3 years ago
version 20
18ca94fe
19 commits,
3 years ago
version 19
6c4da5d8
18 commits,
3 years ago
version 18
d42ae79e
17 commits,
3 years ago
version 17
d42ae79e
17 commits,
3 years ago
version 16
7166ccaa
16 commits,
3 years ago
version 15
fbba22a6
15 commits,
3 years ago
version 14
fbba22a6
15 commits,
3 years ago
version 13
63c4558a
13 commits,
3 years ago
version 12
ab303bab
12 commits,
3 years ago
version 11
e2137cb7
11 commits,
3 years ago
version 10
c88ab460
10 commits,
3 years ago
version 9
c88ab460
10 commits,
3 years ago
version 8
4f107402
9 commits,
3 years ago
version 7
ddfd27fa
8 commits,
3 years ago
version 6
4be767d1
7 commits,
3 years ago
version 5
d8e6f983
6 commits,
3 years ago
version 4
a87b0422
5 commits,
3 years ago
version 3
c7f09581
4 commits,
3 years ago
version 2
ddaa8e24
2 commits,
3 years ago
version 1
f897fcd0
1 commit,
3 years ago
25 files
+
1229
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
25
Search (e.g. *.vue) (Ctrl+P)
artifacts/assets/geo.htm
0 → 100644
+
56
−
0
Options
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
Read a ROOT file
</title>
<link
rel=
"shortcut icon"
href=
"img/RootIcon.ico"
/>
<!-- To make use of RequireJS, replace following line with commented one -->
<!--script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js" data-main="scripts/JSRoot.core.js"></script-->
<script
src=
"https://cdn.jsdelivr.net/npm/jsroot@6.2.0/scripts/JSRoot.core.min.js"
></script>
</head>
<body>
<div
id=
"simpleGUI"
path=
"../files/"
files=
"ct.root;exclusion.root;fillrandom.root;glbox.root;graph.root;hsimple.root;legends.root;rf107.root;stacks.root;zdemo.root"
>
loading scripts ...
</div>
<script
type=
"text/javascript"
>
JSROOT
.
buildGUI
(
"
simpleGUI
"
);
</script>
</body>
</html>
<!--
This is JSROOT main page, which aims to display content of ROOT files.
Several URL parameters could be specified when opening page:
file - name of the file(s), which will be automatically open with page loading
json - name of JSON file(s) with ROOT object, stored by TBufferJSON::ConvertToJSON method
item - object name in the file to display
items - object names in the file to display
opt - draw option for the item
opts - draw options for the items
layout - can be 'simple', 'flex', 'collapsible', 'tabs' or gridNxM where N and M are integer values
nobrowser - only file item(s) will be displayed, browser will be disabled
load - name of JavaScript(s), automatically loaded at the beginning
mathjax - use MathJax for Latex output (automatically loaded for TMathText objects)
palette - id of default color palette, 51..123 - new ROOT6 palette (default 57)
style - TStyle object itemname or JSON file name
toolbar - configure position and orientation of pad toolbar, combine 'right','vert','off'
Example:
https://root.cern/js/latest/?file=../files/hsimple.root&layout=grid2x2&item=[hpx;1,hpxpy;1]&opts=[,colz]
Page can be used to open files from other web servers like:
https://root.cern/js/latest/?file=https://jsroot.gsi.de/files/hsimple.root
But one should be aware about Cross-Origin Request blocking.
Read https://developer.mozilla.org/en/http_access_control for more details.
To avoid problem at all, one can copy only index.htm on the web server where data files are located.
And specify full path to the JSRoot.core.js script like
<script type="text/javascript" src="https://root.cern/js/latest/scripts/JSRoot.core.min.js"></script>
If necessary, complete JSROOT can be installed on the web server.
Project repository: https://github.com/root-project/jsroot.
-->
Loading