Atlas of Urban Expansion

' + cityName + ", "+ feature.properties.Country + ""); layer.on('mouseover', function(e) { e.target.feature.properties.active = true; layer.openPopup(); }); layer.on('click', function(e){ window.location = href; }); } }).addTo(map); }