D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
aaizemberg
Full window
Github gist
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='https://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='https://a.tiles.mapbox.com/v3/aaizemberg.hn1ieamk/attribution,zoompan,zoomwheel,geocoder,share.html'></iframe> </body> </html>