Skip to content

Commit 5da9ba8

Browse files
committed
deploy: 92ccec9
1 parent 243ae4d commit 5da9ba8

147 files changed

Lines changed: 12846 additions & 12852 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.
-4.39 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
@@ -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_ca904de46909cab95cd07b4baaf80c05 {
570+
#map_c0987b01f695e3857c39ef1025e09cba {
571571
position: relative;
572572
width: 100.0vw;
573573
height: 100.0vh;
@@ -598,14 +598,14 @@ <h3>Example 2: loading additional javascript<a class="headerlink" href="#Example
598598
&lt;body&gt;
599599
600600
601-
&lt;div class=&quot;folium-map&quot; id=&quot;map_ca904de46909cab95cd07b4baaf80c05&quot; &gt;&lt;/div&gt;
601+
&lt;div class=&quot;folium-map&quot; id=&quot;map_c0987b01f695e3857c39ef1025e09cba&quot; &gt;&lt;/div&gt;
602602
603603
&lt;/body&gt;
604604
&lt;script&gt;
605605
606606
607-
var map_ca904de46909cab95cd07b4baaf80c05 = L.map(
608-
&quot;map_ca904de46909cab95cd07b4baaf80c05&quot;,
607+
var map_c0987b01f695e3857c39ef1025e09cba = L.map(
608+
&quot;map_c0987b01f695e3857c39ef1025e09cba&quot;,
609609
{
610610
center: [0.0, 0.0],
611611
crs: L.CRS.EPSG3857,
@@ -622,7 +622,7 @@ <h3>Example 2: loading additional javascript<a class="headerlink" href="#Example
622622
623623
624624
625-
var tile_layer_c28a0638fad41f2a6048971c72fa9c0c = L.tileLayer(
625+
var tile_layer_389f8ce830f9e7b25f873c95347cff70 = L.tileLayer(
626626
&quot;https://tile.openstreetmap.org/{z}/{x}/{y}.png&quot;,
627627
{
628628
&quot;minZoom&quot;: 0,
@@ -639,10 +639,10 @@ <h3>Example 2: loading additional javascript<a class="headerlink" href="#Example
639639
);
640640
641641
642-
tile_layer_c28a0638fad41f2a6048971c72fa9c0c.addTo(map_ca904de46909cab95cd07b4baaf80c05);
642+
tile_layer_389f8ce830f9e7b25f873c95347cff70.addTo(map_c0987b01f695e3857c39ef1025e09cba);
643643
644644
645-
var realtime_c10cbdd4bb75f927523df25d0fdbd377 = L.realtime(
645+
var realtime_e0a0b5d22641f70268f05b75f647014f = L.realtime(
646646
647647
function(responseHandler, errorHandler) {
648648
var url = &#x27;https://api.wheretheiss.at/v1/satellites/25544&#x27;;
@@ -685,12 +685,12 @@ <h3>Example 2: loading additional javascript<a class="headerlink" href="#Example
685685
&quot;removeMissing&quot;: false,
686686
}
687687
);
688-
map_ca904de46909cab95cd07b4baaf80c05.addLayer(
689-
realtime_c10cbdd4bb75f927523df25d0fdbd377._container
688+
map_c0987b01f695e3857c39ef1025e09cba.addLayer(
689+
realtime_e0a0b5d22641f70268f05b75f647014f._container
690690
);
691691
692692
693-
realtime_c10cbdd4bb75f927523df25d0fdbd377.addTo(map_ca904de46909cab95cd07b4baaf80c05);
693+
realtime_e0a0b5d22641f70268f05b75f647014f.addTo(map_c0987b01f695e3857c39ef1025e09cba);
694694
695695
&lt;/script&gt;
696696
&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)