Update static_bubble_map.html
This commit is contained in:
parent
7cbe86259e
commit
be43a32eeb
@ -12,9 +12,9 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/themes/css/cartodb.css" />
|
<link rel="stylesheet" href="https://libs.cartocdn.com/cartodb.js/v3/themes/css/cartodb.css" />
|
||||||
<!--[if lte IE 8]>
|
<!--[if lte IE 8]>
|
||||||
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/themes/css/cartodb.ie.css" />
|
<link rel="stylesheet" href="https://libs.cartocdn.com/cartodb.js/v3/themes/css/cartodb.ie.css" />
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<script type="sql/html" id="cartocss_template">
|
<script type="sql/html" id="cartocss_template">
|
||||||
Map {
|
Map {
|
||||||
@ -57,7 +57,7 @@
|
|||||||
<div id="map"></div>
|
<div id="map"></div>
|
||||||
|
|
||||||
<!-- include cartodb.js library -->
|
<!-- include cartodb.js library -->
|
||||||
<script src="http://libs.cartocdn.com/cartodb.js/v3/cartodb.js"></script>
|
<script src="https://libs.cartocdn.com/cartodb.js/v3/cartodb.js"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function main() {
|
function main() {
|
||||||
@ -67,7 +67,7 @@
|
|||||||
zoom: 8
|
zoom: 8
|
||||||
});
|
});
|
||||||
var layer = L.tileLayer('http://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png',{
|
var layer = L.tileLayer('http://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png',{
|
||||||
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="http://cartodb.com/attributions">CartoDB</a>'
|
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="https://cartodb.com/attributions">CartoDB</a>'
|
||||||
}).addTo(map);
|
}).addTo(map);
|
||||||
|
|
||||||
cartodb.createLayer(map, {
|
cartodb.createLayer(map, {
|
||||||
@ -87,4 +87,4 @@
|
|||||||
window.onload = main;
|
window.onload = main;
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user