<!doctype html>
<html lang="en">
<head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="initial-scale=1,user-scalable=no,maximum-scale=1,width=device-width"><meta name="mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-capable" content="yes">
	<link href="css/leaflet.css" rel="stylesheet" />
	<link href="css/qgis2web.css" rel="stylesheet" />
	<link href="css/fontawesome-all.min.css" rel="stylesheet" />
	<style type="text/css">html, body, #map {
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
        }
	</style>
	<title></title>
</head>
<body>
<div id="map"></div>
<script src="js/qgis2web_expressions.js"></script><script src="js/leaflet.js"></script><script src="js/leaflet.rotatedMarker.js"></script><script src="js/leaflet.pattern.js"></script><script src="js/leaflet-hash.js"></script><script src="js/Autolinker.min.js"></script><script src="js/rbush.min.js"></script><script src="js/labelgun.min.js"></script><script src="js/labels.js"></script><script src="data/Kenya_0.js"></script><script src="data/Tanzania_1.js"></script><script src="data/Uganda_2.js"></script><script src="data/Malawi_3.js"></script><script src="data/Zambia_4.js"></script><script src="data/Zimbabwe_5.js"></script><script src="data/afr_g2014_2013_0_6.js"></script><script src="data/InteractivemapWebsite_7.js"></script><script>
        var highlightLayer;
        function highlightFeature(e) {
            highlightLayer = e.target;

            if (e.target.feature.geometry.type === 'LineString') {
              highlightLayer.setStyle({
                color: '#ffff00',
              });
            } else {
              highlightLayer.setStyle({
                fillColor: '#ffff00',
                fillOpacity: 1
              });
            }
            highlightLayer.openPopup();
        }
        var map = L.map('map', {
            zoomControl:true, maxZoom:28, minZoom:1
        }).fitBounds([[-60.69702138022409,-68.58223162685819],[60.352228857545235,157.423015926896]]);
        var hash = new L.Hash(map);
        map.attributionControl.setPrefix('<a href="https://github.com/tomchadwin/qgis2web" target="_blank">qgis2web</a> &middot; <a href="https://leafletjs.com" title="A JS library for interactive maps">Leaflet</a> &middot; <a href="https://qgis.org">QGIS</a>');
        var autolinker = new Autolinker({truncate: {length: 30, location: 'smart'}});
        var bounds_group = new L.featureGroup([]);
        function setBounds() {
        }
        function pop_Kenya_0(feature, layer) {
            layer.on({
                mouseout: function(e) {
                    for (i in e.target._eventParents) {
                        e.target._eventParents[i].resetStyle(e.target);
                    }
                    if (typeof layer.closePopup == 'function') {
                        layer.closePopup();
                    } else {
                        layer.eachLayer(function(feature){
                            feature.closePopup()
                        });
                    }
                },
                mouseover: highlightFeature,
            });
            var popupContent = '<table>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['OBJECTID'] !== null ? autolinker.link(feature.properties['OBJECTID'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['AREA'] !== null ? autolinker.link(feature.properties['AREA'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['PERIMETER'] !== null ? autolinker.link(feature.properties['PERIMETER'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['COUNTY3_'] !== null ? autolinker.link(feature.properties['COUNTY3_'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['COUNTY3_ID'] !== null ? autolinker.link(feature.properties['COUNTY3_ID'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['COUNTY'] !== null ? autolinker.link(feature.properties['COUNTY'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['Shape_Leng'] !== null ? autolinker.link(feature.properties['Shape_Leng'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['Shape_Area'] !== null ? autolinker.link(feature.properties['Shape_Area'].toLocaleString()) : '') + '</td>\
                    </tr>\
                </table>';
            layer.bindPopup(popupContent, {maxHeight: 400});
        }

        function style_Kenya_0_0() {
            return {
                pane: 'pane_Kenya_0',
                opacity: 1,
                color: 'rgba(75,97,209,1.0)',
                dashArray: '',
                lineCap: 'butt',
                lineJoin: 'miter',
                weight: 1.0, 
                fill: true,
                fillOpacity: 1,
                fillColor: 'rgba(75,97,209,1.0)',
                interactive: false,
            }
        }
        map.createPane('pane_Kenya_0');
        map.getPane('pane_Kenya_0').style.zIndex = 400;
        map.getPane('pane_Kenya_0').style['mix-blend-mode'] = 'normal';
        var layer_Kenya_0 = new L.geoJson(json_Kenya_0, {
            attribution: '',
            interactive: false,
            dataVar: 'json_Kenya_0',
            layerName: 'layer_Kenya_0',
            pane: 'pane_Kenya_0',
            onEachFeature: pop_Kenya_0,
            style: style_Kenya_0_0,
        });
        bounds_group.addLayer(layer_Kenya_0);
        map.addLayer(layer_Kenya_0);
        function pop_Tanzania_1(feature, layer) {
            layer.on({
                mouseout: function(e) {
                    for (i in e.target._eventParents) {
                        e.target._eventParents[i].resetStyle(e.target);
                    }
                    if (typeof layer.closePopup == 'function') {
                        layer.closePopup();
                    } else {
                        layer.eachLayer(function(feature){
                            feature.closePopup()
                        });
                    }
                },
                mouseover: highlightFeature,
            });
            var popupContent = '<table>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['ID_0'] !== null ? autolinker.link(feature.properties['ID_0'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['ISO'] !== null ? autolinker.link(feature.properties['ISO'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['NAME_0'] !== null ? autolinker.link(feature.properties['NAME_0'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['ID_1'] !== null ? autolinker.link(feature.properties['ID_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['NAME_1'] !== null ? autolinker.link(feature.properties['NAME_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['HASC_1'] !== null ? autolinker.link(feature.properties['HASC_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['CCN_1'] !== null ? autolinker.link(feature.properties['CCN_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['CCA_1'] !== null ? autolinker.link(feature.properties['CCA_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['TYPE_1'] !== null ? autolinker.link(feature.properties['TYPE_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['ENGTYPE_1'] !== null ? autolinker.link(feature.properties['ENGTYPE_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['NL_NAME_1'] !== null ? autolinker.link(feature.properties['NL_NAME_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['VARNAME_1'] !== null ? autolinker.link(feature.properties['VARNAME_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                </table>';
            layer.bindPopup(popupContent, {maxHeight: 400});
        }

        function style_Tanzania_1_0() {
            return {
                pane: 'pane_Tanzania_1',
                opacity: 1,
                color: 'rgba(129,133,137,1.0)',
                dashArray: '',
                lineCap: 'butt',
                lineJoin: 'miter',
                weight: 1.0, 
                fill: true,
                fillOpacity: 1,
                fillColor: 'rgba(129,133,137,1.0)',
                interactive: false,
            }
        }
        map.createPane('pane_Tanzania_1');
        map.getPane('pane_Tanzania_1').style.zIndex = 401;
        map.getPane('pane_Tanzania_1').style['mix-blend-mode'] = 'normal';
        var layer_Tanzania_1 = new L.geoJson(json_Tanzania_1, {
            attribution: '',
            interactive: false,
            dataVar: 'json_Tanzania_1',
            layerName: 'layer_Tanzania_1',
            pane: 'pane_Tanzania_1',
            onEachFeature: pop_Tanzania_1,
            style: style_Tanzania_1_0,
        });
        bounds_group.addLayer(layer_Tanzania_1);
        map.addLayer(layer_Tanzania_1);
        function pop_Uganda_2(feature, layer) {
            layer.on({
                mouseout: function(e) {
                    for (i in e.target._eventParents) {
                        e.target._eventParents[i].resetStyle(e.target);
                    }
                    if (typeof layer.closePopup == 'function') {
                        layer.closePopup();
                    } else {
                        layer.eachLayer(function(feature){
                            feature.closePopup()
                        });
                    }
                },
                mouseover: highlightFeature,
            });
            var popupContent = '<table>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['id_0'] !== null ? autolinker.link(feature.properties['id_0'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['iso'] !== null ? autolinker.link(feature.properties['iso'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['name_0'] !== null ? autolinker.link(feature.properties['name_0'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['id_1'] !== null ? autolinker.link(feature.properties['id_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['name_1'] !== null ? autolinker.link(feature.properties['name_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['hasc_1'] !== null ? autolinker.link(feature.properties['hasc_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['ccn_1'] !== null ? autolinker.link(feature.properties['ccn_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['cca_1'] !== null ? autolinker.link(feature.properties['cca_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['type_1'] !== null ? autolinker.link(feature.properties['type_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['engtype_1'] !== null ? autolinker.link(feature.properties['engtype_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['nl_name_1'] !== null ? autolinker.link(feature.properties['nl_name_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['varname_1'] !== null ? autolinker.link(feature.properties['varname_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                </table>';
            layer.bindPopup(popupContent, {maxHeight: 400});
        }

        function style_Uganda_2_0() {
            return {
                pane: 'pane_Uganda_2',
                opacity: 1,
                color: 'rgba(129,133,137,1.0)',
                dashArray: '',
                lineCap: 'butt',
                lineJoin: 'miter',
                weight: 1.0, 
                fill: true,
                fillOpacity: 1,
                fillColor: 'rgba(129,133,137,1.0)',
                interactive: false,
            }
        }
        map.createPane('pane_Uganda_2');
        map.getPane('pane_Uganda_2').style.zIndex = 402;
        map.getPane('pane_Uganda_2').style['mix-blend-mode'] = 'normal';
        var layer_Uganda_2 = new L.geoJson(json_Uganda_2, {
            attribution: '',
            interactive: false,
            dataVar: 'json_Uganda_2',
            layerName: 'layer_Uganda_2',
            pane: 'pane_Uganda_2',
            onEachFeature: pop_Uganda_2,
            style: style_Uganda_2_0,
        });
        bounds_group.addLayer(layer_Uganda_2);
        map.addLayer(layer_Uganda_2);
        function pop_Malawi_3(feature, layer) {
            layer.on({
                mouseout: function(e) {
                    for (i in e.target._eventParents) {
                        e.target._eventParents[i].resetStyle(e.target);
                    }
                    if (typeof layer.closePopup == 'function') {
                        layer.closePopup();
                    } else {
                        layer.eachLayer(function(feature){
                            feature.closePopup()
                        });
                    }
                },
                mouseover: highlightFeature,
            });
            var popupContent = '<table>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['id_0'] !== null ? autolinker.link(feature.properties['id_0'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['iso'] !== null ? autolinker.link(feature.properties['iso'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['name_0'] !== null ? autolinker.link(feature.properties['name_0'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['id_1'] !== null ? autolinker.link(feature.properties['id_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['name_1'] !== null ? autolinker.link(feature.properties['name_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['hasc_1'] !== null ? autolinker.link(feature.properties['hasc_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['ccn_1'] !== null ? autolinker.link(feature.properties['ccn_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['cca_1'] !== null ? autolinker.link(feature.properties['cca_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['type_1'] !== null ? autolinker.link(feature.properties['type_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['engtype_1'] !== null ? autolinker.link(feature.properties['engtype_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['nl_name_1'] !== null ? autolinker.link(feature.properties['nl_name_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['varname_1'] !== null ? autolinker.link(feature.properties['varname_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                </table>';
            layer.bindPopup(popupContent, {maxHeight: 400});
        }

        function style_Malawi_3_0() {
            return {
                pane: 'pane_Malawi_3',
                opacity: 1,
                color: 'rgba(129,133,137,1.0)',
                dashArray: '',
                lineCap: 'butt',
                lineJoin: 'miter',
                weight: 1.0, 
                fill: true,
                fillOpacity: 1,
                fillColor: 'rgba(129,133,137,1.0)',
                interactive: false,
            }
        }
        map.createPane('pane_Malawi_3');
        map.getPane('pane_Malawi_3').style.zIndex = 403;
        map.getPane('pane_Malawi_3').style['mix-blend-mode'] = 'normal';
        var layer_Malawi_3 = new L.geoJson(json_Malawi_3, {
            attribution: '',
            interactive: false,
            dataVar: 'json_Malawi_3',
            layerName: 'layer_Malawi_3',
            pane: 'pane_Malawi_3',
            onEachFeature: pop_Malawi_3,
            style: style_Malawi_3_0,
        });
        bounds_group.addLayer(layer_Malawi_3);
        map.addLayer(layer_Malawi_3);
        function pop_Zambia_4(feature, layer) {
            layer.on({
                mouseout: function(e) {
                    for (i in e.target._eventParents) {
                        e.target._eventParents[i].resetStyle(e.target);
                    }
                    if (typeof layer.closePopup == 'function') {
                        layer.closePopup();
                    } else {
                        layer.eachLayer(function(feature){
                            feature.closePopup()
                        });
                    }
                },
                mouseover: highlightFeature,
            });
            var popupContent = '<table>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['id_0'] !== null ? autolinker.link(feature.properties['id_0'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['iso'] !== null ? autolinker.link(feature.properties['iso'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['name_0'] !== null ? autolinker.link(feature.properties['name_0'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['id_1'] !== null ? autolinker.link(feature.properties['id_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['name_1'] !== null ? autolinker.link(feature.properties['name_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['hasc_1'] !== null ? autolinker.link(feature.properties['hasc_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['ccn_1'] !== null ? autolinker.link(feature.properties['ccn_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['cca_1'] !== null ? autolinker.link(feature.properties['cca_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['type_1'] !== null ? autolinker.link(feature.properties['type_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['engtype_1'] !== null ? autolinker.link(feature.properties['engtype_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['nl_name_1'] !== null ? autolinker.link(feature.properties['nl_name_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['varname_1'] !== null ? autolinker.link(feature.properties['varname_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                </table>';
            layer.bindPopup(popupContent, {maxHeight: 400});
        }

        function style_Zambia_4_0() {
            return {
                pane: 'pane_Zambia_4',
                opacity: 1,
                color: 'rgba(129,133,137,1.0)',
                dashArray: '',
                lineCap: 'butt',
                lineJoin: 'miter',
                weight: 1.0, 
                fill: true,
                fillOpacity: 1,
                fillColor: 'rgba(129,133,137,1.0)',
                interactive: false,
            }
        }
        map.createPane('pane_Zambia_4');
        map.getPane('pane_Zambia_4').style.zIndex = 404;
        map.getPane('pane_Zambia_4').style['mix-blend-mode'] = 'normal';
        var layer_Zambia_4 = new L.geoJson(json_Zambia_4, {
            attribution: '',
            interactive: false,
            dataVar: 'json_Zambia_4',
            layerName: 'layer_Zambia_4',
            pane: 'pane_Zambia_4',
            onEachFeature: pop_Zambia_4,
            style: style_Zambia_4_0,
        });
        bounds_group.addLayer(layer_Zambia_4);
        map.addLayer(layer_Zambia_4);
        function pop_Zimbabwe_5(feature, layer) {
            layer.on({
                mouseout: function(e) {
                    for (i in e.target._eventParents) {
                        e.target._eventParents[i].resetStyle(e.target);
                    }
                    if (typeof layer.closePopup == 'function') {
                        layer.closePopup();
                    } else {
                        layer.eachLayer(function(feature){
                            feature.closePopup()
                        });
                    }
                },
                mouseover: highlightFeature,
            });
            var popupContent = '<table>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['id_0'] !== null ? autolinker.link(feature.properties['id_0'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['iso'] !== null ? autolinker.link(feature.properties['iso'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['name_0'] !== null ? autolinker.link(feature.properties['name_0'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['id_1'] !== null ? autolinker.link(feature.properties['id_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['name_1'] !== null ? autolinker.link(feature.properties['name_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['hasc_1'] !== null ? autolinker.link(feature.properties['hasc_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['ccn_1'] !== null ? autolinker.link(feature.properties['ccn_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['cca_1'] !== null ? autolinker.link(feature.properties['cca_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['type_1'] !== null ? autolinker.link(feature.properties['type_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['engtype_1'] !== null ? autolinker.link(feature.properties['engtype_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['nl_name_1'] !== null ? autolinker.link(feature.properties['nl_name_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <td colspan="2">' + (feature.properties['varname_1'] !== null ? autolinker.link(feature.properties['varname_1'].toLocaleString()) : '') + '</td>\
                    </tr>\
                </table>';
            layer.bindPopup(popupContent, {maxHeight: 400});
        }

        function style_Zimbabwe_5_0() {
            return {
                pane: 'pane_Zimbabwe_5',
                opacity: 1,
                color: 'rgba(129,133,137,1.0)',
                dashArray: '',
                lineCap: 'butt',
                lineJoin: 'miter',
                weight: 1.0, 
                fill: true,
                fillOpacity: 1,
                fillColor: 'rgba(129,133,137,1.0)',
                interactive: false,
            }
        }
        map.createPane('pane_Zimbabwe_5');
        map.getPane('pane_Zimbabwe_5').style.zIndex = 405;
        map.getPane('pane_Zimbabwe_5').style['mix-blend-mode'] = 'normal';
        var layer_Zimbabwe_5 = new L.geoJson(json_Zimbabwe_5, {
            attribution: '',
            interactive: false,
            dataVar: 'json_Zimbabwe_5',
            layerName: 'layer_Zimbabwe_5',
            pane: 'pane_Zimbabwe_5',
            onEachFeature: pop_Zimbabwe_5,
            style: style_Zimbabwe_5_0,
        });
        bounds_group.addLayer(layer_Zimbabwe_5);
        map.addLayer(layer_Zimbabwe_5);
        function pop_afr_g2014_2013_0_6(feature, layer) {
            layer.on({
                mouseout: function(e) {
                    for (i in e.target._eventParents) {
                        e.target._eventParents[i].resetStyle(e.target);
                    }
                    if (typeof layer.closePopup == 'function') {
                        layer.closePopup();
                    } else {
                        layer.eachLayer(function(feature){
                            feature.closePopup()
                        });
                    }
                },
                mouseover: highlightFeature,
            });
        }

        function style_afr_g2014_2013_0_6_0() {
            return {
                pane: 'pane_afr_g2014_2013_0_6',
                opacity: 1,
                color: 'rgba(75,97,209,1.0)',
                dashArray: '',
                lineCap: 'butt',
                lineJoin: 'miter',
                weight: 1.0, 
                fill: true,
                fillOpacity: 1,
                fillColor: 'rgba(179,184,190,1.0)',
                interactive: false,
            }
        }
        map.createPane('pane_afr_g2014_2013_0_6');
        map.getPane('pane_afr_g2014_2013_0_6').style.zIndex = 406;
        map.getPane('pane_afr_g2014_2013_0_6').style['mix-blend-mode'] = 'darken';
        var layer_afr_g2014_2013_0_6 = new L.geoJson(json_afr_g2014_2013_0_6, {
            attribution: '',
            interactive: false,
            dataVar: 'json_afr_g2014_2013_0_6',
            layerName: 'layer_afr_g2014_2013_0_6',
            pane: 'pane_afr_g2014_2013_0_6',
            onEachFeature: pop_afr_g2014_2013_0_6,
            style: style_afr_g2014_2013_0_6_0,
        });
        bounds_group.addLayer(layer_afr_g2014_2013_0_6);
        map.addLayer(layer_afr_g2014_2013_0_6);
        function pop_InteractivemapWebsite_7(feature, layer) {
            layer.on({
                mouseout: function(e) {
                    for (i in e.target._eventParents) {
                        e.target._eventParents[i].resetStyle(e.target);
                    }
                    if (typeof layer.closePopup == 'function') {
                        layer.closePopup();
                    } else {
                        layer.eachLayer(function(feature){
                            feature.closePopup()
                        });
                    }
                },
                mouseover: highlightFeature,
            });
            var popupContent = '<table>\
                    <tr>\
                        <th scope="row">Country</th>\
                        <td>' + (feature.properties['Country'] !== null ? autolinker.link(feature.properties['Country'].toLocaleString()) : '') + '</td>\
                    </tr>\
                    <tr>\
                        <th scope="row">Delivered Services</th>\
                        <td>' + (feature.properties['Delivered Services'] !== null ? autolinker.link(feature.properties['Delivered Services'].toLocaleString()) : '') + '</td>\
                    </tr>\
                </table>';
            layer.bindPopup(popupContent, {maxHeight: 400});
        }

        function style_InteractivemapWebsite_7_0() {
            return {
                pane: 'pane_InteractivemapWebsite_7',
                radius: 4.0,
                opacity: 1,
                color: 'rgba(0,170,166,1.0)',
                dashArray: '',
                lineCap: 'butt',
                lineJoin: 'miter',
                weight: 1,
                fill: true,
                fillOpacity: 1,
                fillColor: 'rgba(0,170,166,1.0)',
                interactive: true,
            }
        }
        map.createPane('pane_InteractivemapWebsite_7');
        map.getPane('pane_InteractivemapWebsite_7').style.zIndex = 407;
        map.getPane('pane_InteractivemapWebsite_7').style['mix-blend-mode'] = 'normal';
        var layer_InteractivemapWebsite_7 = new L.geoJson(json_InteractivemapWebsite_7, {
            attribution: '',
            interactive: true,
            dataVar: 'json_InteractivemapWebsite_7',
            layerName: 'layer_InteractivemapWebsite_7',
            pane: 'pane_InteractivemapWebsite_7',
            onEachFeature: pop_InteractivemapWebsite_7,
            pointToLayer: function (feature, latlng) {
                var context = {
                    feature: feature,
                    variables: {}
                };
                return L.circleMarker(latlng, style_InteractivemapWebsite_7_0(feature));
            },
        });
        bounds_group.addLayer(layer_InteractivemapWebsite_7);
        map.addLayer(layer_InteractivemapWebsite_7);
        setBounds();
        </script></body>
<grammarly-desktop-integration data-grammarly-shadow-root="true"></grammarly-desktop-integration></html>

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to top