- zoesch.de - blitzkiste.net - gruene-hassberge (norbert.zoesch.de) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
4465 lines
180 KiB
HTML
4465 lines
180 KiB
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
<script>L_PREFER_CANVAS = false; L_NO_TOUCH = false; L_DISABLE_3D = false;</script>
|
|
<script src="https://unpkg.com/leaflet@1.0.1/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>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.0.0/leaflet.markercluster-src.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.0.0/leaflet.markercluster.js"></script>
|
|
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.0.1/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://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.0.0/MarkerCluster.Default.css" />
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.0.0/MarkerCluster.css" />
|
|
<link rel="stylesheet" href="https://rawgit.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>
|
|
|
|
<style> #map_23a5b6fac53541c3830cfed83fc9a379 {
|
|
position : relative;
|
|
width : 100.0%;
|
|
height: 100.0%;
|
|
left: 0.0%;
|
|
top: 0.0%;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div class="folium-map" id="map_23a5b6fac53541c3830cfed83fc9a379" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
|
|
var southWest = L.latLng(-90, -180);
|
|
var northEast = L.latLng(90, 180);
|
|
var bounds = L.latLngBounds(southWest, northEast);
|
|
|
|
|
|
var map_23a5b6fac53541c3830cfed83fc9a379 = L.map(
|
|
'map_23a5b6fac53541c3830cfed83fc9a379',
|
|
{center: [50.032,10.519],
|
|
zoom: 15,
|
|
maxBounds: bounds,
|
|
layers: [],
|
|
worldCopyJump: false,
|
|
crs: L.CRS.EPSG3857
|
|
});
|
|
|
|
|
|
|
|
var tile_layer_ed783ec1633647019208cf86b7623e65 = L.tileLayer(
|
|
'https://api.mapbox.com/styles/v1/f2daz/cj53iitnb0cxr2rp96gsee7dx/tiles/256/{z}/{x}/{y}?access_token=pk.eyJ1IjoiZjJkYXoiLCJhIjoiY2o1M2hrczV0MDc1bDJ2bjBiYWdha2c0diJ9.uEHH_tyU0wV2Z3yC6gOKBQ',
|
|
{
|
|
maxZoom: 18,
|
|
minZoom: 1,
|
|
continuousWorld: false,
|
|
noWrap: false,
|
|
attribution: 'Mapbox',
|
|
detectRetina: false
|
|
}
|
|
).addTo(map_23a5b6fac53541c3830cfed83fc9a379);
|
|
|
|
|
|
|
|
var feature_group_2f3218ae9ddc455790ab8f7de5747f34 = L.featureGroup(
|
|
).addTo(map_23a5b6fac53541c3830cfed83fc9a379);
|
|
|
|
|
|
|
|
var marker_bbb02186b3d34130b48f704ab361d257 = L.marker(
|
|
[50.0168509059,10.5528831797],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_f255f852ef084fa7a27d46901bd2acf3 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_bbb02186b3d34130b48f704ab361d257.setIcon(icon_f255f852ef084fa7a27d46901bd2acf3);
|
|
|
|
|
|
var popup_e626c2922cea45ba869c0193f5fd5cb7 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_60a07b1782174da7af5c994d6dc0244e = $('<div id="html_60a07b1782174da7af5c994d6dc0244e" style="width: 100.0%; height: 100.0%;"><h4>Station AUG01</h4><br><b>Trafo:</b> 250 kVA<br><b>Anschrift:</b> Lindenhainstraße 17, 97437 Augsfeld</div>')[0];
|
|
popup_e626c2922cea45ba869c0193f5fd5cb7.setContent(html_60a07b1782174da7af5c994d6dc0244e);
|
|
|
|
|
|
marker_bbb02186b3d34130b48f704ab361d257.bindPopup(popup_e626c2922cea45ba869c0193f5fd5cb7);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_cf9b5c14106f43cc930c138f5f771ca6 = L.marker(
|
|
[50.0250835757,10.5481315739],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_b6b327ca9bcf4a42aa406394fffbb025 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_cf9b5c14106f43cc930c138f5f771ca6.setIcon(icon_b6b327ca9bcf4a42aa406394fffbb025);
|
|
|
|
|
|
var popup_6ceeba8a95db41e5885b6f5904b4da58 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_269d5e68ffff41e283db3ff3e611450a = $('<div id="html_269d5e68ffff41e283db3ff3e611450a" style="width: 100.0%; height: 100.0%;"><h4>Station K_AUG01</h4><br><b>Trafo:</b> 315 kVA<br><b>Anschrift:</b> Pfarrer-Kraiß-Straße 16, 97437 Augsfeld</div>')[0];
|
|
popup_6ceeba8a95db41e5885b6f5904b4da58.setContent(html_269d5e68ffff41e283db3ff3e611450a);
|
|
|
|
|
|
marker_cf9b5c14106f43cc930c138f5f771ca6.bindPopup(popup_6ceeba8a95db41e5885b6f5904b4da58);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_bcadcfd5d26b42abbf7cb57cabfa9165 = L.marker(
|
|
[50.0283502373,10.5490249893],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_281d5ef1cefb4ea8a5ab04289275a55f = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_bcadcfd5d26b42abbf7cb57cabfa9165.setIcon(icon_281d5ef1cefb4ea8a5ab04289275a55f);
|
|
|
|
|
|
var popup_979b4a80f98c42ad8b8bf71388ad596e = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_06562539d36342e785b29e553cedb168 = $('<div id="html_06562539d36342e785b29e553cedb168" style="width: 100.0%; height: 100.0%;"><h4>Station K_AUG02</h4><br><b>Trafo:</b> 315 kVA<br><b>Anschrift:</b> Hohwanner Str. 6, 97437 Augsfeld</div>')[0];
|
|
popup_979b4a80f98c42ad8b8bf71388ad596e.setContent(html_06562539d36342e785b29e553cedb168);
|
|
|
|
|
|
marker_bcadcfd5d26b42abbf7cb57cabfa9165.bindPopup(popup_979b4a80f98c42ad8b8bf71388ad596e);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_5121b800a4084ed099cae3e715f236cc = L.marker(
|
|
[50.0253433798,10.5481202973],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_62d97bca5dc54f3892fb72d8556e8bf1 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_5121b800a4084ed099cae3e715f236cc.setIcon(icon_62d97bca5dc54f3892fb72d8556e8bf1);
|
|
|
|
|
|
var popup_3efefad02d174a96b59d1d0732b13269 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_4ac8500b10174d13a51f4bdfda04c36f = $('<div id="html_4ac8500b10174d13a51f4bdfda04c36f" style="width: 100.0%; height: 100.0%;"><h4>Station K_AUG03</h4><br><b>Trafo:</b> 3x630 kVA<br><b>Anschrift:</b> Pfarrer-Kraiß-Straße 14, 97437 Augsfeld</div>')[0];
|
|
popup_3efefad02d174a96b59d1d0732b13269.setContent(html_4ac8500b10174d13a51f4bdfda04c36f);
|
|
|
|
|
|
marker_5121b800a4084ed099cae3e715f236cc.bindPopup(popup_3efefad02d174a96b59d1d0732b13269);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_add8de5a1a31406f82476150664c5698 = L.marker(
|
|
[50.0261672006,10.55597406],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_48d1bd5087b9435e8abffae626b44da2 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_add8de5a1a31406f82476150664c5698.setIcon(icon_48d1bd5087b9435e8abffae626b44da2);
|
|
|
|
|
|
var popup_3173b380a1ae4c6daa3a57523722537f = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_f4f98111ef524e5898dd7c8bde057920 = $('<div id="html_f4f98111ef524e5898dd7c8bde057920" style="width: 100.0%; height: 100.0%;"><h4>Station K_AUG04</h4><br><b>Trafo:</b> 100 kVA<br><b>Anschrift:</b> Bamberger Str. 41, 97437 Augsfeld</div>')[0];
|
|
popup_3173b380a1ae4c6daa3a57523722537f.setContent(html_f4f98111ef524e5898dd7c8bde057920);
|
|
|
|
|
|
marker_add8de5a1a31406f82476150664c5698.bindPopup(popup_3173b380a1ae4c6daa3a57523722537f);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_86fc57cc05784f29a1f05eab87598fac = L.marker(
|
|
[50.0276594897,10.5543009145],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_78e4d9bd35434cd5bbf5f9dde2124827 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_86fc57cc05784f29a1f05eab87598fac.setIcon(icon_78e4d9bd35434cd5bbf5f9dde2124827);
|
|
|
|
|
|
var popup_2583d4103c50447c91528454cf88b04a = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_0b30792d6a7d4276afa141e193ba8137 = $('<div id="html_0b30792d6a7d4276afa141e193ba8137" style="width: 100.0%; height: 100.0%;"><h4>Station K_AUG05</h4><br><b>Trafo:</b> 250 kVA<br><b>Anschrift:</b> Baumbühlstraße 12, 97437 Augsfeld</div>')[0];
|
|
popup_2583d4103c50447c91528454cf88b04a.setContent(html_0b30792d6a7d4276afa141e193ba8137);
|
|
|
|
|
|
marker_86fc57cc05784f29a1f05eab87598fac.bindPopup(popup_2583d4103c50447c91528454cf88b04a);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_9a377ef133024b52bb99118327df5556 = L.marker(
|
|
[50.0256751904,10.5550831175],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_439fcf86e11249c392cd04c41a0752b4 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_9a377ef133024b52bb99118327df5556.setIcon(icon_439fcf86e11249c392cd04c41a0752b4);
|
|
|
|
|
|
var popup_11d48ea5b93f4ebc8df354b27b927959 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_932815474a054ee0946977b9aa46444a = $('<div id="html_932815474a054ee0946977b9aa46444a" style="width: 100.0%; height: 100.0%;"><h4>Station K_AUG06</h4><br><b>Trafo:</b> 315 kVA<br><b>Anschrift:</b> HAS11, 97437 Augsfeld</div>')[0];
|
|
popup_11d48ea5b93f4ebc8df354b27b927959.setContent(html_932815474a054ee0946977b9aa46444a);
|
|
|
|
|
|
marker_9a377ef133024b52bb99118327df5556.bindPopup(popup_11d48ea5b93f4ebc8df354b27b927959);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_5d6306eabd9d4c8bb01f7d8db3760937 = L.marker(
|
|
[50.0256702373,10.5501028927],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_62466940ce85405e88c787363a58712e = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_5d6306eabd9d4c8bb01f7d8db3760937.setIcon(icon_62466940ce85405e88c787363a58712e);
|
|
|
|
|
|
var popup_ea8f178ddfb74ea6842df5f931cf420b = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_d5a588267faf43adb4d14e6e835c897f = $('<div id="html_d5a588267faf43adb4d14e6e835c897f" style="width: 100.0%; height: 100.0%;"><h4>Station AUG07</h4><br><b>Trafo:</b> 2x1000 kVA<br><b>Anschrift:</b> Rexrothstraße, 97437 Augsfeld</div>')[0];
|
|
popup_ea8f178ddfb74ea6842df5f931cf420b.setContent(html_d5a588267faf43adb4d14e6e835c897f);
|
|
|
|
|
|
marker_5d6306eabd9d4c8bb01f7d8db3760937.bindPopup(popup_ea8f178ddfb74ea6842df5f931cf420b);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_c85259095b2e41cf9d5ab418836af973 = L.marker(
|
|
[50.0487585134,10.4199656365],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_e747e8219cf842beb742eaaa0b67d6f3 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_c85259095b2e41cf9d5ab418836af973.setIcon(icon_e747e8219cf842beb742eaaa0b67d6f3);
|
|
|
|
|
|
var popup_6b2b480242024b1da198c64c5d82a833 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_3eb13ec4eb1247259c69cb7c8be31308 = $('<div id="html_3eb13ec4eb1247259c69cb7c8be31308" style="width: 100.0%; height: 100.0%;"><h4>Station BUC01</h4><br><b>Trafo:</b> 250 kVA<br><b>Anschrift:</b> Rothofweg 2, 97531 Buch</div>')[0];
|
|
popup_6b2b480242024b1da198c64c5d82a833.setContent(html_3eb13ec4eb1247259c69cb7c8be31308);
|
|
|
|
|
|
marker_c85259095b2e41cf9d5ab418836af973.bindPopup(popup_6b2b480242024b1da198c64c5d82a833);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_4bd1fb14ca334f47ad679c8a1d8bf59c = L.marker(
|
|
[50.0466794686,10.4049183094],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_b9bb18059de44ee59108898e4858f230 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_4bd1fb14ca334f47ad679c8a1d8bf59c.setIcon(icon_b9bb18059de44ee59108898e4858f230);
|
|
|
|
|
|
var popup_3f79decc7f9448d6ae931b1972fe87fb = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_2f54d38e939540e58c97bed75c7a1892 = $('<div id="html_2f54d38e939540e58c97bed75c7a1892" style="width: 100.0%; height: 100.0%;"><h4>Station BUC02</h4><br><b>Trafo:</b> 50 kVA<br><b>Anschrift:</b> Unnamed Road, 97531 Buch</div>')[0];
|
|
popup_3f79decc7f9448d6ae931b1972fe87fb.setContent(html_2f54d38e939540e58c97bed75c7a1892);
|
|
|
|
|
|
marker_4bd1fb14ca334f47ad679c8a1d8bf59c.bindPopup(popup_3f79decc7f9448d6ae931b1972fe87fb);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_e1f4bd28f96947f8877e025a73d557cd = L.marker(
|
|
[50.0491555424,10.4169356074],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_7c5f6efd5be24de785745bf99469fbd2 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_e1f4bd28f96947f8877e025a73d557cd.setIcon(icon_7c5f6efd5be24de785745bf99469fbd2);
|
|
|
|
|
|
var popup_c70816710ae642038239622f89a45193 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_ff0e844686944a9a963fedc7d62c4e6d = $('<div id="html_ff0e844686944a9a963fedc7d62c4e6d" style="width: 100.0%; height: 100.0%;"><h4>Station BUC03</h4><br><b>Trafo:</b> nan kVA<br><b>Anschrift:</b> Waldsachsener Str. 8, 97532 Buch</div>')[0];
|
|
popup_c70816710ae642038239622f89a45193.setContent(html_ff0e844686944a9a963fedc7d62c4e6d);
|
|
|
|
|
|
marker_e1f4bd28f96947f8877e025a73d557cd.bindPopup(popup_c70816710ae642038239622f89a45193);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_cf900962b06f499f9f70f124234acd88 = L.marker(
|
|
[50.0331981873,10.5075412292],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_3e504f8193e848e1a7ec605e27b8718b = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_cf900962b06f499f9f70f124234acd88.setIcon(icon_3e504f8193e848e1a7ec605e27b8718b);
|
|
|
|
|
|
var popup_8724ffc2acdc463e91af5a141a1b4e34 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_d03bef11069149dab3d570802e1d7b5e = $('<div id="html_d03bef11069149dab3d570802e1d7b5e" style="width: 100.0%; height: 100.0%;"><h4>Station 01</h4><br><b>Trafo:</b> 630 kVA<br><b>Anschrift:</b> Engelmeßgasse 10, 97437 Haßfurt</div>')[0];
|
|
popup_8724ffc2acdc463e91af5a141a1b4e34.setContent(html_d03bef11069149dab3d570802e1d7b5e);
|
|
|
|
|
|
marker_cf900962b06f499f9f70f124234acd88.bindPopup(popup_8724ffc2acdc463e91af5a141a1b4e34);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_b03161471ac745e7b2ae9336639b851f = L.marker(
|
|
[50.0373285551,10.5199082227],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_e5b5230ad98f482db4fe3df827a98afe = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_b03161471ac745e7b2ae9336639b851f.setIcon(icon_e5b5230ad98f482db4fe3df827a98afe);
|
|
|
|
|
|
var popup_f1d8fe03e82540cdbf3725eb10c9770f = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_5c9b709ec8c94231a780c9785f51b9a5 = $('<div id="html_5c9b709ec8c94231a780c9785f51b9a5" style="width: 100.0%; height: 100.0%;"><h4>Station 02</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Himmelreich 9, 97437 Haßfurt</div>')[0];
|
|
popup_f1d8fe03e82540cdbf3725eb10c9770f.setContent(html_5c9b709ec8c94231a780c9785f51b9a5);
|
|
|
|
|
|
marker_b03161471ac745e7b2ae9336639b851f.bindPopup(popup_f1d8fe03e82540cdbf3725eb10c9770f);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_9416048cdc5d45feb8202c4878922666 = L.marker(
|
|
[50.0318292794,10.5180555658],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_9488f9eece4b4436a747812c7fd2ef77 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_9416048cdc5d45feb8202c4878922666.setIcon(icon_9488f9eece4b4436a747812c7fd2ef77);
|
|
|
|
|
|
var popup_e49c0ba6e56643c6b5922eb552608721 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_3a786ea3305b44ed91332e321d3cc7b7 = $('<div id="html_3a786ea3305b44ed91332e321d3cc7b7" style="width: 100.0%; height: 100.0%;"><h4>Station 03</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Industriestr. 3a, 97437 Haßfurt</div>')[0];
|
|
popup_e49c0ba6e56643c6b5922eb552608721.setContent(html_3a786ea3305b44ed91332e321d3cc7b7);
|
|
|
|
|
|
marker_9416048cdc5d45feb8202c4878922666.bindPopup(popup_e49c0ba6e56643c6b5922eb552608721);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_cd5e225701744803a8eb53674f1ed953 = L.marker(
|
|
[50.0314839717,10.5022335348],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_61b8c094c69e48848dfe8d64d62d4586 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_cd5e225701744803a8eb53674f1ed953.setIcon(icon_61b8c094c69e48848dfe8d64d62d4586);
|
|
|
|
|
|
var popup_948f1021b03b478b85bb73775dd1d855 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_c3ef27144c4e4d6ca1cffb398115d712 = $('<div id="html_c3ef27144c4e4d6ca1cffb398115d712" style="width: 100.0%; height: 100.0%;"><h4>Station 04</h4><br><b>Trafo:</b> 2x400 kVA<br><b>Anschrift:</b> Untere Vorstadt 1, 97437 Haßfurt</div>')[0];
|
|
popup_948f1021b03b478b85bb73775dd1d855.setContent(html_c3ef27144c4e4d6ca1cffb398115d712);
|
|
|
|
|
|
marker_cd5e225701744803a8eb53674f1ed953.bindPopup(popup_948f1021b03b478b85bb73775dd1d855);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_1dbf0cf71d49406aaac8432a5d5e0386 = L.marker(
|
|
[50.0315930702,10.5135453428],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_3bffacc6d5ed46319a40436d14e24635 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_1dbf0cf71d49406aaac8432a5d5e0386.setIcon(icon_3bffacc6d5ed46319a40436d14e24635);
|
|
|
|
|
|
var popup_8c019431e05145fb9b5e15f81d8f5f59 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_cf015465f1524be4a11519e1879cb7dd = $('<div id="html_cf015465f1524be4a11519e1879cb7dd" style="width: 100.0%; height: 100.0%;"><h4>Station 05</h4><br><b>Trafo:</b> 400+250 kVA<br><b>Anschrift:</b> Charius Heierstr. 2, 97437 Haßfurt</div>')[0];
|
|
popup_8c019431e05145fb9b5e15f81d8f5f59.setContent(html_cf015465f1524be4a11519e1879cb7dd);
|
|
|
|
|
|
marker_1dbf0cf71d49406aaac8432a5d5e0386.bindPopup(popup_8c019431e05145fb9b5e15f81d8f5f59);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_3fa602b123c94be29a9dc192ba427be0 = L.marker(
|
|
[50.0344833837,10.4973186507],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_104ca28c60fe400196f78e2f5282ee1a = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_3fa602b123c94be29a9dc192ba427be0.setIcon(icon_104ca28c60fe400196f78e2f5282ee1a);
|
|
|
|
|
|
var popup_a25bb94b85bf4a9a960b73b76dcf960a = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_4445bfb720154494bf009c938cb1ee0f = $('<div id="html_4445bfb720154494bf009c938cb1ee0f" style="width: 100.0%; height: 100.0%;"><h4>Station 06</h4><br><b>Trafo:</b> 630 kVA<br><b>Anschrift:</b> Osterfeld (Einspeisung WEST), 97437 Haßfurt</div>')[0];
|
|
popup_a25bb94b85bf4a9a960b73b76dcf960a.setContent(html_4445bfb720154494bf009c938cb1ee0f);
|
|
|
|
|
|
marker_3fa602b123c94be29a9dc192ba427be0.bindPopup(popup_a25bb94b85bf4a9a960b73b76dcf960a);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_fbb5b34f9686480d831f2af743161c08 = L.marker(
|
|
[50.0342117343,10.5289211657],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_05301ef744ac4f819d8773a9c1fe144c = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_fbb5b34f9686480d831f2af743161c08.setIcon(icon_05301ef744ac4f819d8773a9c1fe144c);
|
|
|
|
|
|
var popup_bc9843d73a0346be9a403e47b0df8301 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_1380d56682b046e7b760e16404d25d47 = $('<div id="html_1380d56682b046e7b760e16404d25d47" style="width: 100.0%; height: 100.0%;"><h4>Station 07</h4><br><b>Trafo:</b> 400+315 kVA<br><b>Anschrift:</b> Industriestr. 37, 97437 Haßfurt</div>')[0];
|
|
popup_bc9843d73a0346be9a403e47b0df8301.setContent(html_1380d56682b046e7b760e16404d25d47);
|
|
|
|
|
|
marker_fbb5b34f9686480d831f2af743161c08.bindPopup(popup_bc9843d73a0346be9a403e47b0df8301);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_abe3f6c480984191942a0b953c7c7b38 = L.marker(
|
|
[50.0310809118,10.4935890599],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_438183285b3e41a7af349c4047deb240 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_abe3f6c480984191942a0b953c7c7b38.setIcon(icon_438183285b3e41a7af349c4047deb240);
|
|
|
|
|
|
var popup_765fa2c53a0f4265978b3af3df066ef4 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_6941708f9673400e8e5aed2e3a5ec88e = $('<div id="html_6941708f9673400e8e5aed2e3a5ec88e" style="width: 100.0%; height: 100.0%;"><h4>Station 08</h4><br><b>Trafo:</b> 800 kVA<br><b>Anschrift:</b> Wülflingerstr. 37 (Kläranlage), 97437 Haßfurt</div>')[0];
|
|
popup_765fa2c53a0f4265978b3af3df066ef4.setContent(html_6941708f9673400e8e5aed2e3a5ec88e);
|
|
|
|
|
|
marker_abe3f6c480984191942a0b953c7c7b38.bindPopup(popup_765fa2c53a0f4265978b3af3df066ef4);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_77b139ac434b4680ab017b31b469bdce = L.marker(
|
|
[50.038323803,10.5118151903],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_f00c02af9a2c4f40a7b8a484ea00b78e = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_77b139ac434b4680ab017b31b469bdce.setIcon(icon_f00c02af9a2c4f40a7b8a484ea00b78e);
|
|
|
|
|
|
var popup_7e17fbd532574485bc995e32d0b6a7f4 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_b5a7941864fc4e3097e678f1bb1cd387 = $('<div id="html_b5a7941864fc4e3097e678f1bb1cd387" style="width: 100.0%; height: 100.0%;"><h4>Station 09</h4><br><b>Trafo:</b> 315+315 kVA<br><b>Anschrift:</b> Kolpingstr. 19 - Virdungstr., 97437 Haßfurt</div>')[0];
|
|
popup_7e17fbd532574485bc995e32d0b6a7f4.setContent(html_b5a7941864fc4e3097e678f1bb1cd387);
|
|
|
|
|
|
marker_77b139ac434b4680ab017b31b469bdce.bindPopup(popup_7e17fbd532574485bc995e32d0b6a7f4);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_3e81244174d3485e9987ca5b90a59b8b = L.marker(
|
|
[50.0405980927,10.5136266066],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_e4c865821c254376a70c2b6fbdea4de4 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_3e81244174d3485e9987ca5b90a59b8b.setIcon(icon_e4c865821c254376a70c2b6fbdea4de4);
|
|
|
|
|
|
var popup_621e7ab6f5e34d8087e46e0350244bdd = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_34eed4f8d60e484680a63d6e26540219 = $('<div id="html_34eed4f8d60e484680a63d6e26540219" style="width: 100.0%; height: 100.0%;"><h4>Station 10</h4><br><b>Trafo:</b> 630 kVA<br><b>Anschrift:</b> Hofheimerstr. 69 (Kreiskrankenhaus), 97437 Haßfurt</div>')[0];
|
|
popup_621e7ab6f5e34d8087e46e0350244bdd.setContent(html_34eed4f8d60e484680a63d6e26540219);
|
|
|
|
|
|
marker_3e81244174d3485e9987ca5b90a59b8b.bindPopup(popup_621e7ab6f5e34d8087e46e0350244bdd);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_5725107248804c7abeffd72db54e2a44 = L.marker(
|
|
[50.0363317569,10.5071432696],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_7412c73d8cc249329d1719ac697e9912 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_5725107248804c7abeffd72db54e2a44.setIcon(icon_7412c73d8cc249329d1719ac697e9912);
|
|
|
|
|
|
var popup_e001c0b62cf84f5b9171f951fffaf506 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_53cebbae82bb4879adbffb10e4e4e4a8 = $('<div id="html_53cebbae82bb4879adbffb10e4e4e4a8" style="width: 100.0%; height: 100.0%;"><h4>Station 11</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Im Wehrlein , 97437 Haßfurt</div>')[0];
|
|
popup_e001c0b62cf84f5b9171f951fffaf506.setContent(html_53cebbae82bb4879adbffb10e4e4e4a8);
|
|
|
|
|
|
marker_5725107248804c7abeffd72db54e2a44.bindPopup(popup_e001c0b62cf84f5b9171f951fffaf506);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_ddcda19077cc4180a2c89c064a841448 = L.marker(
|
|
[50.029220048,10.5173752214],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_73c003ba659a43048ce50038a7fa2a19 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_ddcda19077cc4180a2c89c064a841448.setIcon(icon_73c003ba659a43048ce50038a7fa2a19);
|
|
|
|
|
|
var popup_ca0d75e348a2483aa7a2489b8c5e2590 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_cca3efc380654ce68b1c4e071e9902d3 = $('<div id="html_cca3efc380654ce68b1c4e071e9902d3" style="width: 100.0%; height: 100.0%;"><h4>Station 12</h4><br><b>Trafo:</b> 920 kVA<br><b>Anschrift:</b> Am Hafen (Wayermann), 97437 Haßfurt</div>')[0];
|
|
popup_ca0d75e348a2483aa7a2489b8c5e2590.setContent(html_cca3efc380654ce68b1c4e071e9902d3);
|
|
|
|
|
|
marker_ddcda19077cc4180a2c89c064a841448.bindPopup(popup_ca0d75e348a2483aa7a2489b8c5e2590);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_2462f56f9efb4b1ba75544ae38409256 = L.marker(
|
|
[50.0358801186,10.524225133],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_d56857fe5f984f1e805ff89112397cd5 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_2462f56f9efb4b1ba75544ae38409256.setIcon(icon_d56857fe5f984f1e805ff89112397cd5);
|
|
|
|
|
|
var popup_8a3d880f8edf4e6aaaa7ae00022c32c3 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_8bf75cacc4a04ae1a14b19a3ca81a319 = $('<div id="html_8bf75cacc4a04ae1a14b19a3ca81a319" style="width: 100.0%; height: 100.0%;"><h4>Station 13</h4><br><b>Trafo:</b> 800 kVA<br><b>Anschrift:</b> Dr.Neukamstr. (Altes Gymnasium), 97437 Haßfurt</div>')[0];
|
|
popup_8a3d880f8edf4e6aaaa7ae00022c32c3.setContent(html_8bf75cacc4a04ae1a14b19a3ca81a319);
|
|
|
|
|
|
marker_2462f56f9efb4b1ba75544ae38409256.bindPopup(popup_8a3d880f8edf4e6aaaa7ae00022c32c3);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_8cabf3f38e8244669a3f364b5e771a1f = L.marker(
|
|
[50.035025297,10.5173498756],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_aef5f91626134482b0390e43a171fe35 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_8cabf3f38e8244669a3f364b5e771a1f.setIcon(icon_aef5f91626134482b0390e43a171fe35);
|
|
|
|
|
|
var popup_78f4daf7dfd74f3ebe19c2a79aadebef = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_bd19911ad28b4f18a29cb46e4264cac2 = $('<div id="html_bd19911ad28b4f18a29cb46e4264cac2" style="width: 100.0%; height: 100.0%;"><h4>Station 14</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Goetheplatz 2a, 97437 Haßfurt</div>')[0];
|
|
popup_78f4daf7dfd74f3ebe19c2a79aadebef.setContent(html_bd19911ad28b4f18a29cb46e4264cac2);
|
|
|
|
|
|
marker_8cabf3f38e8244669a3f364b5e771a1f.bindPopup(popup_78f4daf7dfd74f3ebe19c2a79aadebef);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_235eee0f4f0d404692c064febf86bb83 = L.marker(
|
|
[50.0311575622,10.5097653016],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_d95d79c4fc974c2db7947170d39b2e65 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_235eee0f4f0d404692c064febf86bb83.setIcon(icon_d95d79c4fc974c2db7947170d39b2e65);
|
|
|
|
|
|
var popup_fee631bb875747c19f8c4a3723187038 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_fd529e57a6eb4aec8356e2e3130195db = $('<div id="html_fd529e57a6eb4aec8356e2e3130195db" style="width: 100.0%; height: 100.0%;"><h4>Station 15</h4><br><b>Trafo:</b> 2x630 kVA<br><b>Anschrift:</b> Oberer Turm Ob.Vorstadt 2, 97437 Haßfurt</div>')[0];
|
|
popup_fee631bb875747c19f8c4a3723187038.setContent(html_fd529e57a6eb4aec8356e2e3130195db);
|
|
|
|
|
|
marker_235eee0f4f0d404692c064febf86bb83.bindPopup(popup_fee631bb875747c19f8c4a3723187038);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_01c8d3059f1441c5a5cbb5cca8432c80 = L.marker(
|
|
[50.0348529822,10.515999328],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_9f757f57f192418294a16b5d8143e7bf = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_01c8d3059f1441c5a5cbb5cca8432c80.setIcon(icon_9f757f57f192418294a16b5d8143e7bf);
|
|
|
|
|
|
var popup_09da3ab9d09845b186ef2e12d0476bcd = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_4391786b16b14496b559ed9dd66b9734 = $('<div id="html_4391786b16b14496b559ed9dd66b9734" style="width: 100.0%; height: 100.0%;"><h4>Station 16</h4><br><b>Trafo:</b> 315 kVA<br><b>Anschrift:</b> Hofheimerstr. 14 (Kreisberufschule), 97437 Haßfurt</div>')[0];
|
|
popup_09da3ab9d09845b186ef2e12d0476bcd.setContent(html_4391786b16b14496b559ed9dd66b9734);
|
|
|
|
|
|
marker_01c8d3059f1441c5a5cbb5cca8432c80.bindPopup(popup_09da3ab9d09845b186ef2e12d0476bcd);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_44db74c25f2b44bbad36c2b79af19de9 = L.marker(
|
|
[50.0242235003,10.5249657945],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_4b9de5ee663641e3ba55a4464f4be4e8 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_44db74c25f2b44bbad36c2b79af19de9.setIcon(icon_4b9de5ee663641e3ba55a4464f4be4e8);
|
|
|
|
|
|
var popup_ca7a91f97aff43f6a274aff6ae1703de = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_1f4174c046f34d8cbcbcf341cd0909ad = $('<div id="html_1f4174c046f34d8cbcbcf341cd0909ad" style="width: 100.0%; height: 100.0%;"><h4>Station 17</h4><br><b>Trafo:</b> 200 kVA<br><b>Anschrift:</b> Brunnengelände Lengfeld 14, 97437 Haßfurt</div>')[0];
|
|
popup_ca7a91f97aff43f6a274aff6ae1703de.setContent(html_1f4174c046f34d8cbcbcf341cd0909ad);
|
|
|
|
|
|
marker_44db74c25f2b44bbad36c2b79af19de9.bindPopup(popup_ca7a91f97aff43f6a274aff6ae1703de);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_7117154d370440e296ce9fb852ef0397 = L.marker(
|
|
[50.0299137724,10.5153298103],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_e68fadb371cb46f49f78f44a45a11370 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_7117154d370440e296ce9fb852ef0397.setIcon(icon_e68fadb371cb46f49f78f44a45a11370);
|
|
|
|
|
|
var popup_aaa31ffbbe714dc4b57e4f10e424c171 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_a09ff39943194eff90b8d26ba71bf5ad = $('<div id="html_a09ff39943194eff90b8d26ba71bf5ad" style="width: 100.0%; height: 100.0%;"><h4>Station 18</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Am Hafen, 97437 Haßfurt</div>')[0];
|
|
popup_aaa31ffbbe714dc4b57e4f10e424c171.setContent(html_a09ff39943194eff90b8d26ba71bf5ad);
|
|
|
|
|
|
marker_7117154d370440e296ce9fb852ef0397.bindPopup(popup_aaa31ffbbe714dc4b57e4f10e424c171);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_7b512a8c9b8e409e825f6e45fd59ed24 = L.marker(
|
|
[50.0299390138,10.5165263312],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_022696e4c08e46d9abd8c3978950f290 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_7b512a8c9b8e409e825f6e45fd59ed24.setIcon(icon_022696e4c08e46d9abd8c3978950f290);
|
|
|
|
|
|
var popup_985388e335224c10901d159f6792e0a1 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_23928837a1f44ac8bdb9e3535c97d156 = $('<div id="html_23928837a1f44ac8bdb9e3535c97d156" style="width: 100.0%; height: 100.0%;"><h4>Station 18a</h4><br><b>Trafo:</b> nan kVA<br><b>Anschrift:</b> Gewerbegebiet Hafen, 97437 Haßfurt</div>')[0];
|
|
popup_985388e335224c10901d159f6792e0a1.setContent(html_23928837a1f44ac8bdb9e3535c97d156);
|
|
|
|
|
|
marker_7b512a8c9b8e409e825f6e45fd59ed24.bindPopup(popup_985388e335224c10901d159f6792e0a1);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_e312708bea294978bef3ecbaef35d6d0 = L.marker(
|
|
[50.0316620428,10.5303468732],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_dc5409714b1e437ea1cac9dd61f49788 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_e312708bea294978bef3ecbaef35d6d0.setIcon(icon_dc5409714b1e437ea1cac9dd61f49788);
|
|
|
|
|
|
var popup_c2c4656f31884520a7fa0017cb87d935 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_9173006706f9450e94811e997263d459 = $('<div id="html_9173006706f9450e94811e997263d459" style="width: 100.0%; height: 100.0%;"><h4>Station 19</h4><br><b>Trafo:</b> 250 kVA<br><b>Anschrift:</b> Zeilerstr. 67, 97437 Haßfurt</div>')[0];
|
|
popup_c2c4656f31884520a7fa0017cb87d935.setContent(html_9173006706f9450e94811e997263d459);
|
|
|
|
|
|
marker_e312708bea294978bef3ecbaef35d6d0.bindPopup(popup_c2c4656f31884520a7fa0017cb87d935);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_0f301677f340410caef5c6f0e16d1eed = L.marker(
|
|
[50.031612485,10.5305556861],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_92f33fb94f8f442181035070c001d20c = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_0f301677f340410caef5c6f0e16d1eed.setIcon(icon_92f33fb94f8f442181035070c001d20c);
|
|
|
|
|
|
var popup_e6a209dc192a48e7afce2af6b9c329db = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_c7982d9c76f64901a247633d237378bb = $('<div id="html_c7982d9c76f64901a247633d237378bb" style="width: 100.0%; height: 100.0%;"><h4>Station 19a</h4><br><b>Trafo:</b> nan kVA<br><b>Anschrift:</b> Zeilerstr. 67, 97437 Haßfurt</div>')[0];
|
|
popup_e6a209dc192a48e7afce2af6b9c329db.setContent(html_c7982d9c76f64901a247633d237378bb);
|
|
|
|
|
|
marker_0f301677f340410caef5c6f0e16d1eed.bindPopup(popup_e6a209dc192a48e7afce2af6b9c329db);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_625f647505384b48a96725f09591bb15 = L.marker(
|
|
[50.0294314377,10.5265033029],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_67787eeb90064573bdd036c74984b9d5 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_625f647505384b48a96725f09591bb15.setIcon(icon_67787eeb90064573bdd036c74984b9d5);
|
|
|
|
|
|
var popup_f51f5d723ebf41e48d4dd6bdcbf49b08 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_eaa3586618d142199737fc14dcb7da9a = $('<div id="html_eaa3586618d142199737fc14dcb7da9a" style="width: 100.0%; height: 100.0%;"><h4>Station 20</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Augsfelderstr. 8 (Lager), 97437 Haßfurt</div>')[0];
|
|
popup_f51f5d723ebf41e48d4dd6bdcbf49b08.setContent(html_eaa3586618d142199737fc14dcb7da9a);
|
|
|
|
|
|
marker_625f647505384b48a96725f09591bb15.bindPopup(popup_f51f5d723ebf41e48d4dd6bdcbf49b08);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_6ba74ffda89d407bae53601aa0ef170e = L.marker(
|
|
[50.0285289382,10.5347075716],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_1f8cb69a59164eedb72a9f53e81f47ce = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_6ba74ffda89d407bae53601aa0ef170e.setIcon(icon_1f8cb69a59164eedb72a9f53e81f47ce);
|
|
|
|
|
|
var popup_1c3a7a435f39429092fd7a5ea0355727 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_0d1b053626164eaa8071b24f689a5d82 = $('<div id="html_0d1b053626164eaa8071b24f689a5d82" style="width: 100.0%; height: 100.0%;"><h4>Station 21</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Augsfelderstr. 28, 97437 Haßfurt</div>')[0];
|
|
popup_1c3a7a435f39429092fd7a5ea0355727.setContent(html_0d1b053626164eaa8071b24f689a5d82);
|
|
|
|
|
|
marker_6ba74ffda89d407bae53601aa0ef170e.bindPopup(popup_1c3a7a435f39429092fd7a5ea0355727);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_b9ecd3f3eebd467087461a1b08792f19 = L.marker(
|
|
[50.0397832095,10.5097113531],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_8bb0f197774d4dcea05f2ca00508b207 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_b9ecd3f3eebd467087461a1b08792f19.setIcon(icon_8bb0f197774d4dcea05f2ca00508b207);
|
|
|
|
|
|
var popup_2c949553467542e0a8f75a6c91109b4f = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_4d1a53b58e5b459eb03a993a42975855 = $('<div id="html_4d1a53b58e5b459eb03a993a42975855" style="width: 100.0%; height: 100.0%;"><h4>Station 22</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Altvaterstr. 9, 97437 Haßfurt</div>')[0];
|
|
popup_2c949553467542e0a8f75a6c91109b4f.setContent(html_4d1a53b58e5b459eb03a993a42975855);
|
|
|
|
|
|
marker_b9ecd3f3eebd467087461a1b08792f19.bindPopup(popup_2c949553467542e0a8f75a6c91109b4f);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_031be7fa047e4e38b4fbfd82e0aae3d0 = L.marker(
|
|
[50.0355077607,10.523400796],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_8b9607542dae4bd898f836c59e4cfadb = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_031be7fa047e4e38b4fbfd82e0aae3d0.setIcon(icon_8b9607542dae4bd898f836c59e4cfadb);
|
|
|
|
|
|
var popup_d2da908192944e62adfdd16edcd67fd1 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_ebd1a664acca4c08bcdc0869776749dd = $('<div id="html_ebd1a664acca4c08bcdc0869776749dd" style="width: 100.0%; height: 100.0%;"><h4>Station 23</h4><br><b>Trafo:</b> 500 kVA<br><b>Anschrift:</b> Sauerländig 3 (Hochhaus 2), 97437 Haßfurt</div>')[0];
|
|
popup_d2da908192944e62adfdd16edcd67fd1.setContent(html_ebd1a664acca4c08bcdc0869776749dd);
|
|
|
|
|
|
marker_031be7fa047e4e38b4fbfd82e0aae3d0.bindPopup(popup_d2da908192944e62adfdd16edcd67fd1);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_b3f21d0bd2f34666b48b248642d6830f = L.marker(
|
|
[50.0296733261,10.5259436028],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_ec86b2f3744840558847feda79e4ded3 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_b3f21d0bd2f34666b48b248642d6830f.setIcon(icon_ec86b2f3744840558847feda79e4ded3);
|
|
|
|
|
|
var popup_143ba2cd82394f3d92eed59806437cf1 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_8c220440768947178f4f6621e8e2f5f2 = $('<div id="html_8c220440768947178f4f6621e8e2f5f2" style="width: 100.0%; height: 100.0%;"><h4>Station 24</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Augsfelderstr. 8 (Wasserwerk), 97437 Haßfurt</div>')[0];
|
|
popup_143ba2cd82394f3d92eed59806437cf1.setContent(html_8c220440768947178f4f6621e8e2f5f2);
|
|
|
|
|
|
marker_b3f21d0bd2f34666b48b248642d6830f.bindPopup(popup_143ba2cd82394f3d92eed59806437cf1);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_d9c2563d89094bb8a8d60aa83acfa723 = L.marker(
|
|
[50.0301797976,10.5066778514],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_1402b812defb4f7e9cfe51a3e62d10e7 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_d9c2563d89094bb8a8d60aa83acfa723.setIcon(icon_1402b812defb4f7e9cfe51a3e62d10e7);
|
|
|
|
|
|
var popup_c4c3d0463da448ba84c14c403ad808d1 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_0effbdabe06246b98a6472739c5b2282 = $('<div id="html_0effbdabe06246b98a6472739c5b2282" style="width: 100.0%; height: 100.0%;"><h4>Station 25</h4><br><b>Trafo:</b> 500 kVA<br><b>Anschrift:</b> Ringstr. 24 (Mainbrücke), 97437 Haßfurt</div>')[0];
|
|
popup_c4c3d0463da448ba84c14c403ad808d1.setContent(html_0effbdabe06246b98a6472739c5b2282);
|
|
|
|
|
|
marker_d9c2563d89094bb8a8d60aa83acfa723.bindPopup(popup_c4c3d0463da448ba84c14c403ad808d1);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_9c0312ff929343e495d14c6ed46d72dd = L.marker(
|
|
[50.0327662634,10.5225199083],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_61a81402c8c34a639955a1a0bcd3cbc2 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_9c0312ff929343e495d14c6ed46d72dd.setIcon(icon_61a81402c8c34a639955a1a0bcd3cbc2);
|
|
|
|
|
|
var popup_54aa0e827db54fb08b8e1cc28359dd00 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_8bab9168f8f34aeaa23c969d480bf576 = $('<div id="html_8bab9168f8f34aeaa23c969d480bf576" style="width: 100.0%; height: 100.0%;"><h4>Station 26</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Industriestr. 13 (Fa. Maintal), 97437 Haßfurt</div>')[0];
|
|
popup_54aa0e827db54fb08b8e1cc28359dd00.setContent(html_8bab9168f8f34aeaa23c969d480bf576);
|
|
|
|
|
|
marker_9c0312ff929343e495d14c6ed46d72dd.bindPopup(popup_54aa0e827db54fb08b8e1cc28359dd00);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_c7628582886f4c3fa6237ac6234d750b = L.marker(
|
|
[50.0378156979,10.5220483294],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_70a7abb365b5449cab561b5d7ee5e648 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_c7628582886f4c3fa6237ac6234d750b.setIcon(icon_70a7abb365b5449cab561b5d7ee5e648);
|
|
|
|
|
|
var popup_875499a470d8476ca47fad93872907a0 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_32f5138bb85640b187989dec96f9c6d0 = $('<div id="html_32f5138bb85640b187989dec96f9c6d0" style="width: 100.0%; height: 100.0%;"><h4>Station 27</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Dr. Ambundistr. 40, 97437 Haßfurt</div>')[0];
|
|
popup_875499a470d8476ca47fad93872907a0.setContent(html_32f5138bb85640b187989dec96f9c6d0);
|
|
|
|
|
|
marker_c7628582886f4c3fa6237ac6234d750b.bindPopup(popup_875499a470d8476ca47fad93872907a0);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_bb6f12c0688d45debd752a8f0844fb7d = L.marker(
|
|
[50.0390594516,10.5190412952],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_33de8b9ee183443facdbb02349a71e27 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_bb6f12c0688d45debd752a8f0844fb7d.setIcon(icon_33de8b9ee183443facdbb02349a71e27);
|
|
|
|
|
|
var popup_a588edc1e13a4197abb9a066bf038d6d = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_c30ff34e3b154850abdca6ad20924158 = $('<div id="html_c30ff34e3b154850abdca6ad20924158" style="width: 100.0%; height: 100.0%;"><h4>Station 28</h4><br><b>Trafo:</b> 160 kVA<br><b>Anschrift:</b> Dr. Kainzstr. 2, 97437 Haßfurt</div>')[0];
|
|
popup_a588edc1e13a4197abb9a066bf038d6d.setContent(html_c30ff34e3b154850abdca6ad20924158);
|
|
|
|
|
|
marker_bb6f12c0688d45debd752a8f0844fb7d.bindPopup(popup_a588edc1e13a4197abb9a066bf038d6d);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_cbf674ab14b94104b1068521dd68e942 = L.marker(
|
|
[50.0372397755,10.5157962189],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_708641516dc7449a88431aa57e50e760 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_cbf674ab14b94104b1068521dd68e942.setIcon(icon_708641516dc7449a88431aa57e50e760);
|
|
|
|
|
|
var popup_28325df230344f36ba68cfbefb468af4 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_9fbd2f7412b34123b1336b8fd1a19cad = $('<div id="html_9fbd2f7412b34123b1336b8fd1a19cad" style="width: 100.0%; height: 100.0%;"><h4>Station 29</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Nik.Mölterstr. 17, 97437 Haßfurt</div>')[0];
|
|
popup_28325df230344f36ba68cfbefb468af4.setContent(html_9fbd2f7412b34123b1336b8fd1a19cad);
|
|
|
|
|
|
marker_cbf674ab14b94104b1068521dd68e942.bindPopup(popup_28325df230344f36ba68cfbefb468af4);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_e11f50a8b5fc49c8aa96df16c247970c = L.marker(
|
|
[50.0372909187,10.526640208],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_418e26e30e3947fb829ed08b3589711a = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_e11f50a8b5fc49c8aa96df16c247970c.setIcon(icon_418e26e30e3947fb829ed08b3589711a);
|
|
|
|
|
|
var popup_d00e94abb5c346b99fbdc32abb5641c9 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_ce6310cba36143e0a0a10b10c6351c66 = $('<div id="html_ce6310cba36143e0a0a10b10c6351c66" style="width: 100.0%; height: 100.0%;"><h4>Station 30</h4><br><b>Trafo:</b> 2x630 kVA<br><b>Anschrift:</b> Schulzentrum, 97437 Haßfurt</div>')[0];
|
|
popup_d00e94abb5c346b99fbdc32abb5641c9.setContent(html_ce6310cba36143e0a0a10b10c6351c66);
|
|
|
|
|
|
marker_e11f50a8b5fc49c8aa96df16c247970c.bindPopup(popup_d00e94abb5c346b99fbdc32abb5641c9);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_60054a7c25694f36b7a46d6dbea9febc = L.marker(
|
|
[50.0284019664,10.5173346082],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_050e7378e4ae4835bea629fbe5c3c3e1 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_60054a7c25694f36b7a46d6dbea9febc.setIcon(icon_050e7378e4ae4835bea629fbe5c3c3e1);
|
|
|
|
|
|
var popup_9cb53f925f664c0b85274443d8aa421b = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_1947a65036cc4c43b8fe0aada54c5d96 = $('<div id="html_1947a65036cc4c43b8fe0aada54c5d96" style="width: 100.0%; height: 100.0%;"><h4>Station 31</h4><br><b>Trafo:</b> 250 kVA<br><b>Anschrift:</b> Baywa Am Hafen, 97437 Haßfurt</div>')[0];
|
|
popup_9cb53f925f664c0b85274443d8aa421b.setContent(html_1947a65036cc4c43b8fe0aada54c5d96);
|
|
|
|
|
|
marker_60054a7c25694f36b7a46d6dbea9febc.bindPopup(popup_9cb53f925f664c0b85274443d8aa421b);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_0bafcdf40e49468e9d618c6b06cbf051 = L.marker(
|
|
[50.0339967587,10.5132035445],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_f50c30ddd4754f7e8d2a441368637dc2 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_0bafcdf40e49468e9d618c6b06cbf051.setIcon(icon_f50c30ddd4754f7e8d2a441368637dc2);
|
|
|
|
|
|
var popup_0182c8d86f044ae7a80e59bf53cf9446 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_35210c53abc34702b0f08d24e0820b38 = $('<div id="html_35210c53abc34702b0f08d24e0820b38" style="width: 100.0%; height: 100.0%;"><h4>Station 32</h4><br><b>Trafo:</b> 250 kVA<br><b>Anschrift:</b> EZO Hofheimerstr. 1, 97437 Haßfurt</div>')[0];
|
|
popup_0182c8d86f044ae7a80e59bf53cf9446.setContent(html_35210c53abc34702b0f08d24e0820b38);
|
|
|
|
|
|
marker_0bafcdf40e49468e9d618c6b06cbf051.bindPopup(popup_0182c8d86f044ae7a80e59bf53cf9446);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_e7c371027cc34f33adbf8f95fc375cd6 = L.marker(
|
|
[50.0310892484,10.5212304554],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_d99a118afa6446c9a29003592d06daf4 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_e7c371027cc34f33adbf8f95fc375cd6.setIcon(icon_d99a118afa6446c9a29003592d06daf4);
|
|
|
|
|
|
var popup_9c5ff1f39a5642bb86d8170c1ee8a41e = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_fb5f4094c053496c8278261c618d95a0 = $('<div id="html_fb5f4094c053496c8278261c618d95a0" style="width: 100.0%; height: 100.0%;"><h4>Station 33</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Bundespost Zeilerstr. 37, 97437 Haßfurt</div>')[0];
|
|
popup_9c5ff1f39a5642bb86d8170c1ee8a41e.setContent(html_fb5f4094c053496c8278261c618d95a0);
|
|
|
|
|
|
marker_e7c371027cc34f33adbf8f95fc375cd6.bindPopup(popup_9c5ff1f39a5642bb86d8170c1ee8a41e);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_19ebdf92315b42ae82fc0ac2c7026a04 = L.marker(
|
|
[50.0182656523,10.5243300389],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_0c7e48f523284ba3bf82e3d61652cc10 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_19ebdf92315b42ae82fc0ac2c7026a04.setIcon(icon_0c7e48f523284ba3bf82e3d61652cc10);
|
|
|
|
|
|
var popup_42ee3da7749c41b096fa55aa1232d798 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_0d2c096f96304639899ceb4a730cff59 = $('<div id="html_0d2c096f96304639899ceb4a730cff59" style="width: 100.0%; height: 100.0%;"><h4>Station 34</h4><br><b>Trafo:</b> 200 kVA<br><b>Anschrift:</b> Flugplatz, 97437 Haßfurt</div>')[0];
|
|
popup_42ee3da7749c41b096fa55aa1232d798.setContent(html_0d2c096f96304639899ceb4a730cff59);
|
|
|
|
|
|
marker_19ebdf92315b42ae82fc0ac2c7026a04.bindPopup(popup_42ee3da7749c41b096fa55aa1232d798);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_274f4bd4b8d44b7299bd0d22b4659efa = L.marker(
|
|
[50.0376057049,10.5039898091],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_17495bae92bb434f940a8590a9cb8545 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_274f4bd4b8d44b7299bd0d22b4659efa.setIcon(icon_17495bae92bb434f940a8590a9cb8545);
|
|
|
|
|
|
var popup_41161de6d60f444b92c0a827af2e8699 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_8fb00c1baf734a26ae3e7f80c30df6a0 = $('<div id="html_8fb00c1baf734a26ae3e7f80c30df6a0" style="width: 100.0%; height: 100.0%;"><h4>Station 35</h4><br><b>Trafo:</b> 1000 kVA<br><b>Anschrift:</b> Freizeitzentrum, 97437 Haßfurt</div>')[0];
|
|
popup_41161de6d60f444b92c0a827af2e8699.setContent(html_8fb00c1baf734a26ae3e7f80c30df6a0);
|
|
|
|
|
|
marker_274f4bd4b8d44b7299bd0d22b4659efa.bindPopup(popup_41161de6d60f444b92c0a827af2e8699);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_7c95571f12904a7e9186cee8f1a01076 = L.marker(
|
|
[50.0367093592,10.4986021113],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_47670d7c8d884d7d834d008c20d24fc4 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_7c95571f12904a7e9186cee8f1a01076.setIcon(icon_47670d7c8d884d7d834d008c20d24fc4);
|
|
|
|
|
|
var popup_6df8af5d97c14f2ca3ca71ee410ec3b1 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_d4b9d991905746b1addfa6d2959cf266 = $('<div id="html_d4b9d991905746b1addfa6d2959cf266" style="width: 100.0%; height: 100.0%;"><h4>Station 36</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Großer Anger, 97437 Haßfurt</div>')[0];
|
|
popup_6df8af5d97c14f2ca3ca71ee410ec3b1.setContent(html_d4b9d991905746b1addfa6d2959cf266);
|
|
|
|
|
|
marker_7c95571f12904a7e9186cee8f1a01076.bindPopup(popup_6df8af5d97c14f2ca3ca71ee410ec3b1);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_47c9e1e3be264ea29706ea2b23009129 = L.marker(
|
|
[50.0333228416,10.5048733011],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_04f27d2b44d543858f57a36f426e7c64 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_47c9e1e3be264ea29706ea2b23009129.setIcon(icon_04f27d2b44d543858f57a36f426e7c64);
|
|
|
|
|
|
var popup_c6555f40931a43d7a6bec11c0f40495a = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_9d33d83cfaa04d3e8d43b2d672b80536 = $('<div id="html_9d33d83cfaa04d3e8d43b2d672b80536" style="width: 100.0%; height: 100.0%;"><h4>Station 37</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Altenheim-Promenade, 97437 Haßfurt</div>')[0];
|
|
popup_c6555f40931a43d7a6bec11c0f40495a.setContent(html_9d33d83cfaa04d3e8d43b2d672b80536);
|
|
|
|
|
|
marker_47c9e1e3be264ea29706ea2b23009129.bindPopup(popup_c6555f40931a43d7a6bec11c0f40495a);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_6667e3ed9a8f4b1eac91772a1c967762 = L.marker(
|
|
[50.0299,10.52671],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_88528d5847a8496285c07fb8b8797d7c = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_6667e3ed9a8f4b1eac91772a1c967762.setIcon(icon_88528d5847a8496285c07fb8b8797d7c);
|
|
|
|
|
|
var popup_bc12a2e8bdfa439684f2ad9bec4db417 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_d652ba724e8544c888924ed98f7a2c38 = $('<div id="html_d652ba724e8544c888924ed98f7a2c38" style="width: 100.0%; height: 100.0%;"><h4>Station 38</h4><br><b>Trafo:</b> 2x630 kVA<br><b>Anschrift:</b> Möbel Engelhardt 1 Augsfelderstr., 97437 Haßfurt</div>')[0];
|
|
popup_bc12a2e8bdfa439684f2ad9bec4db417.setContent(html_d652ba724e8544c888924ed98f7a2c38);
|
|
|
|
|
|
marker_6667e3ed9a8f4b1eac91772a1c967762.bindPopup(popup_bc12a2e8bdfa439684f2ad9bec4db417);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_f97d185e17e442fd869102c75ce716bf = L.marker(
|
|
[50.0290280312,10.5317772997],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_8a3b897e21f94da0bf90923d1cfc73b7 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_f97d185e17e442fd869102c75ce716bf.setIcon(icon_8a3b897e21f94da0bf90923d1cfc73b7);
|
|
|
|
|
|
var popup_86a53b1d759d4e5a81b81a90b45d687b = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_b0ba0db1916a44cf9b3057802cb3598a = $('<div id="html_b0ba0db1916a44cf9b3057802cb3598a" style="width: 100.0%; height: 100.0%;"><h4>Station 39</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Hirler-Augsfelderstr., 97437 Haßfurt</div>')[0];
|
|
popup_86a53b1d759d4e5a81b81a90b45d687b.setContent(html_b0ba0db1916a44cf9b3057802cb3598a);
|
|
|
|
|
|
marker_f97d185e17e442fd869102c75ce716bf.bindPopup(popup_86a53b1d759d4e5a81b81a90b45d687b);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_d73842a409d840b689e900de2d5f67e0 = L.marker(
|
|
[50.0336717954,10.5315266274],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_8471792af15846c0b954d20eedca925a = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_d73842a409d840b689e900de2d5f67e0.setIcon(icon_8471792af15846c0b954d20eedca925a);
|
|
|
|
|
|
var popup_66ce83e6f8da4abcbc3d77a913083769 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_13a9bcbcb336490ba2304b336826272e = $('<div id="html_13a9bcbcb336490ba2304b336826272e" style="width: 100.0%; height: 100.0%;"><h4>Station 41</h4><br><b>Trafo:</b> 2x630+1000 kVA<br><b>Anschrift:</b> Industriestr. (Uponor), 97437 Haßfurt</div>')[0];
|
|
popup_66ce83e6f8da4abcbc3d77a913083769.setContent(html_13a9bcbcb336490ba2304b336826272e);
|
|
|
|
|
|
marker_d73842a409d840b689e900de2d5f67e0.bindPopup(popup_66ce83e6f8da4abcbc3d77a913083769);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_0345e4655c6a4741b07f3f7fae0e1025 = L.marker(
|
|
[50.0331857905,10.533439638],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_4ad30e3c23a94042a23ac6d3ad6c28c7 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_0345e4655c6a4741b07f3f7fae0e1025.setIcon(icon_4ad30e3c23a94042a23ac6d3ad6c28c7);
|
|
|
|
|
|
var popup_60781698ae494f9ab1e6a7a9e5c3aafb = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_09cf506770a748f7939b7d955c7b7638 = $('<div id="html_09cf506770a748f7939b7d955c7b7638" style="width: 100.0%; height: 100.0%;"><h4>Station 42</h4><br><b>Trafo:</b> 700 kVA<br><b>Anschrift:</b> Siemensstr. (Schlemmer), 97437 Haßfurt</div>')[0];
|
|
popup_60781698ae494f9ab1e6a7a9e5c3aafb.setContent(html_09cf506770a748f7939b7d955c7b7638);
|
|
|
|
|
|
marker_0345e4655c6a4741b07f3f7fae0e1025.bindPopup(popup_60781698ae494f9ab1e6a7a9e5c3aafb);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_cd99eb70f10749f4b844c501ad35bbf0 = L.marker(
|
|
[50.0296853462,10.5431770742],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_75f93574dca541e588c4a7749ae2a2f7 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_cd99eb70f10749f4b844c501ad35bbf0.setIcon(icon_75f93574dca541e588c4a7749ae2a2f7);
|
|
|
|
|
|
var popup_7a68b59eca134f4d8d2fec0c494aa837 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_3d9fa8d4d43c4876a66acc353ee0623d = $('<div id="html_3d9fa8d4d43c4876a66acc353ee0623d" style="width: 100.0%; height: 100.0%;"><h4>Station 43</h4><br><b>Trafo:</b> 630 kVA<br><b>Anschrift:</b> Augsfelderstr. (Haßfurter Tagblatt), 97437 Haßfurt</div>')[0];
|
|
popup_7a68b59eca134f4d8d2fec0c494aa837.setContent(html_3d9fa8d4d43c4876a66acc353ee0623d);
|
|
|
|
|
|
marker_cd99eb70f10749f4b844c501ad35bbf0.bindPopup(popup_7a68b59eca134f4d8d2fec0c494aa837);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_eeae41637dde4a9d92f9aaf9561e790d = L.marker(
|
|
[50.0316975675,10.5064676555],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_6719984fd6454aca8fb18e456f3f3fb4 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_eeae41637dde4a9d92f9aaf9561e790d.setIcon(icon_6719984fd6454aca8fb18e456f3f3fb4);
|
|
|
|
|
|
var popup_3599d70ef0fe41d29964a62c57768900 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_1139faf746434dff97973ba49a761795 = $('<div id="html_1139faf746434dff97973ba49a761795" style="width: 100.0%; height: 100.0%;"><h4>Station 44</h4><br><b>Trafo:</b> 630 kVA<br><b>Anschrift:</b> Altes Rathaus Marktplatz 1, 97437 Haßfurt</div>')[0];
|
|
popup_3599d70ef0fe41d29964a62c57768900.setContent(html_1139faf746434dff97973ba49a761795);
|
|
|
|
|
|
marker_eeae41637dde4a9d92f9aaf9561e790d.bindPopup(popup_3599d70ef0fe41d29964a62c57768900);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_34f6d22e2142480abb9f0ff7f6d281f2 = L.marker(
|
|
[50.0380740762,10.5024563063],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_1ba3e9d21b5f430aa036d91986df7619 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_34f6d22e2142480abb9f0ff7f6d281f2.setIcon(icon_1ba3e9d21b5f430aa036d91986df7619);
|
|
|
|
|
|
var popup_5bc70957a64c41ceb705a0cbbd0134ba = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_dc2daf2d17344f77980136ca3643469d = $('<div id="html_dc2daf2d17344f77980136ca3643469d" style="width: 100.0%; height: 100.0%;"><h4>Station 45</h4><br><b>Trafo:</b> 500 kVA<br><b>Anschrift:</b> Oberes Wehrlein-Distelfeld, 97437 Haßfurt</div>')[0];
|
|
popup_5bc70957a64c41ceb705a0cbbd0134ba.setContent(html_dc2daf2d17344f77980136ca3643469d);
|
|
|
|
|
|
marker_34f6d22e2142480abb9f0ff7f6d281f2.bindPopup(popup_5bc70957a64c41ceb705a0cbbd0134ba);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_526348a1c4f24d3dbc8d01f9a281a354 = L.marker(
|
|
[50.0338644241,10.5148613279],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_8682c79f70b34f5298352249926d2c03 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_526348a1c4f24d3dbc8d01f9a281a354.setIcon(icon_8682c79f70b34f5298352249926d2c03);
|
|
|
|
|
|
var popup_92a06286c96842a4a3916c3509d092e4 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_5eb16207297c4cc6be45ce7998ca4bb3 = $('<div id="html_5eb16207297c4cc6be45ce7998ca4bb3" style="width: 100.0%; height: 100.0%;"><h4>Station 46</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Zeppelinstr., 97437 Haßfurt</div>')[0];
|
|
popup_92a06286c96842a4a3916c3509d092e4.setContent(html_5eb16207297c4cc6be45ce7998ca4bb3);
|
|
|
|
|
|
marker_526348a1c4f24d3dbc8d01f9a281a354.bindPopup(popup_92a06286c96842a4a3916c3509d092e4);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_6233b2046d424cfbbd361c26ff56e6d1 = L.marker(
|
|
[50.0299089847,10.5240598629],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_313937fe575542799602defad5ba27c8 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_6233b2046d424cfbbd361c26ff56e6d1.setIcon(icon_313937fe575542799602defad5ba27c8);
|
|
|
|
|
|
var popup_f717590cc34744ed943414cd244dc162 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_2979c1ed6ef44daaa6fdb9c6e26db99e = $('<div id="html_2979c1ed6ef44daaa6fdb9c6e26db99e" style="width: 100.0%; height: 100.0%;"><h4>Station 47</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Möbel Engelhardt 2 (DAS DING), 97437 Haßfurt</div>')[0];
|
|
popup_f717590cc34744ed943414cd244dc162.setContent(html_2979c1ed6ef44daaa6fdb9c6e26db99e);
|
|
|
|
|
|
marker_6233b2046d424cfbbd361c26ff56e6d1.bindPopup(popup_f717590cc34744ed943414cd244dc162);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_29aa4eb0edc946489c36e6254a3e78bd = L.marker(
|
|
[50.0409792948,10.5079115952],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_a9df2b8b1ec1486985babc429de38a6c = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_29aa4eb0edc946489c36e6254a3e78bd.setIcon(icon_a9df2b8b1ec1486985babc429de38a6c);
|
|
|
|
|
|
var popup_458ebd8df9564074a59ddba1b75b4614 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_25dce5ef0eda4212955450490131beb2 = $('<div id="html_25dce5ef0eda4212955450490131beb2" style="width: 100.0%; height: 100.0%;"><h4>Station 48</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> An der Nassach-Kolpingstr., 97437 Haßfurt</div>')[0];
|
|
popup_458ebd8df9564074a59ddba1b75b4614.setContent(html_25dce5ef0eda4212955450490131beb2);
|
|
|
|
|
|
marker_29aa4eb0edc946489c36e6254a3e78bd.bindPopup(popup_458ebd8df9564074a59ddba1b75b4614);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_74e2757afd7b4ae4b8d10ac13822d974 = L.marker(
|
|
[50.0325942568,10.5006368889],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_2845ab801ab846268e7d7edd1ad73c83 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_74e2757afd7b4ae4b8d10ac13822d974.setIcon(icon_2845ab801ab846268e7d7edd1ad73c83);
|
|
|
|
|
|
var popup_f02db319fb4c469caa4e4bbc043da4bb = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_2172596473b34d669c4d3e2af8916323 = $('<div id="html_2172596473b34d669c4d3e2af8916323" style="width: 100.0%; height: 100.0%;"><h4>Station 49</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Gewerbepark Meecenter, 97437 Haßfurt</div>')[0];
|
|
popup_f02db319fb4c469caa4e4bbc043da4bb.setContent(html_2172596473b34d669c4d3e2af8916323);
|
|
|
|
|
|
marker_74e2757afd7b4ae4b8d10ac13822d974.bindPopup(popup_f02db319fb4c469caa4e4bbc043da4bb);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_ae1939c5f80045f58d3efd746f1eee3f = L.marker(
|
|
[50.0290119394,10.5336894261],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_f8ff026201fa48b5a5afc13ad3e6fb3b = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_ae1939c5f80045f58d3efd746f1eee3f.setIcon(icon_f8ff026201fa48b5a5afc13ad3e6fb3b);
|
|
|
|
|
|
var popup_f6d258fcc39042c9b37fb9e5800ba689 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_7d567cc791e3404ba4ab7f1d0d13f761 = $('<div id="html_7d567cc791e3404ba4ab7f1d0d13f761" style="width: 100.0%; height: 100.0%;"><h4>Station 50</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Dormita Augsfelderstr., 97437 Haßfurt</div>')[0];
|
|
popup_f6d258fcc39042c9b37fb9e5800ba689.setContent(html_7d567cc791e3404ba4ab7f1d0d13f761);
|
|
|
|
|
|
marker_ae1939c5f80045f58d3efd746f1eee3f.bindPopup(popup_f6d258fcc39042c9b37fb9e5800ba689);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_be6d47e054c441b1b12f6bb4785d45d9 = L.marker(
|
|
[50.0371264219,10.5186472587],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_3522bcb056d0478e9937dcbc389f2026 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_be6d47e054c441b1b12f6bb4785d45d9.setIcon(icon_3522bcb056d0478e9937dcbc389f2026);
|
|
|
|
|
|
var popup_18be6ad378774761a7d78101e582bab3 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_febe561407854d58ba314bda0f2b17fb = $('<div id="html_febe561407854d58ba314bda0f2b17fb" style="width: 100.0%; height: 100.0%;"><h4>Station 51</h4><br><b>Trafo:</b> 250 kVA<br><b>Anschrift:</b> Fa. Waldi Schuhfabrik, 97437 Haßfurt</div>')[0];
|
|
popup_18be6ad378774761a7d78101e582bab3.setContent(html_febe561407854d58ba314bda0f2b17fb);
|
|
|
|
|
|
marker_be6d47e054c441b1b12f6bb4785d45d9.bindPopup(popup_18be6ad378774761a7d78101e582bab3);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_ad59c9143f0e48d6bbdac9ab290c1347 = L.marker(
|
|
[50.0294773707,10.5222475477],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_7c9d480c0c8e4010bef29007ff1d7931 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_ad59c9143f0e48d6bbdac9ab290c1347.setIcon(icon_7c9d480c0c8e4010bef29007ff1d7931);
|
|
|
|
|
|
var popup_d80382c826f541c3afa2d65a81caa858 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_e42b1e6a4e0c43a096200cdd7b45af9b = $('<div id="html_e42b1e6a4e0c43a096200cdd7b45af9b" style="width: 100.0%; height: 100.0%;"><h4>Station 52</h4><br><b>Trafo:</b> 630 kVA<br><b>Anschrift:</b> Sagros Am Wasserwerk, 97437 Haßfurt</div>')[0];
|
|
popup_d80382c826f541c3afa2d65a81caa858.setContent(html_e42b1e6a4e0c43a096200cdd7b45af9b);
|
|
|
|
|
|
marker_ad59c9143f0e48d6bbdac9ab290c1347.bindPopup(popup_d80382c826f541c3afa2d65a81caa858);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_0437e6368e594523907911740f2d1223 = L.marker(
|
|
[50.0327549936,10.5241678131],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_6c59cf15427643c7bf448c241aa8d8d4 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_0437e6368e594523907911740f2d1223.setIcon(icon_6c59cf15427643c7bf448c241aa8d8d4);
|
|
|
|
|
|
var popup_54166094e4254cd1b1ccef016082303d = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_63880677d25e414d89ce0ff87f0e727d = $('<div id="html_63880677d25e414d89ce0ff87f0e727d" style="width: 100.0%; height: 100.0%;"><h4>Station 53</h4><br><b>Trafo:</b> 160 kVA<br><b>Anschrift:</b> OBI Industriestr., 97437 Haßfurt</div>')[0];
|
|
popup_54166094e4254cd1b1ccef016082303d.setContent(html_63880677d25e414d89ce0ff87f0e727d);
|
|
|
|
|
|
marker_0437e6368e594523907911740f2d1223.bindPopup(popup_54166094e4254cd1b1ccef016082303d);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_30f878b522ca495bb8c362bb819910ed = L.marker(
|
|
[50.0304442205,10.5345282558],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_a9d7e448fb254c90a09fdc8b26ae1e7c = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_30f878b522ca495bb8c362bb819910ed.setIcon(icon_a9d7e448fb254c90a09fdc8b26ae1e7c);
|
|
|
|
|
|
var popup_124c7a5dcbd849d5897c753c34a9f283 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_e6bd030914a8465bb849f58dd3048553 = $('<div id="html_e6bd030914a8465bb849f58dd3048553" style="width: 100.0%; height: 100.0%;"><h4>Station 54</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> AMO , 97437 Haßfurt</div>')[0];
|
|
popup_124c7a5dcbd849d5897c753c34a9f283.setContent(html_e6bd030914a8465bb849f58dd3048553);
|
|
|
|
|
|
marker_30f878b522ca495bb8c362bb819910ed.bindPopup(popup_124c7a5dcbd849d5897c753c34a9f283);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_7b87c9857e1f4d0c8d449110b8e7ddd5 = L.marker(
|
|
[50.0282552771,10.5312476053],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_d40ff4b312eb456e8a96afa77415d5e2 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_7b87c9857e1f4d0c8d449110b8e7ddd5.setIcon(icon_d40ff4b312eb456e8a96afa77415d5e2);
|
|
|
|
|
|
var popup_929361ddd3804649b4d0a22015a161d1 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_453f166ed5d24475bb7fcb75a3c7584e = $('<div id="html_453f166ed5d24475bb7fcb75a3c7584e" style="width: 100.0%; height: 100.0%;"><h4>Station 55</h4><br><b>Trafo:</b> 800 kVA<br><b>Anschrift:</b> Augsfelderstr. (Fa. KANN), 97437 Haßfurt</div>')[0];
|
|
popup_929361ddd3804649b4d0a22015a161d1.setContent(html_453f166ed5d24475bb7fcb75a3c7584e);
|
|
|
|
|
|
marker_7b87c9857e1f4d0c8d449110b8e7ddd5.bindPopup(popup_929361ddd3804649b4d0a22015a161d1);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_0482c02786ea43ebb2c4f9e23515f011 = L.marker(
|
|
[50.0349237458,10.5345349038],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_47cac288bb3f4f8cb92a1aa7dfe2fc60 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_0482c02786ea43ebb2c4f9e23515f011.setIcon(icon_47cac288bb3f4f8cb92a1aa7dfe2fc60);
|
|
|
|
|
|
var popup_fa4ffa219191425d8a8f1495a72075dc = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_e3fdd9234ce549c0980bfef599fd39da = $('<div id="html_e3fdd9234ce549c0980bfef599fd39da" style="width: 100.0%; height: 100.0%;"><h4>Station 56</h4><br><b>Trafo:</b> 630 kVA<br><b>Anschrift:</b> Siemensstr., 97437 Haßfurt</div>')[0];
|
|
popup_fa4ffa219191425d8a8f1495a72075dc.setContent(html_e3fdd9234ce549c0980bfef599fd39da);
|
|
|
|
|
|
marker_0482c02786ea43ebb2c4f9e23515f011.bindPopup(popup_fa4ffa219191425d8a8f1495a72075dc);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_ffc8e8488ac94fb89401e4054cb3a53f = L.marker(
|
|
[50.0367722873,10.534742384],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_a7028320881c48dea75f896d7113d8b6 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_ffc8e8488ac94fb89401e4054cb3a53f.setIcon(icon_a7028320881c48dea75f896d7113d8b6);
|
|
|
|
|
|
var popup_dfa76cde067242c6ba65b0548d503ebe = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_047a2b04fd6c450ca6ad295eee0f3136 = $('<div id="html_047a2b04fd6c450ca6ad295eee0f3136" style="width: 100.0%; height: 100.0%;"><h4>Station 57</h4><br><b>Trafo:</b> 630 kVA<br><b>Anschrift:</b> Ohmstr., 97437 Haßfurt</div>')[0];
|
|
popup_dfa76cde067242c6ba65b0548d503ebe.setContent(html_047a2b04fd6c450ca6ad295eee0f3136);
|
|
|
|
|
|
marker_ffc8e8488ac94fb89401e4054cb3a53f.bindPopup(popup_dfa76cde067242c6ba65b0548d503ebe);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_aa6d3948269f4e55a81a99d6590cf013 = L.marker(
|
|
[50.0364988349,10.5320136995],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_bca3a48d6dad41db9068213071e09405 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_aa6d3948269f4e55a81a99d6590cf013.setIcon(icon_bca3a48d6dad41db9068213071e09405);
|
|
|
|
|
|
var popup_85c34e49c4664d868f0d4789366d679d = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_52ed605af3a84bd7aacf34fe8b01b7cc = $('<div id="html_52ed605af3a84bd7aacf34fe8b01b7cc" style="width: 100.0%; height: 100.0%;"><h4>Station 58</h4><br><b>Trafo:</b> nan kVA<br><b>Anschrift:</b> Carl-Zeis-Str. Uponor W2H1, 97437 Haßfurt</div>')[0];
|
|
popup_85c34e49c4664d868f0d4789366d679d.setContent(html_52ed605af3a84bd7aacf34fe8b01b7cc);
|
|
|
|
|
|
marker_aa6d3948269f4e55a81a99d6590cf013.bindPopup(popup_85c34e49c4664d868f0d4789366d679d);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_d1100ce094454121b674fc5f39f4dddc = L.marker(
|
|
[50.0363809915,10.5320770089],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_d9ab4982db1845338f24768925f7b6ec = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_d1100ce094454121b674fc5f39f4dddc.setIcon(icon_d9ab4982db1845338f24768925f7b6ec);
|
|
|
|
|
|
var popup_d5c9fc428533493ba29027b97206be80 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_b284fe5ff9f6475c9ff8507076e792d2 = $('<div id="html_b284fe5ff9f6475c9ff8507076e792d2" style="width: 100.0%; height: 100.0%;"><h4>Station 58a</h4><br><b>Trafo:</b> 2x1000 kVA<br><b>Anschrift:</b> Carl-Zeis-Str. Uponor W2H2, 97437 Haßfurt</div>')[0];
|
|
popup_d5c9fc428533493ba29027b97206be80.setContent(html_b284fe5ff9f6475c9ff8507076e792d2);
|
|
|
|
|
|
marker_d1100ce094454121b674fc5f39f4dddc.bindPopup(popup_d5c9fc428533493ba29027b97206be80);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_9c7cfca696874bc78fbd191b8d331d0d = L.marker(
|
|
[50.0321012268,10.5055094184],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_39784abea0184af282a3bb37785d81ba = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_9c7cfca696874bc78fbd191b8d331d0d.setIcon(icon_39784abea0184af282a3bb37785d81ba);
|
|
|
|
|
|
var popup_b13e1f7ab7364ec4baa661e923a1a6d7 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_4bb2e98b0d5c4ffd9d17ab736998d1de = $('<div id="html_4bb2e98b0d5c4ffd9d17ab736998d1de" style="width: 100.0%; height: 100.0%;"><h4>Station 59</h4><br><b>Trafo:</b> 315 kVA<br><b>Anschrift:</b> Marktplatz (Sparkasse Ostunterfranken), 97437 Haßfurt</div>')[0];
|
|
popup_b13e1f7ab7364ec4baa661e923a1a6d7.setContent(html_4bb2e98b0d5c4ffd9d17ab736998d1de);
|
|
|
|
|
|
marker_9c7cfca696874bc78fbd191b8d331d0d.bindPopup(popup_b13e1f7ab7364ec4baa661e923a1a6d7);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_1e60da385e5f44fdba1f617f8844acb3 = L.marker(
|
|
[50.0351640794,10.4925949165],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_8c797076fe224a32b908d612e494457a = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_1e60da385e5f44fdba1f617f8844acb3.setIcon(icon_8c797076fe224a32b908d612e494457a);
|
|
|
|
|
|
var popup_1aa9fadad06744768115c8df48fb3da3 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_4a944400c1de44d4a5c94c9f37a68d7c = $('<div id="html_4a944400c1de44d4a5c94c9f37a68d7c" style="width: 100.0%; height: 100.0%;"><h4>Station 60</h4><br><b>Trafo:</b> 315 kVA<br><b>Anschrift:</b> Rückelstraße - westl. Uchenhoferstr., 97437 Haßfurt</div>')[0];
|
|
popup_1aa9fadad06744768115c8df48fb3da3.setContent(html_4a944400c1de44d4a5c94c9f37a68d7c);
|
|
|
|
|
|
marker_1e60da385e5f44fdba1f617f8844acb3.bindPopup(popup_1aa9fadad06744768115c8df48fb3da3);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_2d8aa693076a4325b256e9fc35ea8f33 = L.marker(
|
|
[50.0379869423,10.5363111989],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_f5dd5f3b63f24ba4a75fc9b7ae1a6fa4 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_2d8aa693076a4325b256e9fc35ea8f33.setIcon(icon_f5dd5f3b63f24ba4a75fc9b7ae1a6fa4);
|
|
|
|
|
|
var popup_8fe297e67a7c4218904429f1c951600b = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_766b7a4c4c8a48edb5cadbdc7535b09f = $('<div id="html_766b7a4c4c8a48edb5cadbdc7535b09f" style="width: 100.0%; height: 100.0%;"><h4>Station 61</h4><br><b>Trafo:</b> 1000 kVA<br><b>Anschrift:</b> Walter-Tronstr (Fa. Waldi), 97437 Haßfurt</div>')[0];
|
|
popup_8fe297e67a7c4218904429f1c951600b.setContent(html_766b7a4c4c8a48edb5cadbdc7535b09f);
|
|
|
|
|
|
marker_2d8aa693076a4325b256e9fc35ea8f33.bindPopup(popup_8fe297e67a7c4218904429f1c951600b);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_63577d33f31c49eab614f3e4e2f648ff = L.marker(
|
|
[50.0334304436,10.5318536171],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_f27e794d51e84a0184459d5354f1a037 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_63577d33f31c49eab614f3e4e2f648ff.setIcon(icon_f27e794d51e84a0184459d5354f1a037);
|
|
|
|
|
|
var popup_903f7a07bc7a420dba23ae282e0be732 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_06f2f84b004c4e70ba85a916143596da = $('<div id="html_06f2f84b004c4e70ba85a916143596da" style="width: 100.0%; height: 100.0%;"><h4>Station 62</h4><br><b>Trafo:</b> 2x1250 kVA<br><b>Anschrift:</b> Schlemmer Phillipp-Reis-Straße, 97437 Haßfurt</div>')[0];
|
|
popup_903f7a07bc7a420dba23ae282e0be732.setContent(html_06f2f84b004c4e70ba85a916143596da);
|
|
|
|
|
|
marker_63577d33f31c49eab614f3e4e2f648ff.bindPopup(popup_903f7a07bc7a420dba23ae282e0be732);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_333ac109447d4f88ab0960222aff246f = L.marker(
|
|
[50.0407176772,10.5164687339],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_681028a5045d4780ae18e4fc41d8c97d = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_333ac109447d4f88ab0960222aff246f.setIcon(icon_681028a5045d4780ae18e4fc41d8c97d);
|
|
|
|
|
|
var popup_bb0d424b5f9a452c9615ef886473e160 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_2125729740a248329cc3ea6d8eecd1ff = $('<div id="html_2125729740a248329cc3ea6d8eecd1ff" style="width: 100.0%; height: 100.0%;"><h4>Station 63</h4><br><b>Trafo:</b> 160 kVA<br><b>Anschrift:</b> Lidl, 97437 Haßfurt</div>')[0];
|
|
popup_bb0d424b5f9a452c9615ef886473e160.setContent(html_2125729740a248329cc3ea6d8eecd1ff);
|
|
|
|
|
|
marker_333ac109447d4f88ab0960222aff246f.bindPopup(popup_bb0d424b5f9a452c9615ef886473e160);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_256fd4eb7ccd471e9364ef306dbbd398 = L.marker(
|
|
[50.0330252969,10.540082612],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_448d3184596c4d8fafcbe0b441dcc4b3 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_256fd4eb7ccd471e9364ef306dbbd398.setIcon(icon_448d3184596c4d8fafcbe0b441dcc4b3);
|
|
|
|
|
|
var popup_335bdeeeaa0642fcba6b71eb2fb7c2bd = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_355f8a8353214feca233656abb26c2aa = $('<div id="html_355f8a8353214feca233656abb26c2aa" style="width: 100.0%; height: 100.0%;"><h4>Station 64</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> OBI Neu Gotelstadt, 97437 Haßfurt</div>')[0];
|
|
popup_335bdeeeaa0642fcba6b71eb2fb7c2bd.setContent(html_355f8a8353214feca233656abb26c2aa);
|
|
|
|
|
|
marker_256fd4eb7ccd471e9364ef306dbbd398.bindPopup(popup_335bdeeeaa0642fcba6b71eb2fb7c2bd);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_59e0518d90d74b7eb1351dd66daf1d57 = L.marker(
|
|
[50.0321038393,10.5425018511],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_5278f523051a493bb7e295d08ccf0669 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_59e0518d90d74b7eb1351dd66daf1d57.setIcon(icon_5278f523051a493bb7e295d08ccf0669);
|
|
|
|
|
|
var popup_c67ff11d4a4346c191333dadd121d65e = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_9dc22b7c7fa94715a49c2feaf4b28ef1 = $('<div id="html_9dc22b7c7fa94715a49c2feaf4b28ef1" style="width: 100.0%; height: 100.0%;"><h4>Station 65</h4><br><b>Trafo:</b> 630 kVA<br><b>Anschrift:</b> Robert-Boschstr., 97437 Haßfurt</div>')[0];
|
|
popup_c67ff11d4a4346c191333dadd121d65e.setContent(html_9dc22b7c7fa94715a49c2feaf4b28ef1);
|
|
|
|
|
|
marker_59e0518d90d74b7eb1351dd66daf1d57.bindPopup(popup_c67ff11d4a4346c191333dadd121d65e);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_d96bde53172f42fa9224f24c1a7e2361 = L.marker(
|
|
[50.0391300877,10.537002857],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_b4408a58cccb422bb02652e979c3c118 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_d96bde53172f42fa9224f24c1a7e2361.setIcon(icon_b4408a58cccb422bb02652e979c3c118);
|
|
|
|
|
|
var popup_7dc9843b40f2424c99673439e4366a69 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_993397b04c784727ad2dc47bbbbbee28 = $('<div id="html_993397b04c784727ad2dc47bbbbbee28" style="width: 100.0%; height: 100.0%;"><h4>Station 66</h4><br><b>Trafo:</b> 800 kVA<br><b>Anschrift:</b> Schenk Logistik Walter-Tron-Straße, 97437 Haßfurt</div>')[0];
|
|
popup_7dc9843b40f2424c99673439e4366a69.setContent(html_993397b04c784727ad2dc47bbbbbee28);
|
|
|
|
|
|
marker_d96bde53172f42fa9224f24c1a7e2361.bindPopup(popup_7dc9843b40f2424c99673439e4366a69);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_9e77c226b6944eacbc87ce1c4e4d5e45 = L.marker(
|
|
[50.0406977184,10.5152859241],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_43390f330c894205abf7644c2c1fdb1a = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_9e77c226b6944eacbc87ce1c4e4d5e45.setIcon(icon_43390f330c894205abf7644c2c1fdb1a);
|
|
|
|
|
|
var popup_578884010bb54c4a8194ab9094de3fc5 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_bee9eb520f554ff283db5145749156f9 = $('<div id="html_bee9eb520f554ff283db5145749156f9" style="width: 100.0%; height: 100.0%;"><h4>Station 67</h4><br><b>Trafo:</b> 250 kVA<br><b>Anschrift:</b> Ärztehäuser Hofheimerstraße, 97437 Haßfurt</div>')[0];
|
|
popup_578884010bb54c4a8194ab9094de3fc5.setContent(html_bee9eb520f554ff283db5145749156f9);
|
|
|
|
|
|
marker_9e77c226b6944eacbc87ce1c4e4d5e45.bindPopup(popup_578884010bb54c4a8194ab9094de3fc5);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_13148b8819ec4a708718c7a4a06f7087 = L.marker(
|
|
[50.0395552299,10.5390588494],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_ae266d6a0b384442b60593ced70dcdee = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_13148b8819ec4a708718c7a4a06f7087.setIcon(icon_ae266d6a0b384442b60593ced70dcdee);
|
|
|
|
|
|
var popup_908bdb58163d48118ef15226abdf7108 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_b937ebbbd6cb415e9a7ada1a4edd7502 = $('<div id="html_b937ebbbd6cb415e9a7ada1a4edd7502" style="width: 100.0%; height: 100.0%;"><h4>Station 68</h4><br><b>Trafo:</b> nan kVA<br><b>Anschrift:</b> Gewerbegebiet Schlettach Schaltstation, 97437 Haßfurt</div>')[0];
|
|
popup_908bdb58163d48118ef15226abdf7108.setContent(html_b937ebbbd6cb415e9a7ada1a4edd7502);
|
|
|
|
|
|
marker_13148b8819ec4a708718c7a4a06f7087.bindPopup(popup_908bdb58163d48118ef15226abdf7108);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_4fd94fdcd9ba4db0ac17a1fd061a2189 = L.marker(
|
|
[50.0424327092,10.5393609231],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_068fd18c8b834cde88999b2c3459c71d = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_4fd94fdcd9ba4db0ac17a1fd061a2189.setIcon(icon_068fd18c8b834cde88999b2c3459c71d);
|
|
|
|
|
|
var popup_554fcadc965c4f4c957bf89ec1bf87fe = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_9e234a5cb01d4c98a0482f75bb9832aa = $('<div id="html_9e234a5cb01d4c98a0482f75bb9832aa" style="width: 100.0%; height: 100.0%;"><h4>Station 69</h4><br><b>Trafo:</b> 1000 kVA<br><b>Anschrift:</b> PV-Anlage Schlettach 1100kWp, 97437 Haßfurt</div>')[0];
|
|
popup_554fcadc965c4f4c957bf89ec1bf87fe.setContent(html_9e234a5cb01d4c98a0482f75bb9832aa);
|
|
|
|
|
|
marker_4fd94fdcd9ba4db0ac17a1fd061a2189.bindPopup(popup_554fcadc965c4f4c957bf89ec1bf87fe);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_b18a4665d7a24494a3be11f3bdcb2e09 = L.marker(
|
|
[50.0331584327,10.5436950632],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_5bb08188395c402b8665d459da0d2a66 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_b18a4665d7a24494a3be11f3bdcb2e09.setIcon(icon_5bb08188395c402b8665d459da0d2a66);
|
|
|
|
|
|
var popup_638a8d57d50b4a4184719b0051c53d00 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_0107fd079853440b9f23dfd95cef8a21 = $('<div id="html_0107fd079853440b9f23dfd95cef8a21" style="width: 100.0%; height: 100.0%;"><h4>Station 70</h4><br><b>Trafo:</b> 800 kVA<br><b>Anschrift:</b> EDEKA - Gewerbegebiet OST, 97437 Haßfurt</div>')[0];
|
|
popup_638a8d57d50b4a4184719b0051c53d00.setContent(html_0107fd079853440b9f23dfd95cef8a21);
|
|
|
|
|
|
marker_b18a4665d7a24494a3be11f3bdcb2e09.bindPopup(popup_638a8d57d50b4a4184719b0051c53d00);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_5d6fe3b173f5470db9279c6afa3e27a6 = L.marker(
|
|
[50.0394267864,10.5358574824],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_803f5c96b1634cb48b67ff2718402f07 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_5d6fe3b173f5470db9279c6afa3e27a6.setIcon(icon_803f5c96b1634cb48b67ff2718402f07);
|
|
|
|
|
|
var popup_e536e170a53749cd9a4146742af5ff09 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_fcc74806c41e4e96bf1467c03575c541 = $('<div id="html_fcc74806c41e4e96bf1467c03575c541" style="width: 100.0%; height: 100.0%;"><h4>Station 71</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Walter-Tron-Straße (HALLE), 97437 Haßfurt</div>')[0];
|
|
popup_e536e170a53749cd9a4146742af5ff09.setContent(html_fcc74806c41e4e96bf1467c03575c541);
|
|
|
|
|
|
marker_5d6fe3b173f5470db9279c6afa3e27a6.bindPopup(popup_e536e170a53749cd9a4146742af5ff09);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_f286626968a0419a9ccb2e00abbe62fc = L.marker(
|
|
[50.0374552514,10.5300157716],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_dc0cb029abb4443eb40f0d372b6dd66d = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_f286626968a0419a9ccb2e00abbe62fc.setIcon(icon_dc0cb029abb4443eb40f0d372b6dd66d);
|
|
|
|
|
|
var popup_45d81276b86540c2bb81f6f266f31812 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_1552dcd3a49f45c1b8a2654749a18e99 = $('<div id="html_1552dcd3a49f45c1b8a2654749a18e99" style="width: 100.0%; height: 100.0%;"><h4>Station 72</h4><br><b>Trafo:</b> nan kVA<br><b>Anschrift:</b> Carl-Zeiß-Straße Biogas-Übergabe, 97437 Haßfurt</div>')[0];
|
|
popup_45d81276b86540c2bb81f6f266f31812.setContent(html_1552dcd3a49f45c1b8a2654749a18e99);
|
|
|
|
|
|
marker_f286626968a0419a9ccb2e00abbe62fc.bindPopup(popup_45d81276b86540c2bb81f6f266f31812);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_95119dc6602e47b0adb072c74a0b1a5a = L.marker(
|
|
[50.0410332297,10.5324663238],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_d5a3e7969314460690c128bd38cd2029 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_95119dc6602e47b0adb072c74a0b1a5a.setIcon(icon_d5a3e7969314460690c128bd38cd2029);
|
|
|
|
|
|
var popup_f88acce8d7a54c0ba07a2a894a696576 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_b5f3d9605c0d4f02b116c7ddadcbd1ea = $('<div id="html_b5f3d9605c0d4f02b116c7ddadcbd1ea" style="width: 100.0%; height: 100.0%;"><h4>Station 73</h4><br><b>Trafo:</b> nan kVA<br><b>Anschrift:</b> Osttangente (Agrokraft Biogas-Anlage), 97437 Haßfurt</div>')[0];
|
|
popup_f88acce8d7a54c0ba07a2a894a696576.setContent(html_b5f3d9605c0d4f02b116c7ddadcbd1ea);
|
|
|
|
|
|
marker_95119dc6602e47b0adb072c74a0b1a5a.bindPopup(popup_f88acce8d7a54c0ba07a2a894a696576);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_1896d767588144a6859f1b46c5e06aa1 = L.marker(
|
|
[50.0314143759,10.5284049287],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_d37acb0f16a44cc3b72027d8cccad7d9 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_1896d767588144a6859f1b46c5e06aa1.setIcon(icon_d37acb0f16a44cc3b72027d8cccad7d9);
|
|
|
|
|
|
var popup_28a6691bc2ac481782b058258748e225 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_39ef0db94cc8449497997eb02ee49930 = $('<div id="html_39ef0db94cc8449497997eb02ee49930" style="width: 100.0%; height: 100.0%;"><h4>Station 74</h4><br><b>Trafo:</b> nan kVA<br><b>Anschrift:</b> Zeiler Straße (PV Anlage Wagenhäuser), 97437 Haßfurt</div>')[0];
|
|
popup_28a6691bc2ac481782b058258748e225.setContent(html_39ef0db94cc8449497997eb02ee49930);
|
|
|
|
|
|
marker_1896d767588144a6859f1b46c5e06aa1.bindPopup(popup_28a6691bc2ac481782b058258748e225);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_950452cc2a994690aec206ea5a34ddf5 = L.marker(
|
|
[50.0371564271,10.5310980342],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_81ad4bea0f9f4e10805ba39254a16654 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_950452cc2a994690aec206ea5a34ddf5.setIcon(icon_81ad4bea0f9f4e10805ba39254a16654);
|
|
|
|
|
|
var popup_6df65224ee0549b4baa4b58b249691f4 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_059f787c8801488eaf659a1016aaaa25 = $('<div id="html_059f787c8801488eaf659a1016aaaa25" style="width: 100.0%; height: 100.0%;"><h4>Station 75</h4><br><b>Trafo:</b> nan kVA<br><b>Anschrift:</b> Carl-Zeis-Str. (Uponor Logistikzentrum), 97437 Haßfurt</div>')[0];
|
|
popup_6df65224ee0549b4baa4b58b249691f4.setContent(html_059f787c8801488eaf659a1016aaaa25);
|
|
|
|
|
|
marker_950452cc2a994690aec206ea5a34ddf5.bindPopup(popup_6df65224ee0549b4baa4b58b249691f4);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_8baf60714ffc4aa9adab82b6eaf545f8 = L.marker(
|
|
[50.0310171453,10.5410196662],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_407732e8f5de44e0988643211fd6f6c7 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_8baf60714ffc4aa9adab82b6eaf545f8.setIcon(icon_407732e8f5de44e0988643211fd6f6c7);
|
|
|
|
|
|
var popup_2a1afcbf0ffa449a8331df441ac76d35 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_e509be4735324da991e482a150275408 = $('<div id="html_e509be4735324da991e482a150275408" style="width: 100.0%; height: 100.0%;"><h4>Station 76</h4><br><b>Trafo:</b> nan kVA<br><b>Anschrift:</b> Godelstatt (Agip Tankstelle), 97437 Haßfurt</div>')[0];
|
|
popup_2a1afcbf0ffa449a8331df441ac76d35.setContent(html_e509be4735324da991e482a150275408);
|
|
|
|
|
|
marker_8baf60714ffc4aa9adab82b6eaf545f8.bindPopup(popup_2a1afcbf0ffa449a8331df441ac76d35);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_a8daafa83ad04fa582aac3859c22c730 = L.marker(
|
|
[50.0348743822,10.4886625337],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_029d8c408ba04054b8ee4a57b42575ba = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_a8daafa83ad04fa582aac3859c22c730.setIcon(icon_029d8c408ba04054b8ee4a57b42575ba);
|
|
|
|
|
|
var popup_c3b9526e9a874717a867e1830b246484 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_868366eacb7a47a29c96ded2870cecce = $('<div id="html_868366eacb7a47a29c96ded2870cecce" style="width: 100.0%; height: 100.0%;"><h4>Station 77</h4><br><b>Trafo:</b> nan kVA<br><b>Anschrift:</b> Osterfeld 2, 97437 Haßfurt</div>')[0];
|
|
popup_c3b9526e9a874717a867e1830b246484.setContent(html_868366eacb7a47a29c96ded2870cecce);
|
|
|
|
|
|
marker_a8daafa83ad04fa582aac3859c22c730.bindPopup(popup_c3b9526e9a874717a867e1830b246484);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_82dcbfa8d4ce4a0e87c1c8a8c06e04dc = L.marker(
|
|
[50.0307887054,10.5018526326],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_2eca028b68a94fb19c3be9fad75e4a29 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_82dcbfa8d4ce4a0e87c1c8a8c06e04dc.setIcon(icon_2eca028b68a94fb19c3be9fad75e4a29);
|
|
|
|
|
|
var popup_bd54da9060ec49b69f8b392a57f92e74 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_2c505f7b0b1c4c19816e48b2bac2fd3f = $('<div id="html_2c505f7b0b1c4c19816e48b2bac2fd3f" style="width: 100.0%; height: 100.0%;"><h4>Station Am Gries</h4><br><b>Trafo:</b> nan kVA<br><b>Anschrift:</b> Gries, 97437 Haßfurt</div>')[0];
|
|
popup_bd54da9060ec49b69f8b392a57f92e74.setContent(html_2c505f7b0b1c4c19816e48b2bac2fd3f);
|
|
|
|
|
|
marker_82dcbfa8d4ce4a0e87c1c8a8c06e04dc.bindPopup(popup_bd54da9060ec49b69f8b392a57f92e74);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_64c5d2a2fa8b4a42b2552516e9b8b388 = L.marker(
|
|
[50.0078175489,10.4180716018],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_55538b62303645eba53a8b3086f9e00c = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_64c5d2a2fa8b4a42b2552516e9b8b388.setIcon(icon_55538b62303645eba53a8b3086f9e00c);
|
|
|
|
|
|
var popup_bf3d304520334b05971a74edef9c179c = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_c5c18d8d01484a87ae3e070f793e4296 = $('<div id="html_c5c18d8d01484a87ae3e070f793e4296" style="width: 100.0%; height: 100.0%;"><h4>Station HOR01</h4><br><b>Trafo:</b> 315 kVA<br><b>Anschrift:</b> Steinsäckerstraße (Wasserwerk), 97531 Horhausen</div>')[0];
|
|
popup_bf3d304520334b05971a74edef9c179c.setContent(html_c5c18d8d01484a87ae3e070f793e4296);
|
|
|
|
|
|
marker_64c5d2a2fa8b4a42b2552516e9b8b388.bindPopup(popup_bf3d304520334b05971a74edef9c179c);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_13a9fb759c0a4873b09882cb3c04107b = L.marker(
|
|
[50.0071589971,10.4236152067],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_970d5e69ab2a4a2ab83928e3dd1b045c = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_13a9fb759c0a4873b09882cb3c04107b.setIcon(icon_970d5e69ab2a4a2ab83928e3dd1b045c);
|
|
|
|
|
|
var popup_1bda0d6e687642d0a8438793e25d56c3 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_b0eae6de9ab24cc98e7dc3d90e885236 = $('<div id="html_b0eae6de9ab24cc98e7dc3d90e885236" style="width: 100.0%; height: 100.0%;"><h4>Station HOR02</h4><br><b>Trafo:</b> 250 kVA<br><b>Anschrift:</b> Steinsäckerstraße (Netzstation), 97531 Horhausen</div>')[0];
|
|
popup_1bda0d6e687642d0a8438793e25d56c3.setContent(html_b0eae6de9ab24cc98e7dc3d90e885236);
|
|
|
|
|
|
marker_13a9fb759c0a4873b09882cb3c04107b.bindPopup(popup_1bda0d6e687642d0a8438793e25d56c3);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_a82b58b30c4f4b9f838822ec41680e4d = L.marker(
|
|
[50.002619476,10.425739067],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_522286ebc1f5493893d4e99c931f4288 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_a82b58b30c4f4b9f838822ec41680e4d.setIcon(icon_522286ebc1f5493893d4e99c931f4288);
|
|
|
|
|
|
var popup_8917c639029f41e18a09d4bf4f5b83d8 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_7fd0f7b1b8f742b084bf0c80ef110ba6 = $('<div id="html_7fd0f7b1b8f742b084bf0c80ef110ba6" style="width: 100.0%; height: 100.0%;"><h4>Station HOR03</h4><br><b>Trafo:</b> 1250 kVA<br><b>Anschrift:</b> Dampfacher Str. (PV-Anlage 1), 97531 Horhausen</div>')[0];
|
|
popup_8917c639029f41e18a09d4bf4f5b83d8.setContent(html_7fd0f7b1b8f742b084bf0c80ef110ba6);
|
|
|
|
|
|
marker_a82b58b30c4f4b9f838822ec41680e4d.bindPopup(popup_8917c639029f41e18a09d4bf4f5b83d8);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_2163ef8e40e445cdabbcee5e7353d717 = L.marker(
|
|
[50.0026378289,10.4273015915],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_823c599400c64cff8f1ac3145152ff4e = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_2163ef8e40e445cdabbcee5e7353d717.setIcon(icon_823c599400c64cff8f1ac3145152ff4e);
|
|
|
|
|
|
var popup_e14645dd0835447f85df25c46453e632 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_7091742e24da40c69c633676dd1fb717 = $('<div id="html_7091742e24da40c69c633676dd1fb717" style="width: 100.0%; height: 100.0%;"><h4>Station HOR04</h4><br><b>Trafo:</b> 1250 kVA<br><b>Anschrift:</b> Dampfacher Str. (PV-Anlage 2), 97531 Horhausen</div>')[0];
|
|
popup_e14645dd0835447f85df25c46453e632.setContent(html_7091742e24da40c69c633676dd1fb717);
|
|
|
|
|
|
marker_2163ef8e40e445cdabbcee5e7353d717.bindPopup(popup_e14645dd0835447f85df25c46453e632);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_f8081681dd3546f3bca0b35ee766bb87 = L.marker(
|
|
[50.0119069567,10.4101246309],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_7cd8e9a16450452896fac03b54f51cdd = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_f8081681dd3546f3bca0b35ee766bb87.setIcon(icon_7cd8e9a16450452896fac03b54f51cdd);
|
|
|
|
|
|
var popup_69004f680fe4465083381723a6c8ea5b = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_975d4ab0051b405f9cd6006cd5381021 = $('<div id="html_975d4ab0051b405f9cd6006cd5381021" style="width: 100.0%; height: 100.0%;"><h4>Station HOR05</h4><br><b>Trafo:</b> nan kVA<br><b>Anschrift:</b> Brunnengelände Horhausen, 97531 Horhausen</div>')[0];
|
|
popup_69004f680fe4465083381723a6c8ea5b.setContent(html_975d4ab0051b405f9cd6006cd5381021);
|
|
|
|
|
|
marker_f8081681dd3546f3bca0b35ee766bb87.bindPopup(popup_69004f680fe4465083381723a6c8ea5b);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_7379d9bebe584acfb858deef1626781c = L.marker(
|
|
[50.0598193986,10.5224770101],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_350a2771afd54c5c87c84c9d701a98ec = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_7379d9bebe584acfb858deef1626781c.setIcon(icon_350a2771afd54c5c87c84c9d701a98ec);
|
|
|
|
|
|
var popup_90095173e8e14685835e918e5931a946 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_040ee4c8044f453489187440507f7de3 = $('<div id="html_040ee4c8044f453489187440507f7de3" style="width: 100.0%; height: 100.0%;"><h4>Station ORI01</h4><br><b>Trafo:</b> 630 kVA<br><b>Anschrift:</b> Am Steingrund, 97437 Oberhohenried</div>')[0];
|
|
popup_90095173e8e14685835e918e5931a946.setContent(html_040ee4c8044f453489187440507f7de3);
|
|
|
|
|
|
marker_7379d9bebe584acfb858deef1626781c.bindPopup(popup_90095173e8e14685835e918e5931a946);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_30431672a6074fcc909b50db293cabc2 = L.marker(
|
|
[50.0622194233,10.5249907854],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_b5b5ea62ef77408ea48f6cf47c3f9dea = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_30431672a6074fcc909b50db293cabc2.setIcon(icon_b5b5ea62ef77408ea48f6cf47c3f9dea);
|
|
|
|
|
|
var popup_30823f6868fd4fdeb7147684683ae5e2 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_22a8cd30b58041248b1e47fa323e7b24 = $('<div id="html_22a8cd30b58041248b1e47fa323e7b24" style="width: 100.0%; height: 100.0%;"><h4>Station ORI02</h4><br><b>Trafo:</b> 315 kVA<br><b>Anschrift:</b> Steinerne Heide, 97437 Oberhohenried</div>')[0];
|
|
popup_30823f6868fd4fdeb7147684683ae5e2.setContent(html_22a8cd30b58041248b1e47fa323e7b24);
|
|
|
|
|
|
marker_30431672a6074fcc909b50db293cabc2.bindPopup(popup_30823f6868fd4fdeb7147684683ae5e2);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_8685ea027f22470abf454568867fb5db = L.marker(
|
|
[50.0574252751,10.5237968929],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_f09f7e13677b44ce9be867b3d530ee51 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_8685ea027f22470abf454568867fb5db.setIcon(icon_f09f7e13677b44ce9be867b3d530ee51);
|
|
|
|
|
|
var popup_ce9ff5604a624cf28a4570b2c296e258 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_550a910a83b242dfbc3515c781e92264 = $('<div id="html_550a910a83b242dfbc3515c781e92264" style="width: 100.0%; height: 100.0%;"><h4>Station ORI03</h4><br><b>Trafo:</b> 250 kVA<br><b>Anschrift:</b> Kriegerdenkmal, 97437 Oberhohenried</div>')[0];
|
|
popup_ce9ff5604a624cf28a4570b2c296e258.setContent(html_550a910a83b242dfbc3515c781e92264);
|
|
|
|
|
|
marker_8685ea027f22470abf454568867fb5db.bindPopup(popup_ce9ff5604a624cf28a4570b2c296e258);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_e1f34873584448d697ccf2e29861445e = L.marker(
|
|
[50.020032573,10.4475132699],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_86ae563d82694a5db9b2cf42de2f9fdc = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_e1f34873584448d697ccf2e29861445e.setIcon(icon_86ae563d82694a5db9b2cf42de2f9fdc);
|
|
|
|
|
|
var popup_315d3dd3a55e45958552e8c6b87280f3 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_66abd108f4174caa8d0248218332391c = $('<div id="html_66abd108f4174caa8d0248218332391c" style="width: 100.0%; height: 100.0%;"><h4>Station OTH01</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Bucherstr. - Kahlberg, 97531 Obertheres</div>')[0];
|
|
popup_315d3dd3a55e45958552e8c6b87280f3.setContent(html_66abd108f4174caa8d0248218332391c);
|
|
|
|
|
|
marker_e1f34873584448d697ccf2e29861445e.bindPopup(popup_315d3dd3a55e45958552e8c6b87280f3);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_d4b544647efa4d848cf91ee8a03470ca = L.marker(
|
|
[50.0191836999,10.4422021949],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_b7c6b6e9cc084a0884a3af39253bde6d = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_d4b544647efa4d848cf91ee8a03470ca.setIcon(icon_b7c6b6e9cc084a0884a3af39253bde6d);
|
|
|
|
|
|
var popup_f6fccdc74e5b409195bc8c92c3fe28e9 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_547174dd08de48b48327ba69b48ccf4b = $('<div id="html_547174dd08de48b48327ba69b48ccf4b" style="width: 100.0%; height: 100.0%;"><h4>Station OTH02</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Seestraße, 97531 Obertheres</div>')[0];
|
|
popup_f6fccdc74e5b409195bc8c92c3fe28e9.setContent(html_547174dd08de48b48327ba69b48ccf4b);
|
|
|
|
|
|
marker_d4b544647efa4d848cf91ee8a03470ca.bindPopup(popup_f6fccdc74e5b409195bc8c92c3fe28e9);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_71c47f8073e843e1a48ce9ccbec3b10b = L.marker(
|
|
[50.0252592647,10.4461713051],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_a088f68d169f4b4ea77e38e2c0deaf8a = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_71c47f8073e843e1a48ce9ccbec3b10b.setIcon(icon_a088f68d169f4b4ea77e38e2c0deaf8a);
|
|
|
|
|
|
var popup_767589d5271d4066aa8fa2097f855f7d = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_95673504990a42c3a0cb79df3a20c0d7 = $('<div id="html_95673504990a42c3a0cb79df3a20c0d7" style="width: 100.0%; height: 100.0%;"><h4>Station OTH03</h4><br><b>Trafo:</b> nan kVA<br><b>Anschrift:</b> Sailershäuser Str., 97531 Obertheres</div>')[0];
|
|
popup_767589d5271d4066aa8fa2097f855f7d.setContent(html_95673504990a42c3a0cb79df3a20c0d7);
|
|
|
|
|
|
marker_71c47f8073e843e1a48ce9ccbec3b10b.bindPopup(popup_767589d5271d4066aa8fa2097f855f7d);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_527abed3cc6c4cbdb06dd38d31981abb = L.marker(
|
|
[50.023142206,10.4470227347],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_816b87cce63f4ce3b2dceeb2acfd86a6 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_527abed3cc6c4cbdb06dd38d31981abb.setIcon(icon_816b87cce63f4ce3b2dceeb2acfd86a6);
|
|
|
|
|
|
var popup_679efccf3eaa4a3c8fb5999ddcf21372 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_ced8f8d798234cbc92596af9d0791f9f = $('<div id="html_ced8f8d798234cbc92596af9d0791f9f" style="width: 100.0%; height: 100.0%;"><h4>Station OTH04</h4><br><b>Trafo:</b> 315 kVA<br><b>Anschrift:</b> Kahlberg, 97531 Obertheres</div>')[0];
|
|
popup_679efccf3eaa4a3c8fb5999ddcf21372.setContent(html_ced8f8d798234cbc92596af9d0791f9f);
|
|
|
|
|
|
marker_527abed3cc6c4cbdb06dd38d31981abb.bindPopup(popup_679efccf3eaa4a3c8fb5999ddcf21372);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_cf673668c2ea41819b1ab566d5d1776d = L.marker(
|
|
[50.023733696,10.4496645636],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_91947677ac2f44c1b31f80146d984784 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_cf673668c2ea41819b1ab566d5d1776d.setIcon(icon_91947677ac2f44c1b31f80146d984784);
|
|
|
|
|
|
var popup_a49d15f0580f44058d3a5ff44aaf2690 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_987326c14b9e4439b5e95278a9b31a93 = $('<div id="html_987326c14b9e4439b5e95278a9b31a93" style="width: 100.0%; height: 100.0%;"><h4>Station OTH05</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Burgstraße, 97531 Obertheres</div>')[0];
|
|
popup_a49d15f0580f44058d3a5ff44aaf2690.setContent(html_987326c14b9e4439b5e95278a9b31a93);
|
|
|
|
|
|
marker_cf673668c2ea41819b1ab566d5d1776d.bindPopup(popup_a49d15f0580f44058d3a5ff44aaf2690);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_be5e95400d0441c097e566ee6acb9541 = L.marker(
|
|
[50.0289856759,10.458193966],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_1cc17c3aac5f4f9eb6f5385f78cf9158 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_be5e95400d0441c097e566ee6acb9541.setIcon(icon_1cc17c3aac5f4f9eb6f5385f78cf9158);
|
|
|
|
|
|
var popup_5680394c4a1343f5ad8c733bc44beb65 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_c75d8122102e426ea9f3e32d2cccf0e1 = $('<div id="html_c75d8122102e426ea9f3e32d2cccf0e1" style="width: 100.0%; height: 100.0%;"><h4>Station OTH06</h4><br><b>Trafo:</b> 100 kVA<br><b>Anschrift:</b> Sendemast Vodafone, 97531 Obertheres</div>')[0];
|
|
popup_5680394c4a1343f5ad8c733bc44beb65.setContent(html_c75d8122102e426ea9f3e32d2cccf0e1);
|
|
|
|
|
|
marker_be5e95400d0441c097e566ee6acb9541.bindPopup(popup_5680394c4a1343f5ad8c733bc44beb65);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_8bc2333da8dc4ae3bc5833b2cdf74ae4 = L.marker(
|
|
[50.0180256804,10.4408980039],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_b184ae18d2724071bc5ac054480db2d3 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_8bc2333da8dc4ae3bc5833b2cdf74ae4.setIcon(icon_b184ae18d2724071bc5ac054480db2d3);
|
|
|
|
|
|
var popup_73312ce0d3c24e18b9a14a0c08565e90 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_9fd4ea28c3614e7a84774ed637bf8888 = $('<div id="html_9fd4ea28c3614e7a84774ed637bf8888" style="width: 100.0%; height: 100.0%;"><h4>Station OTH07</h4><br><b>Trafo:</b> nan kVA<br><b>Anschrift:</b> Am Bändlein (EDEKA Markt), 97531 Obertheres</div>')[0];
|
|
popup_73312ce0d3c24e18b9a14a0c08565e90.setContent(html_9fd4ea28c3614e7a84774ed637bf8888);
|
|
|
|
|
|
marker_8bc2333da8dc4ae3bc5833b2cdf74ae4.bindPopup(popup_73312ce0d3c24e18b9a14a0c08565e90);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_d44db9c299a3430eb3d72b474ec4419f = L.marker(
|
|
[50.0538641895,10.5619957019],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_43c4ba10c8434fa2889c9bf531de1ad8 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_d44db9c299a3430eb3d72b474ec4419f.setIcon(icon_43c4ba10c8434fa2889c9bf531de1ad8);
|
|
|
|
|
|
var popup_3e4556a6b13a48fd8bab369d7c680857 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_1742df0986af4278b1ad892afd21b0af = $('<div id="html_1742df0986af4278b1ad892afd21b0af" style="width: 100.0%; height: 100.0%;"><h4>Station PRA01</h4><br><b>Trafo:</b> 250 kVA<br><b>Anschrift:</b> Kaulberg, 97437 Prappach</div>')[0];
|
|
popup_3e4556a6b13a48fd8bab369d7c680857.setContent(html_1742df0986af4278b1ad892afd21b0af);
|
|
|
|
|
|
marker_d44db9c299a3430eb3d72b474ec4419f.bindPopup(popup_3e4556a6b13a48fd8bab369d7c680857);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_2ac9ad9b0bf343c4b05620f548087f62 = L.marker(
|
|
[50.0499846448,10.5637122176],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_3190c34339ca409b862bb3b74f28a21f = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_2ac9ad9b0bf343c4b05620f548087f62.setIcon(icon_3190c34339ca409b862bb3b74f28a21f);
|
|
|
|
|
|
var popup_1618da127e004821b563957f03a1e490 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_4cdc344330f14bdd81b072e0ac25cbe7 = $('<div id="html_4cdc344330f14bdd81b072e0ac25cbe7" style="width: 100.0%; height: 100.0%;"><h4>Station PRA02</h4><br><b>Trafo:</b> 250 kVA<br><b>Anschrift:</b> Sommersteige, 97437 Prappach</div>')[0];
|
|
popup_1618da127e004821b563957f03a1e490.setContent(html_4cdc344330f14bdd81b072e0ac25cbe7);
|
|
|
|
|
|
marker_2ac9ad9b0bf343c4b05620f548087f62.bindPopup(popup_1618da127e004821b563957f03a1e490);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_5a87a8a909d8477fb00bf9040056311d = L.marker(
|
|
[50.0520184956,10.5591171232],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_7b92eb65dc2d49338ca9d05bdd82211d = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_5a87a8a909d8477fb00bf9040056311d.setIcon(icon_7b92eb65dc2d49338ca9d05bdd82211d);
|
|
|
|
|
|
var popup_82e06f70ec2c46c58c01a3c05de01a4c = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_4cfe9e685a7d4ba38b7b6d1af6efe6bd = $('<div id="html_4cfe9e685a7d4ba38b7b6d1af6efe6bd" style="width: 100.0%; height: 100.0%;"><h4>Station PRA03</h4><br><b>Trafo:</b> 250 kVA<br><b>Anschrift:</b> Am Ölacker, 97437 Prappach</div>')[0];
|
|
popup_82e06f70ec2c46c58c01a3c05de01a4c.setContent(html_4cfe9e685a7d4ba38b7b6d1af6efe6bd);
|
|
|
|
|
|
marker_5a87a8a909d8477fb00bf9040056311d.bindPopup(popup_82e06f70ec2c46c58c01a3c05de01a4c);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_876976d8449d42dfbc5d1b240787336c = L.marker(
|
|
[50.0550459159,10.4585493904],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_e9aa5c67d3094bec93e0e2dcd91647a4 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_876976d8449d42dfbc5d1b240787336c.setIcon(icon_e9aa5c67d3094bec93e0e2dcd91647a4);
|
|
|
|
|
|
var popup_d5742a3bb1d74b2c87db6de74ad9c790 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_f3411fd3602d4551905ea14800627bd5 = $('<div id="html_f3411fd3602d4551905ea14800627bd5" style="width: 100.0%; height: 100.0%;"><h4>Station SAI01</h4><br><b>Trafo:</b> 500 kVA<br><b>Anschrift:</b> PV-Anlage Heinisch 1, 97437 Sailershausen</div>')[0];
|
|
popup_d5742a3bb1d74b2c87db6de74ad9c790.setContent(html_f3411fd3602d4551905ea14800627bd5);
|
|
|
|
|
|
marker_876976d8449d42dfbc5d1b240787336c.bindPopup(popup_d5742a3bb1d74b2c87db6de74ad9c790);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_f6243ff336bd425ab21c41b0314adc16 = L.marker(
|
|
[50.0527702969,10.4584264452],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_7ba09178ed054f208f4b0f6c6aa8c59d = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_f6243ff336bd425ab21c41b0314adc16.setIcon(icon_7ba09178ed054f208f4b0f6c6aa8c59d);
|
|
|
|
|
|
var popup_77fe1a7000b04e92a860b7bfde825e3c = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_c9dfee03a34843b8aca92c5286c13a21 = $('<div id="html_c9dfee03a34843b8aca92c5286c13a21" style="width: 100.0%; height: 100.0%;"><h4>Station SAI02</h4><br><b>Trafo:</b> 1250 kVA<br><b>Anschrift:</b> PV-Anlage Heinisch 2, 97437 Sailershausen</div>')[0];
|
|
popup_77fe1a7000b04e92a860b7bfde825e3c.setContent(html_c9dfee03a34843b8aca92c5286c13a21);
|
|
|
|
|
|
marker_f6243ff336bd425ab21c41b0314adc16.bindPopup(popup_77fe1a7000b04e92a860b7bfde825e3c);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_f3ed6bd3bfc34f74b04ef4cdbc97feb4 = L.marker(
|
|
[50.0583942576,10.4528638262],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_5c54b121b93b485ab457d684db1b65c6 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_f3ed6bd3bfc34f74b04ef4cdbc97feb4.setIcon(icon_5c54b121b93b485ab457d684db1b65c6);
|
|
|
|
|
|
var popup_a4ef51001b4c401280b9e40d23c687dd = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_d5ca57408c084275bc58f10a3efd7dbe = $('<div id="html_d5ca57408c084275bc58f10a3efd7dbe" style="width: 100.0%; height: 100.0%;"><h4>Station SAI03</h4><br><b>Trafo:</b> 250 kVA<br><b>Anschrift:</b> Seeweg, 97437 Sailershausen</div>')[0];
|
|
popup_a4ef51001b4c401280b9e40d23c687dd.setContent(html_d5ca57408c084275bc58f10a3efd7dbe);
|
|
|
|
|
|
marker_f3ed6bd3bfc34f74b04ef4cdbc97feb4.bindPopup(popup_a4ef51001b4c401280b9e40d23c687dd);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_e17cfd5c8de64b62ad2f1aefa65a9181 = L.marker(
|
|
[50.0679089502,10.4501527531],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_d129638f1fae490896d2618cb0e69c69 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_e17cfd5c8de64b62ad2f1aefa65a9181.setIcon(icon_d129638f1fae490896d2618cb0e69c69);
|
|
|
|
|
|
var popup_1e8cf918b6e443c199b6d0dcde92101c = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_2db564c8ff524792aac4d3b1554a38ec = $('<div id="html_2db564c8ff524792aac4d3b1554a38ec" style="width: 100.0%; height: 100.0%;"><h4>Station SAI04</h4><br><b>Trafo:</b> nan kVA<br><b>Anschrift:</b> Übergabestation WKA, 97437 Sailershausen</div>')[0];
|
|
popup_1e8cf918b6e443c199b6d0dcde92101c.setContent(html_2db564c8ff524792aac4d3b1554a38ec);
|
|
|
|
|
|
marker_e17cfd5c8de64b62ad2f1aefa65a9181.bindPopup(popup_1e8cf918b6e443c199b6d0dcde92101c);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_227d3610c31b46368a0f59daa9771636 = L.marker(
|
|
[50.0490186552,10.5141424498],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_58251729a15a421b8c2dfc3ce71fe58c = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_227d3610c31b46368a0f59daa9771636.setIcon(icon_58251729a15a421b8c2dfc3ce71fe58c);
|
|
|
|
|
|
var popup_256f4107b5524571899babeceb0bc7ea = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_7e35b5137d4e452783826ca963fc9ed0 = $('<div id="html_7e35b5137d4e452783826ca963fc9ed0" style="width: 100.0%; height: 100.0%;"><h4>Station SYL01</h4><br><b>Trafo:</b> 250 kVA<br><b>Anschrift:</b> Altes Rathaus, 97437 Sylbach</div>')[0];
|
|
popup_256f4107b5524571899babeceb0bc7ea.setContent(html_7e35b5137d4e452783826ca963fc9ed0);
|
|
|
|
|
|
marker_227d3610c31b46368a0f59daa9771636.bindPopup(popup_256f4107b5524571899babeceb0bc7ea);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_9709efdaa08f4c87b041181987dfa378 = L.marker(
|
|
[50.0441523833,10.5179490407],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_4337447714de4e18a708a18431f24048 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_9709efdaa08f4c87b041181987dfa378.setIcon(icon_4337447714de4e18a708a18431f24048);
|
|
|
|
|
|
var popup_50b1cf50f57942dc96b984043deac791 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_b10317ced2e4443cbd1613cf924b4369 = $('<div id="html_b10317ced2e4443cbd1613cf924b4369" style="width: 100.0%; height: 100.0%;"><h4>Station SYL02</h4><br><b>Trafo:</b> 315 kVA<br><b>Anschrift:</b> Wengertstr., 97437 Sylbach</div>')[0];
|
|
popup_50b1cf50f57942dc96b984043deac791.setContent(html_b10317ced2e4443cbd1613cf924b4369);
|
|
|
|
|
|
marker_9709efdaa08f4c87b041181987dfa378.bindPopup(popup_50b1cf50f57942dc96b984043deac791);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_c6723c5e19714127bc4da95c51d2f521 = L.marker(
|
|
[50.0492552381,10.4944682411],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_008b569451c64f9e9e6d102dcc6576bf = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_c6723c5e19714127bc4da95c51d2f521.setIcon(icon_008b569451c64f9e9e6d102dcc6576bf);
|
|
|
|
|
|
var popup_fdb797eeb05b4a948e6bc990a62138c3 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_d82d56ea0e5447b0bbbfbbdefe2b0da6 = $('<div id="html_d82d56ea0e5447b0bbbfbbdefe2b0da6" style="width: 100.0%; height: 100.0%;"><h4>Station SYL03</h4><br><b>Trafo:</b> 160 kVA<br><b>Anschrift:</b> Hochbehälter Uchenhofer Straße, 97437 Sylbach</div>')[0];
|
|
popup_fdb797eeb05b4a948e6bc990a62138c3.setContent(html_d82d56ea0e5447b0bbbfbbdefe2b0da6);
|
|
|
|
|
|
marker_c6723c5e19714127bc4da95c51d2f521.bindPopup(popup_fdb797eeb05b4a948e6bc990a62138c3);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_a8ec083a749e432cb8eae2e38e3b5dc8 = L.marker(
|
|
[50.0466529024,10.5126276818],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_f74f8562a99d4b94b2dc2dc5aa709171 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_a8ec083a749e432cb8eae2e38e3b5dc8.setIcon(icon_f74f8562a99d4b94b2dc2dc5aa709171);
|
|
|
|
|
|
var popup_9454197775ca410284dd3a91f9ac38e8 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_a84fa49dc79847fc9ccfefe4293b5e43 = $('<div id="html_a84fa49dc79847fc9ccfefe4293b5e43" style="width: 100.0%; height: 100.0%;"><h4>Station SYL04</h4><br><b>Trafo:</b> 315 kVA<br><b>Anschrift:</b> Pointstr., 97437 Sylbach</div>')[0];
|
|
popup_9454197775ca410284dd3a91f9ac38e8.setContent(html_a84fa49dc79847fc9ccfefe4293b5e43);
|
|
|
|
|
|
marker_a8ec083a749e432cb8eae2e38e3b5dc8.bindPopup(popup_9454197775ca410284dd3a91f9ac38e8);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_d6a6ab8eee3041e2b0d782db2cc3d07f = L.marker(
|
|
[50.0488119266,10.5205600333],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_e3e9d24f69604b4fae62f4ddb4886afb = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_d6a6ab8eee3041e2b0d782db2cc3d07f.setIcon(icon_e3e9d24f69604b4fae62f4ddb4886afb);
|
|
|
|
|
|
var popup_ad243e552c334d61a31cc2e790817531 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_cbb8edefa8cc47079d61e15dc545477b = $('<div id="html_cbb8edefa8cc47079d61e15dc545477b" style="width: 100.0%; height: 100.0%;"><h4>Station SYL05</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Obere Talstr., 97437 Sylbach</div>')[0];
|
|
popup_ad243e552c334d61a31cc2e790817531.setContent(html_cbb8edefa8cc47079d61e15dc545477b);
|
|
|
|
|
|
marker_d6a6ab8eee3041e2b0d782db2cc3d07f.bindPopup(popup_ad243e552c334d61a31cc2e790817531);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_07cdec7a13e14b3c84eeae0977e4d3cc = L.marker(
|
|
[50.0499402133,10.5208000508],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_f6e31a12be264c6e863aaec24b084479 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_07cdec7a13e14b3c84eeae0977e4d3cc.setIcon(icon_f6e31a12be264c6e863aaec24b084479);
|
|
|
|
|
|
var popup_c7daeb3c97634df1a672f41f4c4ad829 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_8f82ca41d5594c63a1a8cd2a72373900 = $('<div id="html_8f82ca41d5594c63a1a8cd2a72373900" style="width: 100.0%; height: 100.0%;"><h4>Station SYL06</h4><br><b>Trafo:</b> 160 kVA<br><b>Anschrift:</b> Lebenshilfe, 97437 Sylbach</div>')[0];
|
|
popup_c7daeb3c97634df1a672f41f4c4ad829.setContent(html_8f82ca41d5594c63a1a8cd2a72373900);
|
|
|
|
|
|
marker_07cdec7a13e14b3c84eeae0977e4d3cc.bindPopup(popup_c7daeb3c97634df1a672f41f4c4ad829);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_b3ce23aa17814cb884fefef7fc7854ca = L.marker(
|
|
[50.0488545494,10.5083369836],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_0378c58180ac491da144ccfc3b6b4aea = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_b3ce23aa17814cb884fefef7fc7854ca.setIcon(icon_0378c58180ac491da144ccfc3b6b4aea);
|
|
|
|
|
|
var popup_ea54c58b9bd0417cbd152f839219503e = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_20d139bbc6b840df800ac3333ed2caf3 = $('<div id="html_20d139bbc6b840df800ac3333ed2caf3" style="width: 100.0%; height: 100.0%;"><h4>Station SYL07</h4><br><b>Trafo:</b> 250 kVA<br><b>Anschrift:</b> Ernst-Kräulingstr., 97437 Sylbach</div>')[0];
|
|
popup_ea54c58b9bd0417cbd152f839219503e.setContent(html_20d139bbc6b840df800ac3333ed2caf3);
|
|
|
|
|
|
marker_b3ce23aa17814cb884fefef7fc7854ca.bindPopup(popup_ea54c58b9bd0417cbd152f839219503e);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_affc1a2d6e7040a8b36dbc0cda4b7821 = L.marker(
|
|
[50.0699539356,10.4801347319],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_d61461468ee44d8e973d650c627362c5 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_affc1a2d6e7040a8b36dbc0cda4b7821.setIcon(icon_d61461468ee44d8e973d650c627362c5);
|
|
|
|
|
|
var popup_34146f2f61cc46018c0df2c3dd3fdb4f = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_ecefadc04c3a4eafa072f753d618c1f3 = $('<div id="html_ecefadc04c3a4eafa072f753d618c1f3" style="width: 100.0%; height: 100.0%;"><h4>Station UCH01</h4><br><b>Trafo:</b> 250 kVA<br><b>Anschrift:</b> Lehmgrubengasse, 97437 Uchenhofen</div>')[0];
|
|
popup_34146f2f61cc46018c0df2c3dd3fdb4f.setContent(html_ecefadc04c3a4eafa072f753d618c1f3);
|
|
|
|
|
|
marker_affc1a2d6e7040a8b36dbc0cda4b7821.bindPopup(popup_34146f2f61cc46018c0df2c3dd3fdb4f);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_69f45f9928034571b9592011d9689ebb = L.marker(
|
|
[50.0719439052,10.4776844821],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_d170447785f848e0b95c7b932ca95282 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_69f45f9928034571b9592011d9689ebb.setIcon(icon_d170447785f848e0b95c7b932ca95282);
|
|
|
|
|
|
var popup_70d7c336c72d40cdbfaed697e8f6b3f3 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_54d2f193e8b84e02b4372a906e409de8 = $('<div id="html_54d2f193e8b84e02b4372a906e409de8" style="width: 100.0%; height: 100.0%;"><h4>Station UCH02</h4><br><b>Trafo:</b> 315 kVA<br><b>Anschrift:</b> Waldstraße, 97437 Uchenhofen</div>')[0];
|
|
popup_70d7c336c72d40cdbfaed697e8f6b3f3.setContent(html_54d2f193e8b84e02b4372a906e409de8);
|
|
|
|
|
|
marker_69f45f9928034571b9592011d9689ebb.bindPopup(popup_70d7c336c72d40cdbfaed697e8f6b3f3);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_5c00b5d38a2747498ecb62546cbb29ce = L.marker(
|
|
[50.0555939185,10.5186148273],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_6b78d291c8dd44579b28a295bc1c5a5a = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_5c00b5d38a2747498ecb62546cbb29ce.setIcon(icon_6b78d291c8dd44579b28a295bc1c5a5a);
|
|
|
|
|
|
var popup_e53eb8194c2b4f479c39756d3943e1bf = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_495a4357d46a4dd6af153f73e843240e = $('<div id="html_495a4357d46a4dd6af153f73e843240e" style="width: 100.0%; height: 100.0%;"><h4>Station URI01</h4><br><b>Trafo:</b> 315 kVA<br><b>Anschrift:</b> Dorfstraße, 97437 Unterhohenried</div>')[0];
|
|
popup_e53eb8194c2b4f479c39756d3943e1bf.setContent(html_495a4357d46a4dd6af153f73e843240e);
|
|
|
|
|
|
marker_5c00b5d38a2747498ecb62546cbb29ce.bindPopup(popup_e53eb8194c2b4f479c39756d3943e1bf);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_2fe19866de6f451ea0bd98049315a6d4 = L.marker(
|
|
[50.0562448736,10.5151750567],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_aa7d0d6c6c724a0987308d263b35e846 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_2fe19866de6f451ea0bd98049315a6d4.setIcon(icon_aa7d0d6c6c724a0987308d263b35e846);
|
|
|
|
|
|
var popup_d7e4fe586dca4bfebd16b2758d8caf3c = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_9b4c8fabe87748138a96190a74002a39 = $('<div id="html_9b4c8fabe87748138a96190a74002a39" style="width: 100.0%; height: 100.0%;"><h4>Station URI02</h4><br><b>Trafo:</b> 250 kVA<br><b>Anschrift:</b> Am Schindanger, 97437 Unterhohenried</div>')[0];
|
|
popup_d7e4fe586dca4bfebd16b2758d8caf3c.setContent(html_9b4c8fabe87748138a96190a74002a39);
|
|
|
|
|
|
marker_2fe19866de6f451ea0bd98049315a6d4.bindPopup(popup_d7e4fe586dca4bfebd16b2758d8caf3c);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_fceda5f7ea2c420399df3458c20bd9e6 = L.marker(
|
|
[50.0187730679,10.416488258],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_979331b3aa804fada9a81a3e475a772b = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_fceda5f7ea2c420399df3458c20bd9e6.setIcon(icon_979331b3aa804fada9a81a3e475a772b);
|
|
|
|
|
|
var popup_8c2c1d7890ed4e5e9f7ac467894d2a2c = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_939845935c7f4662a228639f91834199 = $('<div id="html_939845935c7f4662a228639f91834199" style="width: 100.0%; height: 100.0%;"><h4>Station UTH01</h4><br><b>Trafo:</b> 250 kVA<br><b>Anschrift:</b> Wagenhäuser Weg, 97531 Untertheres</div>')[0];
|
|
popup_8c2c1d7890ed4e5e9f7ac467894d2a2c.setContent(html_939845935c7f4662a228639f91834199);
|
|
|
|
|
|
marker_fceda5f7ea2c420399df3458c20bd9e6.bindPopup(popup_8c2c1d7890ed4e5e9f7ac467894d2a2c);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_7122cc0e08c94fcdb34b98a1c0e5c825 = L.marker(
|
|
[50.0154297981,10.4186660117],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_2613f57df4514f898fe7d39d4e4c21da = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_7122cc0e08c94fcdb34b98a1c0e5c825.setIcon(icon_2613f57df4514f898fe7d39d4e4c21da);
|
|
|
|
|
|
var popup_ef2adbe6aa854dbf988c4a00d6588364 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_de47a7687085408cbe49e9ad25c85f3c = $('<div id="html_de47a7687085408cbe49e9ad25c85f3c" style="width: 100.0%; height: 100.0%;"><h4>Station UTH02</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Pfarrer-Ruf-Weg, 97437 Untertheres</div>')[0];
|
|
popup_ef2adbe6aa854dbf988c4a00d6588364.setContent(html_de47a7687085408cbe49e9ad25c85f3c);
|
|
|
|
|
|
marker_7122cc0e08c94fcdb34b98a1c0e5c825.bindPopup(popup_ef2adbe6aa854dbf988c4a00d6588364);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_875cbec5b14740919dc6df7c32a4257b = L.marker(
|
|
[50.018736677,10.4210601113],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_f29b69d9e1cb49deaa30e50e38ae5fb1 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_875cbec5b14740919dc6df7c32a4257b.setIcon(icon_f29b69d9e1cb49deaa30e50e38ae5fb1);
|
|
|
|
|
|
var popup_1f8bb1f82e1f432cac49cf4328984a69 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_69d312bba6384a5597063010f3b530fc = $('<div id="html_69d312bba6384a5597063010f3b530fc" style="width: 100.0%; height: 100.0%;"><h4>Station UTH04</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Zum Birkenbach, 97437 Untertheres</div>')[0];
|
|
popup_1f8bb1f82e1f432cac49cf4328984a69.setContent(html_69d312bba6384a5597063010f3b530fc);
|
|
|
|
|
|
marker_875cbec5b14740919dc6df7c32a4257b.bindPopup(popup_1f8bb1f82e1f432cac49cf4328984a69);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_9aaa825c7f3e444383ee14f9a1fd97d2 = L.marker(
|
|
[50.029810958,10.4101385945],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_b251e890a1864f169a5ad07d73120943 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_9aaa825c7f3e444383ee14f9a1fd97d2.setIcon(icon_b251e890a1864f169a5ad07d73120943);
|
|
|
|
|
|
var popup_afce70f5930940cb805bdd02aa757a95 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_2672078a66db42c4bf7e6571a6e5a030 = $('<div id="html_2672078a66db42c4bf7e6571a6e5a030" style="width: 100.0%; height: 100.0%;"><h4>Station WAG01</h4><br><b>Trafo:</b> 100 kVA<br><b>Anschrift:</b> Wagenhausen, 97437 Untertheres</div>')[0];
|
|
popup_afce70f5930940cb805bdd02aa757a95.setContent(html_2672078a66db42c4bf7e6571a6e5a030);
|
|
|
|
|
|
marker_9aaa825c7f3e444383ee14f9a1fd97d2.bindPopup(popup_afce70f5930940cb805bdd02aa757a95);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_656e6ffeb12e48f6bf3bcd4a5d19dab7 = L.marker(
|
|
[50.0327086079,10.4743303027],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_d37e56d6f22d49779a36d7fd6559aeef = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_656e6ffeb12e48f6bf3bcd4a5d19dab7.setIcon(icon_d37e56d6f22d49779a36d7fd6559aeef);
|
|
|
|
|
|
var popup_1f06e82ee72f4c7984a15ef4f4383541 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_4c644eb34aa74a10a55a7272486e31b3 = $('<div id="html_4c644eb34aa74a10a55a7272486e31b3" style="width: 100.0%; height: 100.0%;"><h4>Station WUE01</h4><br><b>Trafo:</b> 315 kVA<br><b>Anschrift:</b> Bäustraße, 97437 Wülflingen</div>')[0];
|
|
popup_1f06e82ee72f4c7984a15ef4f4383541.setContent(html_4c644eb34aa74a10a55a7272486e31b3);
|
|
|
|
|
|
marker_656e6ffeb12e48f6bf3bcd4a5d19dab7.bindPopup(popup_1f06e82ee72f4c7984a15ef4f4383541);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_6d3a0ce10f7a469ea260705bdf2775c7 = L.marker(
|
|
[50.0304691943,10.479566767],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_4081cbc94302408392bd01d0f447106a = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_6d3a0ce10f7a469ea260705bdf2775c7.setIcon(icon_4081cbc94302408392bd01d0f447106a);
|
|
|
|
|
|
var popup_0a6ad5e5419240818c0a9265b3d60f29 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_bd45b14e457347418db7644f91e9e774 = $('<div id="html_bd45b14e457347418db7644f91e9e774" style="width: 100.0%; height: 100.0%;"><h4>Station WUE02</h4><br><b>Trafo:</b> 500 kVA<br><b>Anschrift:</b> Mainblick, 97437 Wülflingen</div>')[0];
|
|
popup_0a6ad5e5419240818c0a9265b3d60f29.setContent(html_bd45b14e457347418db7644f91e9e774);
|
|
|
|
|
|
marker_6d3a0ce10f7a469ea260705bdf2775c7.bindPopup(popup_0a6ad5e5419240818c0a9265b3d60f29);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_2e9127a8b8164396bcce2fac6d558f43 = L.marker(
|
|
[50.0325463025,10.4781541705],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_345656e8214b42a4a9cab21dec8ddf5a = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_2e9127a8b8164396bcce2fac6d558f43.setIcon(icon_345656e8214b42a4a9cab21dec8ddf5a);
|
|
|
|
|
|
var popup_8778a52bd0164409a895e5014f9bdeb4 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_c6160a8d46cb43768eb805f82f9655a9 = $('<div id="html_c6160a8d46cb43768eb805f82f9655a9" style="width: 100.0%; height: 100.0%;"><h4>Station WUE03</h4><br><b>Trafo:</b> 315 kVA<br><b>Anschrift:</b> Hofleite, 97437 Wülflingen</div>')[0];
|
|
popup_8778a52bd0164409a895e5014f9bdeb4.setContent(html_c6160a8d46cb43768eb805f82f9655a9);
|
|
|
|
|
|
marker_2e9127a8b8164396bcce2fac6d558f43.bindPopup(popup_8778a52bd0164409a895e5014f9bdeb4);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_3e02243d7cdd40738a8fdd8d9cbfe92c = L.marker(
|
|
[50.0343898937,10.4707558213],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_68985aaaf146436287b140886424d865 = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_3e02243d7cdd40738a8fdd8d9cbfe92c.setIcon(icon_68985aaaf146436287b140886424d865);
|
|
|
|
|
|
var popup_8c375c4f2db347a8b7fd493ebfd2dc10 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_83fa2046d0574b0b90fd0cd914252d08 = $('<div id="html_83fa2046d0574b0b90fd0cd914252d08" style="width: 100.0%; height: 100.0%;"><h4>Station WUE04</h4><br><b>Trafo:</b> 160 kVA<br><b>Anschrift:</b> Wässernachhalle, 97437 Wülflingen</div>')[0];
|
|
popup_8c375c4f2db347a8b7fd493ebfd2dc10.setContent(html_83fa2046d0574b0b90fd0cd914252d08);
|
|
|
|
|
|
marker_3e02243d7cdd40738a8fdd8d9cbfe92c.bindPopup(popup_8c375c4f2db347a8b7fd493ebfd2dc10);
|
|
|
|
|
|
|
|
|
|
|
|
var marker_4b078bda0b5f48e287630cb9b699aaab = L.marker(
|
|
[50.0326206888,10.4835495206],
|
|
{
|
|
icon: new L.Icon.Default()
|
|
}
|
|
)
|
|
.addTo(feature_group_2f3218ae9ddc455790ab8f7de5747f34);
|
|
|
|
|
|
|
|
var icon_03d0f54faac4446a862d253d9cd9322a = L.AwesomeMarkers.icon({
|
|
icon: 'fa-bolt',
|
|
iconColor: 'white',
|
|
markerColor: 'red',
|
|
prefix: 'fa',
|
|
extraClasses: 'fa-rotate-0'
|
|
});
|
|
marker_4b078bda0b5f48e287630cb9b699aaab.setIcon(icon_03d0f54faac4446a862d253d9cd9322a);
|
|
|
|
|
|
var popup_49d89513165b4c7481b4ff3f44fc56c2 = L.popup({maxWidth: '300'});
|
|
|
|
|
|
var html_5c048ff1c49c4b9a931ab392c28ff578 = $('<div id="html_5c048ff1c49c4b9a931ab392c28ff578" style="width: 100.0%; height: 100.0%;"><h4>Station WUE05</h4><br><b>Trafo:</b> 400 kVA<br><b>Anschrift:</b> Mainblick, 97437 Wülflingen</div>')[0];
|
|
popup_49d89513165b4c7481b4ff3f44fc56c2.setContent(html_5c048ff1c49c4b9a931ab392c28ff578);
|
|
|
|
|
|
marker_4b078bda0b5f48e287630cb9b699aaab.bindPopup(popup_49d89513165b4c7481b4ff3f44fc56c2);
|
|
|
|
|
|
|
|
</script> |