Skip to content

Commit b2f70a5

Browse files
committed
update for fall2019 and secfix
1 parent b271460 commit b2f70a5

33 files changed

+1857
-1982
lines changed

docs/01_georeference.html

Lines changed: 138 additions & 105 deletions
Large diffs are not rendered by default.

docs/01_ggmap_georef.html

Lines changed: 139 additions & 106 deletions
Large diffs are not rendered by default.
452 KB
Loading
505 KB
Loading

docs/02_choropleth.html

Lines changed: 160 additions & 124 deletions
Large diffs are not rendered by default.

docs/030_thematic_sf.html

Lines changed: 54 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<meta charset="utf-8" />
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99
<meta name="generator" content="pandoc" />
10+
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
1011

1112

1213

@@ -61,9 +62,7 @@
6162
<link rel="stylesheet" href="libs-local\duke.css" type="text/css" />
6263
<link rel="stylesheet" href="libs-local\cc-fonts.css" type="text/css" />
6364

64-
</head>
6565

66-
<body>
6766

6867
<style type = "text/css">
6968
.main-container {
@@ -77,7 +76,6 @@
7776
}
7877
img {
7978
max-width:100%;
80-
height: auto;
8179
}
8280
.tabbed-pane {
8381
padding-top: 12px;
@@ -182,8 +180,6 @@
182180
});
183181
</script>
184182

185-
<div class="container-fluid main-container">
186-
187183
<!-- tabsets -->
188184

189185
<style type="text/css">
@@ -240,49 +236,10 @@
240236
}
241237
</style>
242238

243-
<script>
244-
$(document).ready(function () {
245-
window.buildTabsets("TOC");
246-
});
247-
248-
$(document).ready(function () {
249-
$('.tabset-dropdown > .nav-tabs > li').click(function () {
250-
$(this).parent().toggleClass('nav-tabs-open')
251-
});
252-
});
253-
</script>
254-
255239
<!-- code folding -->
256240

257241

258242

259-
<script>
260-
$(document).ready(function () {
261-
262-
// move toc-ignore selectors from section div to header
263-
$('div.section.toc-ignore')
264-
.removeClass('toc-ignore')
265-
.children('h1,h2,h3,h4,h5').addClass('toc-ignore');
266-
267-
// establish options
268-
var options = {
269-
selectors: "h1,h2,h3",
270-
theme: "bootstrap3",
271-
context: '.toc-content',
272-
hashGenerator: function (text) {
273-
return text.replace(/[.\\/?&!#<>]/g, '').replace(/\s/g, '_').toLowerCase();
274-
},
275-
ignoreSelector: ".toc-ignore",
276-
scrollTo: 0
277-
};
278-
options.showAndHide = false;
279-
options.smoothScroll = true;
280-
281-
// tocify
282-
var toc = $("#TOC").tocify(options).data("toc-tocify");
283-
});
284-
</script>
285-
286243
<style type="text/css">
287244

288245
#TOC {
@@ -330,8 +287,6 @@
330287

331288
.tocify-subheader .tocify-item {
332289
font-size: 0.90em;
333-
padding-left: 25px;
334-
text-indent: 0;
335290
}
336291

337292
.tocify .list-group-item {
@@ -347,6 +302,16 @@
347302

348303
</style>
349304

305+
306+
307+
</head>
308+
309+
<body>
310+
311+
312+
<div class="container-fluid main-container">
313+
314+
350315
<!-- setup 3col/9col grid for toc_float and main content -->
351316
<div class="row-fluid">
352317
<div class="col-xs-12 col-sm-4 col-md-3">
@@ -533,6 +498,49 @@ <h2>Converting between <code>sf</code> and <code>sp</code></h2>
533498

534499
</script>
535500

501+
<!-- tabsets -->
502+
503+
<script>
504+
$(document).ready(function () {
505+
window.buildTabsets("TOC");
506+
});
507+
508+
$(document).ready(function () {
509+
$('.tabset-dropdown > .nav-tabs > li').click(function () {
510+
$(this).parent().toggleClass('nav-tabs-open')
511+
});
512+
});
513+
</script>
514+
515+
<!-- code folding -->
516+
517+
<script>
518+
$(document).ready(function () {
519+
520+
// move toc-ignore selectors from section div to header
521+
$('div.section.toc-ignore')
522+
.removeClass('toc-ignore')
523+
.children('h1,h2,h3,h4,h5').addClass('toc-ignore');
524+
525+
// establish options
526+
var options = {
527+
selectors: "h1,h2,h3",
528+
theme: "bootstrap3",
529+
context: '.toc-content',
530+
hashGenerator: function (text) {
531+
return text.replace(/[.\\/?&!#<>]/g, '').replace(/\s/g, '_').toLowerCase();
532+
},
533+
ignoreSelector: ".toc-ignore",
534+
scrollTo: 0
535+
};
536+
options.showAndHide = false;
537+
options.smoothScroll = true;
538+
539+
// tocify
540+
var toc = $("#TOC").tocify(options).data("toc-tocify");
541+
});
542+
</script>
543+
536544
<!-- dynamically load mathjax for compatibility with self-contained -->
537545
<script>
538546
(function () {

0 commit comments

Comments
 (0)