xxxxxxxxxx
<html>
<head>
<link rel="stylesheet" href="https://geosprocket.com/assets/cartodb/2.0.24/cartodb.css" />
<link rel="stylesheet" href="https://geosprocket.com/assets/bootstrap/css/bootstrap-cosmo.css" />
<!--<link href="https://geosprocket.com/assets/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">-->
<!--[if lte IE 8]>
<link rel="stylesheet"https://geosprocket.com/assets/cartodb/2.0.24/cartodb.ie.css" />
<![endif]-->
<style>
html, body {width:100%; height:100%; padding: 0; margin: 0;}
#map {width: 100%; height:100%; background: black; z-index:1;}
.leaflet-container .leaflet-control-zoom {margin-top:55;}
div.cartodb-popup div.cartodb-popup-content {max-height:none | inherit}
</style>
<script src="layers.js"></script>
</head>
<body onload="init()">
<div id='map'></div>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
</button>
<a class="brand" href="../">CartoDB Data Portal Demo</a>
<div class="nav-collapse collapse">
<ul class="nav pull-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><small><i class="icon-download icon-white"></i> Download Buildings (KML) <b class="caret"></b></small></a>
<ul class="dropdown-menu">
<li class="disabled"><a>Select within the current map extent:</a></li>
<li class="divider"></li>
<li><a id="down10" href="#" target="_blank">10 Tallest</a></li>
<li><a id="down50" href="#">50 Tallest</a></li>
<li><a id="down100" href="#">100 Tallest</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</body>
<script src="https://geosprocket.com/assets/cartodb/2.0.24/cartodb.js"></script>
<script src="https://geosprocket.com/assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
</html>
Modified http://geosprocket.com/assets/cartodb/2.0.24/cartodb.js to a secure url
Modified http://geosprocket.com/assets/bootstrap/js/bootstrap.min.js to a secure url
Modified http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js to a secure url
https://geosprocket.com/assets/cartodb/2.0.24/cartodb.js
https://geosprocket.com/assets/bootstrap/js/bootstrap.min.js
https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js