Skip to content

Commit b7a5935

Browse files
committed
daul build for video placement
1 parent 631e111 commit b7a5935

File tree

6 files changed

+20
-16
lines changed

6 files changed

+20
-16
lines changed

docs/01_georeference.html

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

docs/02_choropleth.html

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

docs/033_thematic_leaflet_example.html

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

docs/answers-1_xy-leaflet.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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-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>
341+
<div id="htmlwidget-7832b61bf1d170597a96" style="width:100%;height:480px;" class="leaflet html-widget"></div>
342+
<script type="application/json" data-for="htmlwidget-7832b61bf1d170597a96">{"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: 6 additions & 6 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,10 @@
279279
<div id="overview" class="section level2">
280280
<h2>Overview</h2>
281281
<p>These learning and quick-reference resource pages support the face-to-face workshop, <em>Mapping with R</em>, offered via the <a href="https://library.duke.edu/data/">Data &amp; Visualization Services</a> Department, Duke University Libraries. The exercises and workshop are designed to help you learn georeferencing, make a <a href="https://en.wikipedia.org/wiki/Choropleth_map">choropleth</a> with USA census data via the <a href="https://walkerke.github.io/tidycensus/">tidycensus</a> package, and briefly introducing the <a href="http://r-spatial.github.io/sf/">simple features for R</a> package. The introduction of these very useful R packages and some very basic concepts will give you enough information to make your own customized thematic maps.</p>
282+
<div class="picture1">
283+
<iframe width="450" height="315" src="https://www.youtube.com/embed/cMNJdj8UGpY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
284+
</iframe>
285+
</div>
282286
<p>During the Workshop we introduce</p>
283287
<ul>
284288
<li>Choropleths</li>

0 commit comments

Comments
 (0)