Skip to content

Commit c992aa8

Browse files
committed
deploy: f0c6464
1 parent 25695eb commit c992aa8

147 files changed

Lines changed: 12845 additions & 12845 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
155 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
@@ -567,7 +567,7 @@ <h3>Example 2: loading additional javascript<a class="headerlink" href="#Example
567567
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,
568568
initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt;
569569
&lt;style&gt;
570-
#map_1e589c40d0121a4f7fff73d6207a476d {
570+
#map_184ee5c8642615f6023e4be0837e8497 {
571571
position: relative;
572572
width: 100.0vw;
573573
height: 100.0vh;
@@ -607,14 +607,14 @@ <h3>Example 2: loading additional javascript<a class="headerlink" href="#Example
607607
&lt;body&gt;
608608
609609
610-
&lt;div class=&quot;folium-map&quot; id=&quot;map_1e589c40d0121a4f7fff73d6207a476d&quot; &gt;&lt;/div&gt;
610+
&lt;div class=&quot;folium-map&quot; id=&quot;map_184ee5c8642615f6023e4be0837e8497&quot; &gt;&lt;/div&gt;
611611
612612
&lt;/body&gt;
613613
&lt;script&gt;
614614
615615
616-
var map_1e589c40d0121a4f7fff73d6207a476d = L.map(
617-
&quot;map_1e589c40d0121a4f7fff73d6207a476d&quot;,
616+
var map_184ee5c8642615f6023e4be0837e8497 = L.map(
617+
&quot;map_184ee5c8642615f6023e4be0837e8497&quot;,
618618
{
619619
center: [0.0, 0.0],
620620
crs: L.CRS.EPSG3857,
@@ -631,7 +631,7 @@ <h3>Example 2: loading additional javascript<a class="headerlink" href="#Example
631631
632632
633633
634-
var tile_layer_fc2d64ef8bae6cbb95b2a299f4cce260 = L.tileLayer(
634+
var tile_layer_8062cf88a16ba1c5472fcb4b98629024 = L.tileLayer(
635635
&quot;https://tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,
636636
{
637637
&quot;minZoom&quot;: 0,
@@ -648,10 +648,10 @@ <h3>Example 2: loading additional javascript<a class="headerlink" href="#Example
648648
);
649649
650650
651-
tile_layer_fc2d64ef8bae6cbb95b2a299f4cce260.addTo(map_1e589c40d0121a4f7fff73d6207a476d);
651+
tile_layer_8062cf88a16ba1c5472fcb4b98629024.addTo(map_184ee5c8642615f6023e4be0837e8497);
652652
653653
654-
var realtime_f77845eb2e47c2a80568272da56d3a58 = L.realtime(
654+
var realtime_0cc6473cfb0f44d4bac1f2c37d32cc14 = L.realtime(
655655
656656
function(responseHandler, errorHandler) {
657657
var url = &#x27;https://api.wheretheiss.at/v1/satellites/25544&#x27;;
@@ -694,12 +694,12 @@ <h3>Example 2: loading additional javascript<a class="headerlink" href="#Example
694694
&quot;removeMissing&quot;: false,
695695
}
696696
);
697-
map_1e589c40d0121a4f7fff73d6207a476d.addLayer(
698-
realtime_f77845eb2e47c2a80568272da56d3a58._container
697+
map_184ee5c8642615f6023e4be0837e8497.addLayer(
698+
realtime_0cc6473cfb0f44d4bac1f2c37d32cc14._container
699699
);
700700
701701
702-
realtime_f77845eb2e47c2a80568272da56d3a58.addTo(map_1e589c40d0121a4f7fff73d6207a476d);
702+
realtime_0cc6473cfb0f44d4bac1f2c37d32cc14.addTo(map_184ee5c8642615f6023e4be0837e8497);
703703
704704
&lt;/script&gt;
705705
&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)