add cartodb.js https library
This commit is contained in:
parent
8142d2622e
commit
e2e4298b8a
@ -95,7 +95,7 @@
|
||||
<div id="map"></div>
|
||||
|
||||
<!-- include cartodb.js library -->
|
||||
<script src="http://libs.cartocdn.com/cartodb.js/v3/cartodb.js"></script>
|
||||
<script src="https://cartodb-libs.global.ssl.fastly.net/cartodb.js/v3/3.15/cartodb.js"></script>
|
||||
|
||||
<script>
|
||||
function main() {
|
||||
@ -118,7 +118,7 @@
|
||||
user_name: "andrew",
|
||||
tile_style: $('#cartocss_template').html()
|
||||
}
|
||||
}).done(function(layer) {
|
||||
}, {https:true}).done(function(layer) {
|
||||
map.addLayer(layer);
|
||||
});
|
||||
}
|
||||
|
@ -60,7 +60,7 @@
|
||||
<div id="map"></div>
|
||||
|
||||
<!-- include cartodb.js library -->
|
||||
<script src="http://libs.cartocdn.com/cartodb.js/v3/cartodb.js"></script>
|
||||
<script src="https://cartodb-libs.global.ssl.fastly.net/cartodb.js/v3/3.15/cartodb.js"></script>
|
||||
|
||||
<script>
|
||||
function main() {
|
||||
@ -81,7 +81,7 @@
|
||||
user_name: "andrew",
|
||||
tile_style: $('#cartocss_template').html()
|
||||
}
|
||||
}).done(function(layer) {
|
||||
}, {https:true}).done(function(layer) {
|
||||
map.addLayer(layer);
|
||||
});
|
||||
}
|
||||
|
@ -54,7 +54,7 @@
|
||||
<div id="map"></div>
|
||||
|
||||
<!-- include cartodb.js library -->
|
||||
<script src="https://cartodb-libs.global.ssl.fastly.net/cartodb.js/v3/cartodb.js"></script>
|
||||
<script src="https://cartodb-libs.global.ssl.fastly.net/cartodb.js/v3/3.15/cartodb.js"></script>
|
||||
|
||||
<script>
|
||||
function main() {
|
||||
@ -75,7 +75,7 @@
|
||||
user_name: "andrew",
|
||||
tile_style: $('#cartocss_template').html()
|
||||
}
|
||||
}).done(function(layer) {
|
||||
}, {https: true}).done(function(layer) {
|
||||
map.addLayer(layer);
|
||||
});
|
||||
}
|
||||
|
@ -51,7 +51,7 @@
|
||||
<div id="map"></div>
|
||||
|
||||
<!-- include cartodb.js library -->
|
||||
<script src="https://cartodb-libs.global.ssl.fastly.net/cartodb.js/v3/cartodb.js"></script>
|
||||
<script src="https://cartodb-libs.global.ssl.fastly.net/cartodb.js/v3/3.15/cartodb.js"></script>
|
||||
|
||||
<script>
|
||||
function main() {
|
||||
@ -74,7 +74,7 @@
|
||||
user_name: "andrew",
|
||||
tile_style: $('#cartocss_template').html()
|
||||
}
|
||||
}).done(function(layer) {
|
||||
}, {https: true}).done(function(layer) {
|
||||
map.addLayer(layer);
|
||||
});
|
||||
}
|
||||
|
@ -38,7 +38,7 @@
|
||||
<div id="map"></div>
|
||||
|
||||
<!-- include cartodb.js library -->
|
||||
<script src="https://cartodb-libs.global.ssl.fastly.net/cartodb.js/v3/cartodb.js"></script>
|
||||
<script src="https://cartodb-libs.global.ssl.fastly.net/cartodb.js/v3/3.15/cartodb.js"></script>
|
||||
|
||||
<script>
|
||||
function main() {
|
||||
@ -61,7 +61,7 @@
|
||||
user_name: "andrew",
|
||||
tile_style: $('#cartocss_template').html()
|
||||
}
|
||||
}).done(function(layer) {
|
||||
}, {https:true}).done(function(layer) {
|
||||
map.addLayer(layer);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user