Created
March 1, 2019 23:18
-
-
Save eyllanesc/35a5a88def67d5aad48ea63ef0749b1e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | |
<script>L_PREFER_CANVAS=false; L_NO_TOUCH=false; L_DISABLE_3D=false;</script> | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.js"></script> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.css"/> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"/> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"/> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"/> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/> | |
<link rel="stylesheet" href="https://rawcdn.githack.com/python-visualization/folium/master/folium/templates/leaflet.awesome.rotate.css"/> | |
<style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style> | |
<style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style> | |
<meta name="viewport" content="width=device-width, | |
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | |
<style>#map_27cc38743b854f41a2d7e7b6febcceea { | |
position: relative; | |
width: 100.0%; | |
height: 100.0%; | |
left: 0.0%; | |
top: 0.0%; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="folium-map" id="map_27cc38743b854f41a2d7e7b6febcceea" ></div> | |
</body> | |
<script> | |
var bounds = null; | |
var map_27cc38743b854f41a2d7e7b6febcceea = L.map( | |
'map_27cc38743b854f41a2d7e7b6febcceea', { | |
center: [48.0957945, 65.9538365], | |
zoom: 5, | |
maxBounds: bounds, | |
layers: [], | |
worldCopyJump: false, | |
crs: L.CRS.EPSG3857, | |
zoomControl: true, | |
}); | |
var tile_layer_d9bdec9b39044d428c0af94caa02efbc = L.tileLayer( | |
'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', | |
{ | |
"attribution": null, | |
"detectRetina": false, | |
"maxNativeZoom": 18, | |
"maxZoom": 18, | |
"minZoom": 0, | |
"noWrap": false, | |
"opacity": 1, | |
"subdomains": "abc", | |
"tms": false | |
}).addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
var marker_77f9551aeecb49d5a0f2023f13364de2 = L.marker( | |
[51.916401, 69.410758], | |
{ | |
icon: new L.Icon.Default() | |
} | |
).addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
var popup_c2c4466b48404fca98a79c2df91a7e77 = L.popup({maxWidth: '300' | |
}); | |
var html_85cf2389d91c44f29a766acf3a660b7f = $(`<div id="html_85cf2389d91c44f29a766acf3a660b7f" style="width: 100.0%; height: 100.0%;"><i>Akmola</i></div>`)[0]; | |
popup_c2c4466b48404fca98a79c2df91a7e77.setContent(html_85cf2389d91c44f29a766acf3a660b7f); | |
marker_77f9551aeecb49d5a0f2023f13364de2.bindPopup(popup_c2c4466b48404fca98a79c2df91a7e77) | |
; | |
marker_77f9551aeecb49d5a0f2023f13364de2.bindTooltip( | |
`<div>` | |
+ `1` + `</div>`, | |
{"sticky": true} | |
); | |
var marker_5a39c2ed06614c92a9cc35725397ff7a = L.marker( | |
[50.287273, 57.167675], | |
{ | |
icon: new L.Icon.Default() | |
} | |
).addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
var popup_a5e3204bd9574209a5cff03a03688ecf = L.popup({maxWidth: '300' | |
}); | |
var html_466db35bea664beea7828fb65bff08e4 = $(`<div id="html_466db35bea664beea7828fb65bff08e4" style="width: 100.0%; height: 100.0%;"><i>Aktobe</i></div>`)[0]; | |
popup_a5e3204bd9574209a5cff03a03688ecf.setContent(html_466db35bea664beea7828fb65bff08e4); | |
marker_5a39c2ed06614c92a9cc35725397ff7a.bindPopup(popup_a5e3204bd9574209a5cff03a03688ecf) | |
; | |
marker_5a39c2ed06614c92a9cc35725397ff7a.bindTooltip( | |
`<div>` | |
+ `2` + `</div>`, | |
{"sticky": true} | |
); | |
var marker_699e2bc22d974bccbfa439cd5e1caa97 = L.marker( | |
[43.223415, 76.851579], | |
{ | |
icon: new L.Icon.Default() | |
} | |
).addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
var popup_89281c97431949b68febb027bfd81502 = L.popup({maxWidth: '300' | |
}); | |
var html_24be50bea7204bfeabc657a696b9606e = $(`<div id="html_24be50bea7204bfeabc657a696b9606e" style="width: 100.0%; height: 100.0%;"><i>Almaty</i></div>`)[0]; | |
popup_89281c97431949b68febb027bfd81502.setContent(html_24be50bea7204bfeabc657a696b9606e); | |
marker_699e2bc22d974bccbfa439cd5e1caa97.bindPopup(popup_89281c97431949b68febb027bfd81502) | |
; | |
marker_699e2bc22d974bccbfa439cd5e1caa97.bindTooltip( | |
`<div>` | |
+ `3` + `</div>`, | |
{"sticky": true} | |
); | |
var marker_3a3db0c4a46f48ed9cefa6c6efe850a8 = L.marker( | |
[47.096037, 51.922742], | |
{ | |
icon: new L.Icon.Default() | |
} | |
).addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
var popup_531dafe578594b659300118f1ea6df0f = L.popup({maxWidth: '300' | |
}); | |
var html_2489a25c9b504804aad927323469b7ac = $(`<div id="html_2489a25c9b504804aad927323469b7ac" style="width: 100.0%; height: 100.0%;"><i>Atyrau</i></div>`)[0]; | |
popup_531dafe578594b659300118f1ea6df0f.setContent(html_2489a25c9b504804aad927323469b7ac); | |
marker_3a3db0c4a46f48ed9cefa6c6efe850a8.bindPopup(popup_531dafe578594b659300118f1ea6df0f) | |
; | |
marker_3a3db0c4a46f48ed9cefa6c6efe850a8.bindTooltip( | |
`<div>` | |
+ `4` + `</div>`, | |
{"sticky": true} | |
); | |
var marker_0efa342c23b04a8aa0ff173666061675 = L.marker( | |
[50.423377, 80.249817], | |
{ | |
icon: new L.Icon.Default() | |
} | |
).addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
var popup_237b7aafb0e348a8aeaeee13b3d636f5 = L.popup({maxWidth: '300' | |
}); | |
var html_7a4f706238e947839f205dd04b38300a = $(`<div id="html_7a4f706238e947839f205dd04b38300a" style="width: 100.0%; height: 100.0%;"><i>East KZ</i></div>`)[0]; | |
popup_237b7aafb0e348a8aeaeee13b3d636f5.setContent(html_7a4f706238e947839f205dd04b38300a); | |
marker_0efa342c23b04a8aa0ff173666061675.bindPopup(popup_237b7aafb0e348a8aeaeee13b3d636f5) | |
; | |
marker_0efa342c23b04a8aa0ff173666061675.bindTooltip( | |
`<div>` | |
+ `5` + `</div>`, | |
{"sticky": true} | |
); | |
var marker_1bebd9b3c62449c08508114725bba16b = L.marker( | |
[49.804341, 73.110239], | |
{ | |
icon: new L.Icon.Default() | |
} | |
).addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
var popup_4ab7533abb2e4ad48e100af21e69f487 = L.popup({maxWidth: '300' | |
}); | |
var html_ec50227c282b4cffbceaebab3df6328c = $(`<div id="html_ec50227c282b4cffbceaebab3df6328c" style="width: 100.0%; height: 100.0%;"><i>Karaganda</i></div>`)[0]; | |
popup_4ab7533abb2e4ad48e100af21e69f487.setContent(html_ec50227c282b4cffbceaebab3df6328c); | |
marker_1bebd9b3c62449c08508114725bba16b.bindPopup(popup_4ab7533abb2e4ad48e100af21e69f487) | |
; | |
marker_1bebd9b3c62449c08508114725bba16b.bindTooltip( | |
`<div>` | |
+ `6` + `</div>`, | |
{"sticky": true} | |
); | |
var marker_235eba22ecc74373adcea3ea987a5eab = L.marker( | |
[53.219079, 63.635771], | |
{ | |
icon: new L.Icon.Default() | |
} | |
).addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
var popup_032d68cf1f4e46c088200e8bd838c53c = L.popup({maxWidth: '300' | |
}); | |
var html_e054febbbdb84306a247b8bc67567b85 = $(`<div id="html_e054febbbdb84306a247b8bc67567b85" style="width: 100.0%; height: 100.0%;"><i>Kostanay</i></div>`)[0]; | |
popup_032d68cf1f4e46c088200e8bd838c53c.setContent(html_e054febbbdb84306a247b8bc67567b85); | |
marker_235eba22ecc74373adcea3ea987a5eab.bindPopup(popup_032d68cf1f4e46c088200e8bd838c53c) | |
; | |
marker_235eba22ecc74373adcea3ea987a5eab.bindTooltip( | |
`<div>` | |
+ `7` + `</div>`, | |
{"sticky": true} | |
); | |
var marker_4303dc977bb84119867de642b62646da = L.marker( | |
[42.874266, 74.61725], | |
{ | |
icon: new L.Icon.Default() | |
} | |
).addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
var popup_92192c737c474044b9f6a1a916a9ba61 = L.popup({maxWidth: '300' | |
}); | |
var html_4a6d7f7d113442f9a1dad2dc778c4d2a = $(`<div id="html_4a6d7f7d113442f9a1dad2dc778c4d2a" style="width: 100.0%; height: 100.0%;"><i>Kyrgyzstan</i></div>`)[0]; | |
popup_92192c737c474044b9f6a1a916a9ba61.setContent(html_4a6d7f7d113442f9a1dad2dc778c4d2a); | |
marker_4303dc977bb84119867de642b62646da.bindPopup(popup_92192c737c474044b9f6a1a916a9ba61) | |
; | |
marker_4303dc977bb84119867de642b62646da.bindTooltip( | |
`<div>` | |
+ `8` + `</div>`, | |
{"sticky": true} | |
); | |
var marker_d7b38f61f05f415d844501c6982138be = L.marker( | |
[44.849207, 65.481569], | |
{ | |
icon: new L.Icon.Default() | |
} | |
).addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
var popup_1a0c55cc0cd94093b4ed25a74adcb494 = L.popup({maxWidth: '300' | |
}); | |
var html_f1ee8372da684cb88ecf84899694f46e = $(`<div id="html_f1ee8372da684cb88ecf84899694f46e" style="width: 100.0%; height: 100.0%;"><i>Kyzylorda</i></div>`)[0]; | |
popup_1a0c55cc0cd94093b4ed25a74adcb494.setContent(html_f1ee8372da684cb88ecf84899694f46e); | |
marker_d7b38f61f05f415d844501c6982138be.bindPopup(popup_1a0c55cc0cd94093b4ed25a74adcb494) | |
; | |
marker_d7b38f61f05f415d844501c6982138be.bindTooltip( | |
`<div>` | |
+ `9` + `</div>`, | |
{"sticky": true} | |
); | |
var marker_5aeb0012d61c4980bb1d7d85a6d70f8b = L.marker( | |
[44.592591, 53.854167], | |
{ | |
icon: new L.Icon.Default() | |
} | |
).addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
var popup_b7b5db94af774513977064d24a85c91d = L.popup({maxWidth: '300' | |
}); | |
var html_56bfa8a12c7641448be69c5bf6fc744b = $(`<div id="html_56bfa8a12c7641448be69c5bf6fc744b" style="width: 100.0%; height: 100.0%;"><i>Mangystau</i></div>`)[0]; | |
popup_b7b5db94af774513977064d24a85c91d.setContent(html_56bfa8a12c7641448be69c5bf6fc744b); | |
marker_5aeb0012d61c4980bb1d7d85a6d70f8b.bindPopup(popup_b7b5db94af774513977064d24a85c91d) | |
; | |
marker_5aeb0012d61c4980bb1d7d85a6d70f8b.bindTooltip( | |
`<div>` | |
+ `10` + `</div>`, | |
{"sticky": true} | |
); | |
var marker_6c3471cce39b46359f16698705fd70ae = L.marker( | |
[54.872022, 69.150864], | |
{ | |
icon: new L.Icon.Default() | |
} | |
).addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
var popup_ec6c44ed961840d7a3324047e8792ff6 = L.popup({maxWidth: '300' | |
}); | |
var html_98fbfaebffed4a6ba851ea44088ea3e6 = $(`<div id="html_98fbfaebffed4a6ba851ea44088ea3e6" style="width: 100.0%; height: 100.0%;"><i>North KZ</i></div>`)[0]; | |
popup_ec6c44ed961840d7a3324047e8792ff6.setContent(html_98fbfaebffed4a6ba851ea44088ea3e6); | |
marker_6c3471cce39b46359f16698705fd70ae.bindPopup(popup_ec6c44ed961840d7a3324047e8792ff6) | |
; | |
marker_6c3471cce39b46359f16698705fd70ae.bindTooltip( | |
`<div>` | |
+ `11` + `</div>`, | |
{"sticky": true} | |
); | |
var marker_92046e1e35034063a0186c28763bbb69 = L.marker( | |
[52.287499, 76.967011], | |
{ | |
icon: new L.Icon.Default() | |
} | |
).addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
var popup_674b8003f3134c6ea2d972efa8d6c06d = L.popup({maxWidth: '300' | |
}); | |
var html_bb196b39162e4847b5af774c224baa5d = $(`<div id="html_bb196b39162e4847b5af774c224baa5d" style="width: 100.0%; height: 100.0%;"><i>Pavlodar</i></div>`)[0]; | |
popup_674b8003f3134c6ea2d972efa8d6c06d.setContent(html_bb196b39162e4847b5af774c224baa5d); | |
marker_92046e1e35034063a0186c28763bbb69.bindPopup(popup_674b8003f3134c6ea2d972efa8d6c06d) | |
; | |
marker_92046e1e35034063a0186c28763bbb69.bindTooltip( | |
`<div>` | |
+ `12` + `</div>`, | |
{"sticky": true} | |
); | |
var marker_ae6c8e6988dc4c1589be8064d7ac145e = L.marker( | |
[50.469232, 48.135728], | |
{ | |
icon: new L.Icon.Default() | |
} | |
).addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
var popup_5a5ba42419b24e16af3c329208b4e4a1 = L.popup({maxWidth: '300' | |
}); | |
var html_37ea8e26466f4073bab907dfc57848bf = $(`<div id="html_37ea8e26466f4073bab907dfc57848bf" style="width: 100.0%; height: 100.0%;"><i>Russia1 (Europe)</i></div>`)[0]; | |
popup_5a5ba42419b24e16af3c329208b4e4a1.setContent(html_37ea8e26466f4073bab907dfc57848bf); | |
marker_ae6c8e6988dc4c1589be8064d7ac145e.bindPopup(popup_5a5ba42419b24e16af3c329208b4e4a1) | |
; | |
marker_ae6c8e6988dc4c1589be8064d7ac145e.bindTooltip( | |
`<div>` | |
+ `13` + `</div>`, | |
{"sticky": true} | |
); | |
var marker_0f095f8df5554043a936a84151ff3952 = L.marker( | |
[53.318378, 83.771945], | |
{ | |
icon: new L.Icon.Default() | |
} | |
).addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
var popup_7b28a61d48b64d08a335983456afeda9 = L.popup({maxWidth: '300' | |
}); | |
var html_99c294c1e3484409b0e32c02bff6ae41 = $(`<div id="html_99c294c1e3484409b0e32c02bff6ae41" style="width: 100.0%; height: 100.0%;"><i>Russia2 (Siberia)</i></div>`)[0]; | |
popup_7b28a61d48b64d08a335983456afeda9.setContent(html_99c294c1e3484409b0e32c02bff6ae41); | |
marker_0f095f8df5554043a936a84151ff3952.bindPopup(popup_7b28a61d48b64d08a335983456afeda9) | |
; | |
marker_0f095f8df5554043a936a84151ff3952.bindTooltip( | |
`<div>` | |
+ `14` + `</div>`, | |
{"sticky": true} | |
); | |
var marker_506e51ea39424ab9a6498b2839f82918 = L.marker( | |
[51.201093, 58.570216], | |
{ | |
icon: new L.Icon.Default() | |
} | |
).addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
var popup_0bbd1bc0c1ab4e6c9c128c26cd0589ce = L.popup({maxWidth: '300' | |
}); | |
var html_c67b2c61ddf94725958ad77ee52cea12 = $(`<div id="html_c67b2c61ddf94725958ad77ee52cea12" style="width: 100.0%; height: 100.0%;"><i>Russia3 (Ural)</i></div>`)[0]; | |
popup_0bbd1bc0c1ab4e6c9c128c26cd0589ce.setContent(html_c67b2c61ddf94725958ad77ee52cea12); | |
marker_506e51ea39424ab9a6498b2839f82918.bindPopup(popup_0bbd1bc0c1ab4e6c9c128c26cd0589ce) | |
; | |
marker_506e51ea39424ab9a6498b2839f82918.bindTooltip( | |
`<div>` | |
+ `15` + `</div>`, | |
{"sticky": true} | |
); | |
var marker_49d570ebfef34d36b0a1893ee601169a = L.marker( | |
[42.341357, 69.591659], | |
{ | |
icon: new L.Icon.Default() | |
} | |
).addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
var popup_4c691cb1133943a7b808428324979c75 = L.popup({maxWidth: '300' | |
}); | |
var html_6f6ba693ebbc43f984132c67b27c5db4 = $(`<div id="html_6f6ba693ebbc43f984132c67b27c5db4" style="width: 100.0%; height: 100.0%;"><i>South KZ</i></div>`)[0]; | |
popup_4c691cb1133943a7b808428324979c75.setContent(html_6f6ba693ebbc43f984132c67b27c5db4); | |
marker_49d570ebfef34d36b0a1893ee601169a.bindPopup(popup_4c691cb1133943a7b808428324979c75) | |
; | |
marker_49d570ebfef34d36b0a1893ee601169a.bindTooltip( | |
`<div>` | |
+ `16` + `</div>`, | |
{"sticky": true} | |
); | |
var marker_a42232c7195f47e59a2eb7dc01ddd4b6 = L.marker( | |
[41.319567, 69.260932], | |
{ | |
icon: new L.Icon.Default() | |
} | |
).addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
var popup_d64885c98be54a0690fcb6f5fe18eab0 = L.popup({maxWidth: '300' | |
}); | |
var html_ae1f955b4e204165823c6aac6342d5f6 = $(`<div id="html_ae1f955b4e204165823c6aac6342d5f6" style="width: 100.0%; height: 100.0%;"><i>Uzbekistan</i></div>`)[0]; | |
popup_d64885c98be54a0690fcb6f5fe18eab0.setContent(html_ae1f955b4e204165823c6aac6342d5f6); | |
marker_a42232c7195f47e59a2eb7dc01ddd4b6.bindPopup(popup_d64885c98be54a0690fcb6f5fe18eab0) | |
; | |
marker_a42232c7195f47e59a2eb7dc01ddd4b6.bindTooltip( | |
`<div>` | |
+ `17` + `</div>`, | |
{"sticky": true} | |
); | |
var marker_4e7b135760444beeb07e62c0a5918ff2 = L.marker( | |
[50.17779, 51.168516], | |
{ | |
icon: new L.Icon.Default() | |
} | |
).addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
var popup_efd5fb8aa5bc4ef2afb93cbcdc806b29 = L.popup({maxWidth: '300' | |
}); | |
var html_c84b3945272b4694a6537c9a7a04817c = $(`<div id="html_c84b3945272b4694a6537c9a7a04817c" style="width: 100.0%; height: 100.0%;"><i>West KZ</i></div>`)[0]; | |
popup_efd5fb8aa5bc4ef2afb93cbcdc806b29.setContent(html_c84b3945272b4694a6537c9a7a04817c); | |
marker_4e7b135760444beeb07e62c0a5918ff2.bindPopup(popup_efd5fb8aa5bc4ef2afb93cbcdc806b29) | |
; | |
marker_4e7b135760444beeb07e62c0a5918ff2.bindTooltip( | |
`<div>` | |
+ `18` + `</div>`, | |
{"sticky": true} | |
); | |
var marker_bfd368f17d2143f6964bbafca1a4a140 = L.marker( | |
[44.217614, 72.363404], | |
{ | |
icon: new L.Icon.Default() | |
} | |
).addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
var popup_4d156ffef7a84ccebf9595a27c3fda17 = L.popup({maxWidth: '300' | |
}); | |
var html_1a0e5d5dce3549b686e3110e558e6049 = $(`<div id="html_1a0e5d5dce3549b686e3110e558e6049" style="width: 100.0%; height: 100.0%;"><i>Zhambyl</i></div>`)[0]; | |
popup_4d156ffef7a84ccebf9595a27c3fda17.setContent(html_1a0e5d5dce3549b686e3110e558e6049); | |
marker_bfd368f17d2143f6964bbafca1a4a140.bindPopup(popup_4d156ffef7a84ccebf9595a27c3fda17) | |
; | |
marker_bfd368f17d2143f6964bbafca1a4a140.bindTooltip( | |
`<div>` | |
+ `19` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_0676787375824ce3bbb168033339e7cf = L.polyline( | |
[[50.17779, 51.168516], [50.469232, 48.135728]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_0676787375824ce3bbb168033339e7cf.bindTooltip( | |
`<div>` | |
+ `500 kV | |
323.0 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_fadddf752e0048fb98b0672fe84767bc = L.polyline( | |
[[50.17779, 51.168516], [50.469232, 48.135728]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_fadddf752e0048fb98b0672fe84767bc.bindTooltip( | |
`<div>` | |
+ `220 kV | |
144.21 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_a464c5b9910b4b22b3d06a55c0d8aa41 = L.polyline( | |
[[50.17779, 51.168516], [50.469232, 48.135728]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_a464c5b9910b4b22b3d06a55c0d8aa41.bindTooltip( | |
`<div>` | |
+ `220 kV | |
144.21 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_46dd88c5c83c4b53911965c3918f09e8 = L.polyline( | |
[[50.287273, 57.167675], [51.201093, 58.570216]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_46dd88c5c83c4b53911965c3918f09e8.bindTooltip( | |
`<div>` | |
+ `500 kV | |
323.0 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_bd4387ea57654e49b457268926b37896 = L.polyline( | |
[[50.287273, 57.167675], [51.201093, 58.570216]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_bd4387ea57654e49b457268926b37896.bindTooltip( | |
`<div>` | |
+ `220 kV | |
142.12 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_fb6d690f63154d9e94949d9f59500389 = L.polyline( | |
[[50.287273, 57.167675], [51.201093, 58.570216]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_fb6d690f63154d9e94949d9f59500389.bindTooltip( | |
`<div>` | |
+ `220 kV | |
142.12 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_17b27b3e52a74b3c8ea98256f3915f8f = L.polyline( | |
[[53.219079, 63.635771], [51.201093, 58.570216]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_17b27b3e52a74b3c8ea98256f3915f8f.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1175.625 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_c7bc66f7d8514f0fada3c7a7fc670e6e = L.polyline( | |
[[53.219079, 63.635771], [51.201093, 58.570216]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_c7bc66f7d8514f0fada3c7a7fc670e6e.bindTooltip( | |
`<div>` | |
+ `500 kV | |
969.0 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_2d0f69ddd85b4b42af05312baf891b26 = L.polyline( | |
[[53.219079, 63.635771], [51.201093, 58.570216]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#000000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#000000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 10 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_2d0f69ddd85b4b42af05312baf891b26.bindTooltip( | |
`<div>` | |
+ `1150 kV | |
2261.475 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_9dd22cb21a764c8bb1e31dbc01ace0da = L.polyline( | |
[[53.219079, 63.635771], [51.201093, 58.570216]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_9dd22cb21a764c8bb1e31dbc01ace0da.bindTooltip( | |
`<div>` | |
+ `220 kV | |
144.21 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_4db43cb1b1f14810bbd8bda8937f09b4 = L.polyline( | |
[[54.872022, 69.150864], [51.201093, 58.570216]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_4db43cb1b1f14810bbd8bda8937f09b4.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1011.75 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_ff532f79d92c4e4dbea786fe747a6296 = L.polyline( | |
[[54.872022, 69.150864], [51.201093, 58.570216]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_ff532f79d92c4e4dbea786fe747a6296.bindTooltip( | |
`<div>` | |
+ `220 kV | |
148.39 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_8c58328df667420096760a47858bf4f9 = L.polyline( | |
[[54.872022, 69.150864], [51.201093, 58.570216]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_8c58328df667420096760a47858bf4f9.bindTooltip( | |
`<div>` | |
+ `220 kV | |
148.39 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_cec01060f3134d2481a7ae88d3cc0ee0 = L.polyline( | |
[[52.287499, 76.967011], [53.318378, 83.771945]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_cec01060f3134d2481a7ae88d3cc0ee0.bindTooltip( | |
`<div>` | |
+ `500 kV | |
931.0 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_08ea47536b84455f89e10a787b408a85 = L.polyline( | |
[[52.287499, 76.967011], [53.318378, 83.771945]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_08ea47536b84455f89e10a787b408a85.bindTooltip( | |
`<div>` | |
+ `500 kV | |
931.0 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_b721a5110e974cc8a63d84113cfb2976 = L.polyline( | |
[[52.287499, 76.967011], [53.318378, 83.771945]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_b721a5110e974cc8a63d84113cfb2976.bindTooltip( | |
`<div>` | |
+ `220 kV | |
144.21 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_be1032e3b2454b56a1dea9d4fded2f5f = L.polyline( | |
[[52.287499, 76.967011], [53.318378, 83.771945]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_be1032e3b2454b56a1dea9d4fded2f5f.bindTooltip( | |
`<div>` | |
+ `220 kV | |
142.12 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_a8b702932dbe4759a2c2927d1fc639e8 = L.polyline( | |
[[52.287499, 76.967011], [53.318378, 83.771945]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_a8b702932dbe4759a2c2927d1fc639e8.bindTooltip( | |
`<div>` | |
+ `220 kV | |
144.21 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_aaa1794a1fc948828e4d52490884f015 = L.polyline( | |
[[52.287499, 76.967011], [53.318378, 83.771945]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#000000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#000000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 10 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_aaa1794a1fc948828e4d52490884f015.bindTooltip( | |
`<div>` | |
+ `1150 kV | |
2392.575 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_b325af2a2da040a393796de41c97f0e7 = L.polyline( | |
[[52.287499, 76.967011], [53.318378, 83.771945]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_b325af2a2da040a393796de41c97f0e7.bindTooltip( | |
`<div>` | |
+ `500 kV | |
644.575 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_2f86e75e8c184a1d8170462eb3f8ec0b = L.polyline( | |
[[50.423377, 80.249817], [53.318378, 83.771945]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_2f86e75e8c184a1d8170462eb3f8ec0b.bindTooltip( | |
`<div>` | |
+ `500 kV | |
931.0 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_5833fe5b86904ee1bbb9fe967886eefe = L.polyline( | |
[[43.223415, 76.851579], [42.874266, 74.61725]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_5833fe5b86904ee1bbb9fe967886eefe.bindTooltip( | |
`<div>` | |
+ `220 kV | |
148.39 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_cc6efa856d614bc3a816dda868623f0c = L.polyline( | |
[[43.223415, 76.851579], [42.874266, 74.61725]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_cc6efa856d614bc3a816dda868623f0c.bindTooltip( | |
`<div>` | |
+ `220 kV | |
148.39 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_7d9ca270cfef4292a3880ca743101f0e = L.polyline( | |
[[44.217614, 72.363404], [42.874266, 74.61725]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_7d9ca270cfef4292a3880ca743101f0e.bindTooltip( | |
`<div>` | |
+ `220 kV | |
148.39 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_acf6bb6343b3492c90698effdd8adca9 = L.polyline( | |
[[44.217614, 72.363404], [42.874266, 74.61725]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_acf6bb6343b3492c90698effdd8adca9.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1040.25 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_dfb28bfe111a4e37b4acbaeacffb88bf = L.polyline( | |
[[44.217614, 72.363404], [42.874266, 74.61725]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_dfb28bfe111a4e37b4acbaeacffb88bf.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1175.625 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_93f645720ec34eed8b2aec830821f474 = L.polyline( | |
[[44.217614, 72.363404], [42.874266, 74.61725]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_93f645720ec34eed8b2aec830821f474.bindTooltip( | |
`<div>` | |
+ `220 kV | |
144.21 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_77fd7332cdd94662b42147883fe7d698 = L.polyline( | |
[[42.341357, 69.591659], [41.319567, 69.260932]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_77fd7332cdd94662b42147883fe7d698.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1175.625 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_d999adb910004cb99984f52b1f11e9fb = L.polyline( | |
[[42.341357, 69.591659], [41.319567, 69.260932]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_d999adb910004cb99984f52b1f11e9fb.bindTooltip( | |
`<div>` | |
+ `220 kV | |
197.505 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_b117787ba69c46c0a685aac3acd5f787 = L.polyline( | |
[[42.341357, 69.591659], [41.319567, 69.260932]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_b117787ba69c46c0a685aac3acd5f787.bindTooltip( | |
`<div>` | |
+ `220 kV | |
197.505 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_00c59407fdf3490ca36d62b6f84a3a66 = L.polyline( | |
[[50.287273, 57.167675], [53.219079, 63.635771]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_00c59407fdf3490ca36d62b6f84a3a66.bindTooltip( | |
`<div>` | |
+ `500 kV | |
969.0 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_f3760e09497049f59a1dab83d75b608c = L.polyline( | |
[[53.219079, 63.635771], [54.872022, 69.150864]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_f3760e09497049f59a1dab83d75b608c.bindTooltip( | |
`<div>` | |
+ `220 kV | |
126.445 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_2c6c8994f557463bbb4ba29833db0a5a = L.polyline( | |
[[53.219079, 63.635771], [51.916401, 69.410758]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#000000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#000000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 10 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_2c6c8994f557463bbb4ba29833db0a5a.bindTooltip( | |
`<div>` | |
+ `1150 kV | |
2392.575 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_65a06380302a41cd93b52ab302d248c5 = L.polyline( | |
[[53.219079, 63.635771], [51.916401, 69.410758]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_65a06380302a41cd93b52ab302d248c5.bindTooltip( | |
`<div>` | |
+ `220 kV | |
144.21 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_48651cc0c096489e83aaced679785423 = L.polyline( | |
[[53.219079, 63.635771], [51.916401, 69.410758]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_48651cc0c096489e83aaced679785423.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1040.25 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_c7b2d6cac7ce43e18d5f6668faa9d63e = L.polyline( | |
[[53.219079, 63.635771], [51.916401, 69.410758]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_c7b2d6cac7ce43e18d5f6668faa9d63e.bindTooltip( | |
`<div>` | |
+ `220 kV | |
127.49 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_2a1af99930724cc8b239a3996939034a = L.polyline( | |
[[52.287499, 76.967011], [51.916401, 69.410758]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#000000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#000000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 10 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_2a1af99930724cc8b239a3996939034a.bindTooltip( | |
`<div>` | |
+ `1150 kV | |
2392.575 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_569a96860fd64664b7502cda14b99f4c = L.polyline( | |
[[52.287499, 76.967011], [51.916401, 69.410758]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_569a96860fd64664b7502cda14b99f4c.bindTooltip( | |
`<div>` | |
+ `220 kV | |
148.39 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_c95ad88d8fe64f8a8a0a85485bc27e99 = L.polyline( | |
[[52.287499, 76.967011], [51.916401, 69.410758]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_c95ad88d8fe64f8a8a0a85485bc27e99.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1175.625 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_ed11a1e3186e4e85ac60db15aaed7a2b = L.polyline( | |
[[52.287499, 76.967011], [50.423377, 80.249817]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_ed11a1e3186e4e85ac60db15aaed7a2b.bindTooltip( | |
`<div>` | |
+ `220 kV | |
380.171 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_b6926c6b2f5f404fa23ad8a7c9a2f2e5 = L.polyline( | |
[[44.849207, 65.481569], [49.804341, 73.110239]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_b6926c6b2f5f404fa23ad8a7c9a2f2e5.bindTooltip( | |
`<div>` | |
+ `220 kV | |
144.21 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_2ffd9c63681e4c56b72ad157aa56b773 = L.polyline( | |
[[44.217614, 72.363404], [49.804341, 73.110239]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_2ffd9c63681e4c56b72ad157aa56b773.bindTooltip( | |
`<div>` | |
+ `500 kV | |
983.25 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_85dce1ec7aaa43afb5f32c0ce72389ab = L.polyline( | |
[[44.217614, 72.363404], [49.804341, 73.110239]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_85dce1ec7aaa43afb5f32c0ce72389ab.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1040.25 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_8c66c1336fe945a18c4dfa0e6da21813 = L.polyline( | |
[[44.217614, 72.363404], [49.804341, 73.110239]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_8c66c1336fe945a18c4dfa0e6da21813.bindTooltip( | |
`<div>` | |
+ `220 kV | |
148.39 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_64ead0ce2b52490fae8a31c9b45a69f3 = L.polyline( | |
[[49.804341, 73.110239], [50.423377, 80.249817]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_64ead0ce2b52490fae8a31c9b45a69f3.bindTooltip( | |
`<div>` | |
+ `220 kV | |
144.21 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_1aac74382fa44ad2860676de2a456e64 = L.polyline( | |
[[49.804341, 73.110239], [50.423377, 80.249817]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_1aac74382fa44ad2860676de2a456e64.bindTooltip( | |
`<div>` | |
+ `220 kV | |
144.21 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_ced1f24c43384c93b239c9430fa834e9 = L.polyline( | |
[[52.287499, 76.967011], [49.804341, 73.110239]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_ced1f24c43384c93b239c9430fa834e9.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1175.625 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_7cd42160b29b4673bdea7ad914de805b = L.polyline( | |
[[52.287499, 76.967011], [49.804341, 73.110239]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_7cd42160b29b4673bdea7ad914de805b.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1040.25 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_2d104e0a52124c74a257425deda77b97 = L.polyline( | |
[[52.287499, 76.967011], [49.804341, 73.110239]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_2d104e0a52124c74a257425deda77b97.bindTooltip( | |
`<div>` | |
+ `220 kV | |
144.21 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_48c4a272fd824126aa71cd55ec6e7746 = L.polyline( | |
[[51.916401, 69.410758], [49.804341, 73.110239]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_48c4a272fd824126aa71cd55ec6e7746.bindTooltip( | |
`<div>` | |
+ `220 kV | |
164.483 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_559fb3bd51a2469b8614ef0940e40fff = L.polyline( | |
[[51.916401, 69.410758], [49.804341, 73.110239]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_559fb3bd51a2469b8614ef0940e40fff.bindTooltip( | |
`<div>` | |
+ `220 kV | |
164.483 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_2035797f8c894aab889f46b449a6f8af = L.polyline( | |
[[50.17779, 51.168516], [47.096037, 51.922742]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_2035797f8c894aab889f46b449a6f8af.bindTooltip( | |
`<div>` | |
+ `220 kV | |
125.609 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_82073ed1a7d44366bf704c26ee7bb0fe = L.polyline( | |
[[54.872022, 69.150864], [53.318378, 83.771945]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_82073ed1a7d44366bf704c26ee7bb0fe.bindTooltip( | |
`<div>` | |
+ `500 kV | |
869.25 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_680c5b95d21a405593cf3bb4c6b5f891 = L.polyline( | |
[[47.096037, 51.922742], [44.592591, 53.854167]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_680c5b95d21a405593cf3bb4c6b5f891.bindTooltip( | |
`<div>` | |
+ `220 kV | |
148.39 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_393487178022472fbd887ead4000c1fb = L.polyline( | |
[[47.096037, 51.922742], [44.592591, 53.854167]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_393487178022472fbd887ead4000c1fb.bindTooltip( | |
`<div>` | |
+ `220 kV | |
148.39 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_1d9b2e2e50e24e5c9bc25211c534a77b = L.polyline( | |
[[44.849207, 65.481569], [42.341357, 69.591659]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_1d9b2e2e50e24e5c9bc25211c534a77b.bindTooltip( | |
`<div>` | |
+ `220 kV | |
142.12 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_51bc5d4d87594dd5ae12ccea5fa9246e = L.polyline( | |
[[44.849207, 65.481569], [42.341357, 69.591659]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_51bc5d4d87594dd5ae12ccea5fa9246e.bindTooltip( | |
`<div>` | |
+ `220 kV | |
144.21 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_d7ec0fa1fa624f8686189773ed611f07 = L.polyline( | |
[[42.341357, 69.591659], [44.217614, 72.363404]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_d7ec0fa1fa624f8686189773ed611f07.bindTooltip( | |
`<div>` | |
+ `220 kV | |
144.21 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_ca9b8fdddfd64e9fa2c6ff6624650f46 = L.polyline( | |
[[42.341357, 69.591659], [44.217614, 72.363404]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_ca9b8fdddfd64e9fa2c6ff6624650f46.bindTooltip( | |
`<div>` | |
+ `220 kV | |
144.21 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_21601df00dfc48179c06324657cf4f09 = L.polyline( | |
[[42.341357, 69.591659], [44.217614, 72.363404]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_21601df00dfc48179c06324657cf4f09.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1168.5 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_9951c0d57ea54a6cac7b059e335e175a = L.polyline( | |
[[54.872022, 69.150864], [51.916401, 69.410758]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_9951c0d57ea54a6cac7b059e335e175a.bindTooltip( | |
`<div>` | |
+ `220 kV | |
144.21 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_801a611aef93493fbec59e67603772d4 = L.polyline( | |
[[54.872022, 69.150864], [51.916401, 69.410758]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_801a611aef93493fbec59e67603772d4.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1011.75 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_43e74e3cd5104f708eda32b75c19f69f = L.polyline( | |
[[54.872022, 69.150864], [51.916401, 69.410758]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_43e74e3cd5104f708eda32b75c19f69f.bindTooltip( | |
`<div>` | |
+ `220 kV | |
148.39 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_fc900669073b4848bf2166111b77867a = L.polyline( | |
[[54.872022, 69.150864], [51.916401, 69.410758]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_fc900669073b4848bf2166111b77867a.bindTooltip( | |
`<div>` | |
+ `220 kV | |
126.445 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_fab5447ce4a042d6a0de20422633a2a7 = L.polyline( | |
[[52.287499, 76.967011], [53.318378, 83.771945]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_fab5447ce4a042d6a0de20422633a2a7.bindTooltip( | |
`<div>` | |
+ `220 kV | |
148.39 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_f6e7ef2923b34c13b15431a25f67b89e = L.polyline( | |
[[52.287499, 76.967011], [50.423377, 80.249817]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_f6e7ef2923b34c13b15431a25f67b89e.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1175.625 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_e312cf3d8d7344cba950f10e003f75a2 = L.polyline( | |
[[43.223415, 76.851579], [44.217614, 72.363404]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_e312cf3d8d7344cba950f10e003f75a2.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1341.875 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_f36aff44d7564641bf0e9ff36028460d = L.polyline( | |
[[43.223415, 76.851579], [44.217614, 72.363404]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_f36aff44d7564641bf0e9ff36028460d.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1011.75 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_ac44903a0a8147569da41235e6e6bc83 = L.polyline( | |
[[43.223415, 76.851579], [44.217614, 72.363404]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_ac44903a0a8147569da41235e6e6bc83.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1040.25 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_8a84719c267c423e8eedef9a0400e18d = L.polyline( | |
[[42.341357, 69.591659], [44.217614, 72.363404]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#007cd7ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#007cd7ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 3 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_8a84719c267c423e8eedef9a0400e18d.bindTooltip( | |
`<div>` | |
+ `220 kV | |
153.180923 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_14315e83ba1448c5a004d7d3a220eb56 = L.polyline( | |
[[50.423377, 80.249817], [43.223415, 76.851579]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_14315e83ba1448c5a004d7d3a220eb56.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1040.25 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_8a80a160eca54d9c969b1e501a77ab3e = L.polyline( | |
[[50.17779, 51.168516], [47.096037, 51.922742]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_8a80a160eca54d9c969b1e501a77ab3e.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1000.0 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_22232e76b64b4756b72796a4b25cbf56 = L.polyline( | |
[[47.096037, 51.922742], [44.592591, 53.854167]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_22232e76b64b4756b72796a4b25cbf56.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1000.0 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_143228d256d142868e36abdb9caf5dac = L.polyline( | |
[[50.17779, 51.168516], [50.287273, 57.167675]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_143228d256d142868e36abdb9caf5dac.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1000.0 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_eaf993a5de414494909721b573f65983 = L.polyline( | |
[[47.096037, 51.922742], [50.287273, 57.167675]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_eaf993a5de414494909721b573f65983.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1000.0 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_264fd84a54574dd2be109b796f4acdaf = L.polyline( | |
[[44.592591, 53.854167], [50.287273, 57.167675]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_264fd84a54574dd2be109b796f4acdaf.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1000.0 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_418addc4693f4b4784bc990c6ecd93ee = L.polyline( | |
[[50.287273, 57.167675], [44.849207, 65.481569]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_418addc4693f4b4784bc990c6ecd93ee.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1000.0 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_c630a3adbd8c4aeda7d1e5773dd71068 = L.polyline( | |
[[50.287273, 57.167675], [49.804341, 73.110239]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_c630a3adbd8c4aeda7d1e5773dd71068.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1000.0 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_d9a27b2e4e9d48979151d7e66d44220f = L.polyline( | |
[[44.849207, 65.481569], [49.804341, 73.110239]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_d9a27b2e4e9d48979151d7e66d44220f.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1000.0 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_15bd10659a1f44b182f6d1850a5e7626 = L.polyline( | |
[[44.849207, 65.481569], [44.217614, 72.363404]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_15bd10659a1f44b182f6d1850a5e7626.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1000.0 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_e89288eb88464716ae5844882345ef8f = L.polyline( | |
[[44.849207, 65.481569], [42.341357, 69.591659]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_e89288eb88464716ae5844882345ef8f.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1000.0 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_df3605f81e7a40089bc7a06c76487527 = L.polyline( | |
[[42.341357, 69.591659], [44.217614, 72.363404]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_df3605f81e7a40089bc7a06c76487527.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1000.0 MW` + `</div>`, | |
{"sticky": true} | |
); | |
var poly_line_6adccb557e6d463086d92d6a591d573a = L.polyline( | |
[[49.804341, 73.110239], [50.423377, 80.249817]], | |
{ | |
"bubblingMouseEvents": true, | |
"color": "#ff0000ff", | |
"dashArray": null, | |
"dashOffset": null, | |
"fill": false, | |
"fillColor": "#ff0000ff", | |
"fillOpacity": 0.2, | |
"fillRule": "evenodd", | |
"lineCap": "round", | |
"lineJoin": "round", | |
"noClip": false, | |
"opacity": 1, | |
"smoothFactor": 1.0, | |
"stroke": true, | |
"weight": 6 | |
} | |
) | |
.addTo(map_27cc38743b854f41a2d7e7b6febcceea); | |
poly_line_6adccb557e6d463086d92d6a591d573a.bindTooltip( | |
`<div>` | |
+ `500 kV | |
1000.0 MW` + `</div>`, | |
{"sticky": true} | |
); | |
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
from PyQt5 import QtCore, QtWidgets, QtWebEngineWidgets | |
if __name__ == '__main__': | |
import sys | |
app = QtWidgets.QApplication(sys.argv) | |
view = QtWebEngineWidgets.QWebEngineView() | |
file = os.path.join(os.path.dirname(__file__), "map.html") | |
view.load(QtCore.QUrl.fromLocalFile(file)) | |
view.show() | |
sys.exit(app.exec_()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
from PyQt5 import QtCore, QtWidgets, QtWebKitWidgets | |
if __name__ == '__main__': | |
import sys | |
app = QtWidgets.QApplication(sys.argv) | |
view = QtWebKitWidgets.QWebView() | |
file = os.path.join(os.path.dirname(__file__), "map.html") | |
view.load(QtCore.QUrl.fromLocalFile(file)) | |
view.show() | |
sys.exit(app.exec_()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Result of test_QtWebKitWidgets:
I have also tried with QtWebEngineWidgets and it works correctly, if you want to do the test you must install using pip:
Result of test_QtWebEngineWidgets: