Skip to content

Instantly share code, notes, and snippets.

@aaizemberg
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaizemberg/9978967 to your computer and use it in GitHub Desktop.
Save aaizemberg/9978967 to your computer and use it in GitHub Desktop.
probando CartoDB y MapBox (iframe)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>rectangulos en tematizados en CartoDB y MapBox</title>
</head>
<body>
<!-- probando con iframe's -->
<iframe width='100%' height='520' frameborder='0' src='http://aaizemberg.cartodb.com/viz/17f6c91c-c01b-11e3-a830-0e73339ffa50/embed_map?title=true&description=true&search=false&shareable=true&cartodb_logo=true&layer_selector=false&legends=true&scrollwheel=true&fullscreen=true&sublayer_options=1&sql=SELECT%20*%20FROM%20rect20c%20WHERE%20(cantidad%20%3E%3D%200%20AND%20cantidad%20%3C%3D%203204)&sw_lat=-50.28933925329178&sw_lon=-98.525390625&ne_lat=-21.69826549685252&ne_lon=-30.673828125' allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
<iframe width='100%' height='500px' frameBorder='0' src='http://a.tiles.mapbox.com/v3/aaizemberg.hn1ieamk/attribution,zoompan,zoomwheel,geocoder,share.html'></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment