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
GitLab 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
Expand sidebar
Open
Draft: Resolve "Add artifacts viewer"
2-add-artifacts-viewer
into
master
Overview
0
Commits
30
Pipelines
0
Changes
25
Open
Draft: Resolve "Add artifacts viewer"
Dmitry Romanov
requested to merge
2-add-artifacts-viewer
into
master
Jul 3, 2021
Overview
0
Commits
30
Pipelines
0
Changes
25
Closes
#2
0
0
Merge request reports
Compare
master
version 28
1968f2b8
Sep 8, 2021
version 27
dd3a0fc9
Sep 7, 2021
version 26
3289b013
Sep 5, 2021
version 25
d46535c0
Sep 4, 2021
version 24
2e71d5dd
Aug 25, 2021
version 23
eafd5ead
Aug 25, 2021
version 22
6ab68bba
Aug 22, 2021
version 21
a2594213
Aug 20, 2021
version 20
18ca94fe
Aug 20, 2021
version 19
6c4da5d8
Aug 19, 2021
version 18
d42ae79e
Aug 18, 2021
version 17
d42ae79e
Aug 18, 2021
version 16
7166ccaa
Aug 17, 2021
version 15
fbba22a6
Aug 16, 2021
version 14
fbba22a6
Aug 16, 2021
version 13
63c4558a
Aug 12, 2021
version 12
ab303bab
Aug 12, 2021
version 11
e2137cb7
Aug 12, 2021
version 10
c88ab460
Aug 10, 2021
version 9
c88ab460
Aug 10, 2021
version 8
4f107402
Jul 15, 2021
version 7
ddfd27fa
Jul 15, 2021
version 6
4be767d1
Jul 15, 2021
version 5
d8e6f983
Jul 13, 2021
version 4
a87b0422
Jul 12, 2021
version 3
c7f09581
Jul 12, 2021
version 2
ddaa8e24
Jul 11, 2021
version 1
f897fcd0
Jul 4, 2021
master (HEAD)
and
version 28
latest version
b6ac9dfc
30 commits,
Feb 17, 2022
version 28
1968f2b8
29 commits,
Sep 8, 2021
version 27
dd3a0fc9
28 commits,
Sep 7, 2021
version 26
3289b013
27 commits,
Sep 5, 2021
version 25
d46535c0
26 commits,
Sep 4, 2021
version 24
2e71d5dd
23 commits,
Aug 25, 2021
version 23
eafd5ead
22 commits,
Aug 25, 2021
version 22
6ab68bba
21 commits,
Aug 22, 2021
version 21
a2594213
20 commits,
Aug 20, 2021
version 20
18ca94fe
19 commits,
Aug 20, 2021
version 19
6c4da5d8
18 commits,
Aug 19, 2021
version 18
d42ae79e
17 commits,
Aug 18, 2021
version 17
d42ae79e
17 commits,
Aug 18, 2021
version 16
7166ccaa
16 commits,
Aug 17, 2021
version 15
fbba22a6
15 commits,
Aug 16, 2021
version 14
fbba22a6
15 commits,
Aug 16, 2021
version 13
63c4558a
13 commits,
Aug 12, 2021
version 12
ab303bab
12 commits,
Aug 12, 2021
version 11
e2137cb7
11 commits,
Aug 12, 2021
version 10
c88ab460
10 commits,
Aug 10, 2021
version 9
c88ab460
10 commits,
Aug 10, 2021
version 8
4f107402
9 commits,
Jul 15, 2021
version 7
ddfd27fa
8 commits,
Jul 15, 2021
version 6
4be767d1
7 commits,
Jul 15, 2021
version 5
d8e6f983
6 commits,
Jul 13, 2021
version 4
a87b0422
5 commits,
Jul 12, 2021
version 3
c7f09581
4 commits,
Jul 12, 2021
version 2
ddaa8e24
2 commits,
Jul 11, 2021
version 1
f897fcd0
1 commit,
Jul 4, 2021
25 files
+
1230
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
25
artifacts/assets/geo.htm
0 → 100644
+
56
−
0
View file @ 1968f2b8
Edit in single-file editor
Open in Web IDE
<!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