Skip to content

Commit 6ac4b51

Browse files
committed
deploy: 5f9f4f0
1 parent f1d740a commit 6ac4b51

File tree

143 files changed

+12630
-12636
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

+12630
-12636
lines changed
613 Bytes
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_ba9204444206f7056a3c99a6a15c3a97 {
544+
#map_1f9189991c827fc50daff5d04c5a12af {
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_ba9204444206f7056a3c99a6a15c3a97&quot; &gt;&lt;/div&gt;
583+
&lt;div class=&quot;folium-map&quot; id=&quot;map_1f9189991c827fc50daff5d04c5a12af&quot; &gt;&lt;/div&gt;
584584
585585
&lt;/body&gt;
586586
&lt;script&gt;
587587
588588
589-
var map_ba9204444206f7056a3c99a6a15c3a97 = L.map(
590-
&quot;map_ba9204444206f7056a3c99a6a15c3a97&quot;,
589+
var map_1f9189991c827fc50daff5d04c5a12af = L.map(
590+
&quot;map_1f9189991c827fc50daff5d04c5a12af&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_d117202532e82989a1eee0ed670affe0 = L.tileLayer(
607+
var tile_layer_7aa9c031585940855059a9eb8e5a345f = 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_d117202532e82989a1eee0ed670affe0.addTo(map_ba9204444206f7056a3c99a6a15c3a97);
624+
tile_layer_7aa9c031585940855059a9eb8e5a345f.addTo(map_1f9189991c827fc50daff5d04c5a12af);
625625
626626
627-
var realtime_70d9cf297cc5b8029e1c463398dd7582 = L.realtime(
627+
var realtime_a2f8b73f8ab660c20dc9eb817651af12 = 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_ba9204444206f7056a3c99a6a15c3a97.addLayer(
671-
realtime_70d9cf297cc5b8029e1c463398dd7582._container
670+
map_1f9189991c827fc50daff5d04c5a12af.addLayer(
671+
realtime_a2f8b73f8ab660c20dc9eb817651af12._container
672672
);
673673
674674
675-
realtime_70d9cf297cc5b8029e1c463398dd7582.addTo(map_ba9204444206f7056a3c99a6a15c3a97);
675+
realtime_a2f8b73f8ab660c20dc9eb817651af12.addTo(map_1f9189991c827fc50daff5d04c5a12af);
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)