Skip to content

Commit a67108e

Browse files
committed
deploy: 03cb432
1 parent 756399f commit a67108e

147 files changed

Lines changed: 12833 additions & 12833 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.
-1.48 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
@@ -568,7 +568,7 @@ <h3>Example 2: loading additional javascript<a class="headerlink" href="#Example
568568
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,
569569
initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; /&gt;
570570
&lt;style&gt;
571-
#map_02b2b2c87b850d2976d34fe1911394c7 {
571+
#map_08314a1a4099a730a1d469b0767a4523 {
572572
position: relative;
573573
width: 100.0vw;
574574
height: 100.0vh;
@@ -608,14 +608,14 @@ <h3>Example 2: loading additional javascript<a class="headerlink" href="#Example
608608
&lt;body&gt;
609609
610610
611-
&lt;div class=&quot;folium-map&quot; id=&quot;map_02b2b2c87b850d2976d34fe1911394c7&quot; &gt;&lt;/div&gt;
611+
&lt;div class=&quot;folium-map&quot; id=&quot;map_08314a1a4099a730a1d469b0767a4523&quot; &gt;&lt;/div&gt;
612612
613613
&lt;/body&gt;
614614
&lt;script&gt;
615615
616616
617-
var map_02b2b2c87b850d2976d34fe1911394c7 = L.map(
618-
&quot;map_02b2b2c87b850d2976d34fe1911394c7&quot;,
617+
var map_08314a1a4099a730a1d469b0767a4523 = L.map(
618+
&quot;map_08314a1a4099a730a1d469b0767a4523&quot;,
619619
{
620620
center: [0.0, 0.0],
621621
crs: L.CRS.EPSG3857,
@@ -632,7 +632,7 @@ <h3>Example 2: loading additional javascript<a class="headerlink" href="#Example
632632
633633
634634
635-
var tile_layer_127f7955690ba09a30715e54a53d5a27 = L.tileLayer(
635+
var tile_layer_9b98e7be1e0b2a3fb400bb74f69ffa76 = L.tileLayer(
636636
&quot;https://tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,
637637
{
638638
&quot;minZoom&quot;: 0,
@@ -649,10 +649,10 @@ <h3>Example 2: loading additional javascript<a class="headerlink" href="#Example
649649
);
650650
651651
652-
tile_layer_127f7955690ba09a30715e54a53d5a27.addTo(map_02b2b2c87b850d2976d34fe1911394c7);
652+
tile_layer_9b98e7be1e0b2a3fb400bb74f69ffa76.addTo(map_08314a1a4099a730a1d469b0767a4523);
653653
654654
655-
var realtime_b053372e4a975799145461eadbc0f3c6 = L.realtime(
655+
var realtime_eb499c201b860f0f5691eb16338af9f7 = L.realtime(
656656
657657
function(responseHandler, errorHandler) {
658658
var url = &#x27;https://api.wheretheiss.at/v1/satellites/25544&#x27;;
@@ -695,12 +695,12 @@ <h3>Example 2: loading additional javascript<a class="headerlink" href="#Example
695695
&quot;removeMissing&quot;: false,
696696
}
697697
);
698-
map_02b2b2c87b850d2976d34fe1911394c7.addLayer(
699-
realtime_b053372e4a975799145461eadbc0f3c6._container
698+
map_08314a1a4099a730a1d469b0767a4523.addLayer(
699+
realtime_eb499c201b860f0f5691eb16338af9f7._container
700700
);
701701
702702
703-
realtime_b053372e4a975799145461eadbc0f3c6.addTo(map_02b2b2c87b850d2976d34fe1911394c7);
703+
realtime_eb499c201b860f0f5691eb16338af9f7.addTo(map_08314a1a4099a730a1d469b0767a4523);
704704
705705
&lt;/script&gt;
706706
&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)