Skip to content

Commit 631e111

Browse files
committed
first MD build + image css work
1 parent daa44af commit 631e111

File tree

107 files changed

+180
-11153
lines changed

Some content is hidden

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

107 files changed

+180
-11153
lines changed

docs/01_georeference.html

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

docs/02_choropleth.html

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

docs/033_thematic_leaflet_example.html

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

docs/answers-1_xy-leaflet.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<script src="site_libs/navigation-1.1/tabsets.js"></script>
2323
<link href="site_libs/pagedtable-1.1/css/pagedtable.css" rel="stylesheet" />
2424
<script src="site_libs/pagedtable-1.1/js/pagedtable.js"></script>
25-
<script src="site_libs/htmlwidgets-1.2/htmlwidgets.js"></script>
25+
<script src="site_libs/htmlwidgets-1.3/htmlwidgets.js"></script>
2626
<link href="site_libs/leaflet-1.3.1/leaflet.css" rel="stylesheet" />
2727
<script src="site_libs/leaflet-1.3.1/leaflet.js"></script>
2828
<link href="site_libs/leafletfix-1.0.0/leafletfix.css" rel="stylesheet" />
@@ -338,8 +338,8 @@ <h3>Plot XY on the Map</h3>
338338
<span class="st"> </span><span class="kw">addMarkers</span>(<span class="dt">lat =</span> <span class="op">~</span>Latitude,
339339
<span class="dt">lng =</span> <span class="op">~</span>Longitude,
340340
<span class="dt">popup =</span> xy_locations<span class="op">$</span>Company)</code></pre></div>
341-
<div id="htmlwidget-975a8ca2cd4313573cc7" style="width:100%;height:480px;" class="leaflet html-widget"></div>
342-
<script type="application/json" data-for="htmlwidget-975a8ca2cd4313573cc7">{"x":{"options":{"crs":{"crsClass":"L.CRS.EPSG3857","code":null,"proj4def":null,"projectedBounds":null,"options":{}}},"calls":[{"method":"addTiles","args":["//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",null,null,{"minZoom":0,"maxZoom":18,"tileSize":256,"subdomains":"abc","errorTileUrl":"","tms":false,"noWrap":false,"zoomOffset":0,"zoomReverse":false,"opacity":1,"zIndex":1,"detectRetina":false,"attribution":"&copy; <a href=\"http://openstreetmap.org\">OpenStreetMap<\/a> contributors, <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">CC-BY-SA<\/a>"}]},{"method":"addMarkers","args":[[40.2487413,-7.9110809,9.49858,-7.0320658,-17.0490108,21.8693003,53.3323703,31.394935,30.274084,14.1313261],[72.1297653,111.4253892,50.8105261,108.4365067,-41.5612423,106.7691712,-6.2152673,92.835795,120.15507,122.8277624],null,null,null,{"interactive":true,"draggable":false,"keyboard":true,"title":"","alt":"","zIndexOffset":0,"opacity":1,"riseOnHover":false,"riseOffset":250},["Ailane","Thoughtbeat","Lazz","Zoomdog","Minyx","Devpulse","Meembee","Quamba","Realcube","Fatz"],null,null,null,null,{"interactive":false,"permanent":false,"direction":"auto","opacity":1,"offset":[0,0],"textsize":"10px","textOnly":false,"className":"","sticky":true},null]}],"limits":{"lat":[-17.0490108,53.3323703],"lng":[-41.5612423,122.8277624]}},"evals":[],"jsHooks":[]}</script>
341+
<div id="htmlwidget-cf15730c76927a00dae3" style="width:100%;height:480px;" class="leaflet html-widget"></div>
342+
<script type="application/json" data-for="htmlwidget-cf15730c76927a00dae3">{"x":{"options":{"crs":{"crsClass":"L.CRS.EPSG3857","code":null,"proj4def":null,"projectedBounds":null,"options":{}}},"calls":[{"method":"addTiles","args":["//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",null,null,{"minZoom":0,"maxZoom":18,"tileSize":256,"subdomains":"abc","errorTileUrl":"","tms":false,"noWrap":false,"zoomOffset":0,"zoomReverse":false,"opacity":1,"zIndex":1,"detectRetina":false,"attribution":"&copy; <a href=\"http://openstreetmap.org\">OpenStreetMap<\/a> contributors, <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">CC-BY-SA<\/a>"}]},{"method":"addMarkers","args":[[40.2487413,-7.9110809,9.49858,-7.0320658,-17.0490108,21.8693003,53.3323703,31.394935,30.274084,14.1313261],[72.1297653,111.4253892,50.8105261,108.4365067,-41.5612423,106.7691712,-6.2152673,92.835795,120.15507,122.8277624],null,null,null,{"interactive":true,"draggable":false,"keyboard":true,"title":"","alt":"","zIndexOffset":0,"opacity":1,"riseOnHover":false,"riseOffset":250},["Ailane","Thoughtbeat","Lazz","Zoomdog","Minyx","Devpulse","Meembee","Quamba","Realcube","Fatz"],null,null,null,null,{"interactive":false,"permanent":false,"direction":"auto","opacity":1,"offset":[0,0],"textsize":"10px","textOnly":false,"className":"","sticky":true},null]}],"limits":{"lat":[-17.0490108,53.3323703],"lng":[-41.5612423,122.8277624]}},"evals":[],"jsHooks":[]}</script>
343343
</div>
344344
</div>
345345

docs/answers-2_tidycensus.html

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

docs/libs-local/duke.css

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
a, a > code {
2-
color: rgb(161,183,13);
3-
text-decoration: none;
2+
/* color: rgb(161,183,13); Daul fixed this */
3+
color: rgb(94, 103, 33);
4+
text-decoration: underline;
45
}
56

67
h1, h2, h3 {
@@ -111,4 +112,11 @@ figure {
111112

112113
br {
113114
clear: both;
114-
} /* Use "clear" in companion with the "figure" styles */
115+
} /* Use "clear" in companion with the "figure" styles */
116+
117+
/* Michael helped me with this image placement */
118+
.picture1 {
119+
float: right;
120+
margin: 0 0 30px 30px;
121+
width: 450px;
122+
}

docs/site_libs/htmlwidgets-1.2/htmlwidgets.js renamed to docs/site_libs/htmlwidgets-1.3/htmlwidgets.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,10 @@
565565
}
566566

567567
if (binding.resize) {
568-
var lastSize = {};
568+
var lastSize = {
569+
w: sizeObj ? sizeObj.getWidth() : el.offsetWidth,
570+
h: sizeObj ? sizeObj.getHeight() : el.offsetHeight
571+
};
569572
var resizeHandler = function(e) {
570573
var size = {
571574
w: sizeObj ? sizeObj.getWidth() : el.offsetWidth,

docs/site_libs/leaflet-binding-2.0.2/leaflet.yaml

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/site_libs/leaflet-binding-2.0.2/lib/jquery/jquery.min.js

Lines changed: 0 additions & 5 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)