Skip to content

Commit 40e385b

Browse files
committed
setup
0 parents  commit 40e385b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+10799
-0
lines changed

MIT-license.txt

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License
2+
3+
Copyright (c) 2011-2014 Caleb Troughton
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-slate

boilerplate.html

+95
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6+
<meta name="viewport" content="width=1024, user-scalable=no">
7+
8+
<title>Your deck.js Presentation</title>
9+
10+
<!-- Required stylesheet -->
11+
<link rel="stylesheet" media="screen" href="core/deck.core.css">
12+
13+
<!-- Extension CSS files go here. Remove or add as needed. -->
14+
<link rel="stylesheet" media="screen" href="extensions/goto/deck.goto.css">
15+
<link rel="stylesheet" media="screen" href="extensions/menu/deck.menu.css">
16+
<link rel="stylesheet" media="screen" href="extensions/navigation/deck.navigation.css">
17+
<link rel="stylesheet" media="screen" href="extensions/status/deck.status.css">
18+
<link rel="stylesheet" media="screen" href="extensions/scale/deck.scale.css">
19+
20+
<!-- Style theme. More available in /themes/style/ or create your own. -->
21+
<link rel="stylesheet" media="screen" href="themes/style/web-2.0.css">
22+
23+
<!-- Transition theme. More available in /themes/transition/ or create your own. -->
24+
<link rel="stylesheet" media="screen" href="themes/transition/horizontal-slide.css">
25+
26+
<!-- Basic black and white print styles -->
27+
<link rel="stylesheet" media="print" href="core/print.css">
28+
29+
<!-- Required Modernizr file -->
30+
<script src="modernizr.custom.js"></script>
31+
</head>
32+
<body>
33+
<div class="deck-container">
34+
35+
<!-- Begin slides. Just make elements with a class of slide. -->
36+
37+
<section class="slide">
38+
<h1>Slide</h1>
39+
</section>
40+
41+
<section class="slide">
42+
<h1>Content</h1>
43+
</section>
44+
45+
<section class="slide">
46+
<h1>Here</h1>
47+
</section>
48+
49+
<!-- End slides. -->
50+
51+
<!-- Begin extension snippets. Add or remove as needed. -->
52+
53+
<!-- deck.navigation snippet -->
54+
<div aria-role="navigation">
55+
<a href="#" class="deck-prev-link" title="Previous">&#8592;</a>
56+
<a href="#" class="deck-next-link" title="Next">&#8594;</a>
57+
</div>
58+
59+
<!-- deck.status snippet -->
60+
<p class="deck-status" aria-role="status">
61+
<span class="deck-status-current"></span>
62+
/
63+
<span class="deck-status-total"></span>
64+
</p>
65+
66+
<!-- deck.goto snippet -->
67+
<form action="." method="get" class="goto-form">
68+
<label for="goto-slide">Go to slide:</label>
69+
<input type="text" name="slidenum" id="goto-slide" list="goto-datalist">
70+
<datalist id="goto-datalist"></datalist>
71+
<input type="submit" value="Go">
72+
</form>
73+
74+
<!-- End extension snippets. -->
75+
</div>
76+
77+
<!-- Required JS files. -->
78+
<script src="jquery.min.js"></script>
79+
<script src="core/deck.core.js"></script>
80+
81+
<!-- Extension JS files. Add or remove as needed. -->
82+
<script src="extensions/menu/deck.menu.js"></script>
83+
<script src="extensions/goto/deck.goto.js"></script>
84+
<script src="extensions/status/deck.status.js"></script>
85+
<script src="extensions/navigation/deck.navigation.js"></script>
86+
<script src="extensions/scale/deck.scale.js"></script>
87+
88+
<!-- Initialize the deck. You can put this in an external file if desired. -->
89+
<script>
90+
$(function() {
91+
$.deck('.slide');
92+
});
93+
</script>
94+
</body>
95+
</html>

browse.html

+130
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title></title>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
6+
<link href='https://api.mapbox.com/mapbox-gl-js/v1.11.0/mapbox-gl.css' rel='stylesheet' />
7+
<link href='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.26.0/codemirror.min.css' rel='stylesheet' />
8+
<link href='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.33.0/theme/monokai.min.css' rel='stylesheet' />
9+
<link rel="stylesheet" href="https://jqueryui.com/jquery-wp-content/themes/jqueryui.com/style.css">
10+
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
11+
<!-- <link href='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.33.0/addon/scroll/simplescrollbars.min.css' rel='stylesheet' /> -->
12+
<link rel='stylesheet' type='text/css' href='./index.css'>
13+
<script src="https://npmcdn.com/@turf/turf/turf.min.js"></script>
14+
<script src='https://api.mapbox.com/mapbox-gl-js/v1.11.0/mapbox-gl.js'></script>
15+
<script src='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.26.0/codemirror.min.js'></script>
16+
<script src='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.33.0/keymap/sublime.min.js'></script>
17+
<script src='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.33.0/mode/sql/sql.min.js'></script>
18+
<script src='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.33.0/addon/scroll/simplescrollbars.min.js'></script>
19+
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
20+
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
21+
<script></script>
22+
<style>
23+
24+
.ui-tabs {
25+
height: 100% !important;
26+
width: 90% !important;
27+
}
28+
29+
.ui-tabs .ui-tabs-panel {
30+
height: 90% !important;
31+
width: 100% !important;
32+
padding: 0px 5px 0px 0px !important;
33+
}
34+
35+
.ui-tabs .ui-tabs-nav {
36+
padding: unset !important;
37+
}
38+
39+
.ui-tabs-widget-content {
40+
min-height: 90% !important;
41+
width: 100% !important;
42+
border: 1px !important;
43+
border-color: #333 !important;
44+
}
45+
46+
.ui-widget-content {
47+
background: hsl(185, 2%, 10%) !important;
48+
color: lightgrey !important;
49+
border: unset !important;
50+
margin-right: 15px !important;
51+
}
52+
53+
.ui-widget-header {
54+
background: hsl(185, 2%, 10%) !important;
55+
border: unset !important;
56+
}
57+
58+
.propTab td{
59+
border: unset;
60+
padding: 0;
61+
}
62+
63+
.propTab small{
64+
color: #5e5353 !important;
65+
}
66+
67+
.propTab strong{
68+
color: black !important;
69+
}
70+
71+
</style>
72+
</head>
73+
<body>
74+
<div id='app'>
75+
<header>
76+
<p id='title'>
77+
<a href='https://github.com/jvail/spatiasql.js'>spatiasql.js</a>
78+
- query sample db or choose a file
79+
(<a href='https://www.gaia-gis.it/fossil/libspatialite/index'>SpatiaLite</a>
80+
or
81+
<a href='http://www.geopackage.org/#sampledata'>GeoPackage</a>).</p>
82+
</header>
83+
<div id='main'>
84+
<div id='control'>
85+
<div id='panel'>
86+
<button id='listtables'>elenco tabelle</button>
87+
<button id='run'>esegui query</button>
88+
<input id='file' type='file'/>
89+
<span id='error'></span>
90+
<span id='numrows'></span>
91+
<span id='time'></span>
92+
</div>
93+
94+
<div id='editor'>
95+
<textarea id='code' name='code'>
96+
/*
97+
You can draw a geometry on the map by including 'geojson' in a column name.
98+
click on "run query" to see sample result
99+
*/
100+
101+
SELECT comune,AsGeoJSON(geom) AS geojson
102+
FROM comuni
103+
</textarea>
104+
</div>
105+
</div>
106+
107+
108+
<div id="tabs">
109+
<ul>
110+
<li><a id="m_tab" href="#map_panel">MAPPA</a></li>
111+
<li><a id="t_tab" href="#table_panel">TABELLA</a></li>
112+
</ul>
113+
<div id="map_panel">
114+
<div id='map'></div>
115+
</div>
116+
<div id="table_panel">
117+
<div id='tbl'></div>
118+
</div>
119+
</div>
120+
</div>
121+
</div>
122+
<script>
123+
$( function() {
124+
$( "#tabs" ).tabs();
125+
} );
126+
</script>
127+
<script src='./index.js'></script>
128+
</body>
129+
130+
</html>

core/deck.core.css

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
html, body {
2+
height: 100%;
3+
padding: 0;
4+
margin: 0;
5+
}
6+
7+
.deck-container {
8+
position: relative;
9+
min-height: 100%;
10+
margin: 0 auto;
11+
overflow: hidden;
12+
overflow-y: auto;
13+
}
14+
.js .deck-container {
15+
visibility: hidden;
16+
}
17+
.ready .deck-container {
18+
visibility: visible;
19+
}
20+
.touch .deck-container {
21+
-webkit-text-size-adjust: none;
22+
-moz-text-size-adjust: none;
23+
}
24+
25+
.deck-loading {
26+
display: none;
27+
}
28+
29+
.slide {
30+
width: auto;
31+
min-height: 100%;
32+
position: relative;
33+
}
34+
35+
.deck-before, .deck-previous, .deck-next, .deck-after {
36+
position: absolute;
37+
left: -999em;
38+
top: -999em;
39+
}
40+
41+
.deck-current {
42+
z-index: 2;
43+
}
44+
45+
.slide .slide {
46+
visibility: hidden;
47+
position: static;
48+
min-height: 0;
49+
}
50+
51+
.deck-child-current {
52+
position: static;
53+
z-index: 2;
54+
}
55+
.deck-child-current .slide {
56+
visibility: hidden;
57+
}
58+
.deck-child-current .deck-previous, .deck-child-current .deck-before, .deck-child-current .deck-current {
59+
visibility: visible;
60+
}

0 commit comments

Comments
 (0)