D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
andrewxhill
Full window
Github gist
Moving Alaska and Hawaii in CartoDB
<!doctype html> <head> <title>Shifted Alaska/Hawaii | CartoDB.js</title> <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <link rel="shortcut icon" href="https://cartodb.com/assets/favicon.ico" /> <style> html, body, iframe { height: 100%; padding: 0; margin: 0; } </style> </head> <body> <iframe width='100%' height='100%' frameborder='0' src='https://andrew.cartodb.com/viz/84cc0972-7e0c-11e3-a4e1-3085a9a9563c/embed_map?title=true&description=true&search=false&shareable=true&cartodb_logo=true&layer_selector=false&legends=false&scrollwheel=true&sublayer_options=1&sql=&zoom=3¢er_lat=34.95799531086792¢er_lon=-102.216796875'></iframe> </body> </html>