Skip to content

Commit 163953c

Browse files
committed
deploy: 460e8bc
1 parent 1f48bd9 commit 163953c

File tree

143 files changed

+12668
-12662
lines changed

Some content is hidden

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

143 files changed

+12668
-12662
lines changed
-2.22 KB
Loading

dev/advanced_guide/choropleth with Jenks natural breaks optimization.html

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

dev/advanced_guide/choropleth with Jenks natural breaks optimization.ipynb

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

dev/advanced_guide/colormaps.html

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

dev/advanced_guide/colormaps.ipynb

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

dev/advanced_guide/custom_panes.html

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

dev/advanced_guide/custom_panes.ipynb

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

dev/advanced_guide/custom_tiles.html

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

dev/advanced_guide/custom_tiles.ipynb

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

dev/advanced_guide/customize_javascript_and_css.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ <h3>Example 2: loading additional javascript<a class="headerlink" href="#Example
541541
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,
542542
initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt;
543543
&lt;style&gt;
544-
#map_63e4d23965c66bc095d76db27047e349 {
544+
#map_72649722f537a5be024e00967bfe2483 {
545545
position: relative;
546546
width: 100.0%;
547547
height: 100.0%;
@@ -580,14 +580,14 @@ <h3>Example 2: loading additional javascript<a class="headerlink" href="#Example
580580
&lt;body&gt;
581581
582582
583-
&lt;div class=&quot;folium-map&quot; id=&quot;map_63e4d23965c66bc095d76db27047e349&quot; &gt;&lt;/div&gt;
583+
&lt;div class=&quot;folium-map&quot; id=&quot;map_72649722f537a5be024e00967bfe2483&quot; &gt;&lt;/div&gt;
584584
585585
&lt;/body&gt;
586586
&lt;script&gt;
587587
588588
589-
var map_63e4d23965c66bc095d76db27047e349 = L.map(
590-
&quot;map_63e4d23965c66bc095d76db27047e349&quot;,
589+
var map_72649722f537a5be024e00967bfe2483 = L.map(
590+
&quot;map_72649722f537a5be024e00967bfe2483&quot;,
591591
{
592592
center: [0.0, 0.0],
593593
crs: L.CRS.EPSG3857,
@@ -604,7 +604,7 @@ <h3>Example 2: loading additional javascript<a class="headerlink" href="#Example
604604
605605
606606
607-
var tile_layer_67690a3e8d978e1e10d01aa68d95c9b0 = L.tileLayer(
607+
var tile_layer_588ad0c124097c2fc178112d1a843d85 = L.tileLayer(
608608
&quot;https://tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,
609609
{
610610
&quot;minZoom&quot;: 0,
@@ -621,10 +621,10 @@ <h3>Example 2: loading additional javascript<a class="headerlink" href="#Example
621621
);
622622
623623
624-
tile_layer_67690a3e8d978e1e10d01aa68d95c9b0.addTo(map_63e4d23965c66bc095d76db27047e349);
624+
tile_layer_588ad0c124097c2fc178112d1a843d85.addTo(map_72649722f537a5be024e00967bfe2483);
625625
626626
627-
var realtime_21c3a43352e82336e39801af0b5ad6aa = L.realtime(
627+
var realtime_95762f57bcada278de87f230751cb834 = L.realtime(
628628
629629
function(responseHandler, errorHandler) {
630630
var url = &#x27;https://api.wheretheiss.at/v1/satellites/25544&#x27;;
@@ -667,12 +667,12 @@ <h3>Example 2: loading additional javascript<a class="headerlink" href="#Example
667667
&quot;removeMissing&quot;: false,
668668
}
669669
);
670-
map_63e4d23965c66bc095d76db27047e349.addLayer(
671-
realtime_21c3a43352e82336e39801af0b5ad6aa._container
670+
map_72649722f537a5be024e00967bfe2483.addLayer(
671+
realtime_95762f57bcada278de87f230751cb834._container
672672
);
673673
674674
675-
realtime_21c3a43352e82336e39801af0b5ad6aa.addTo(map_63e4d23965c66bc095d76db27047e349);
675+
realtime_95762f57bcada278de87f230751cb834.addTo(map_72649722f537a5be024e00967bfe2483);
676676
677677
&lt;/script&gt;
678678
&lt;/html&gt;" style="position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe></div></div></div>

0 commit comments

Comments
 (0)