Skip to content

Instantly share code, notes, and snippets.

@SiteSelector
SiteSelector / index.html
Created December 8, 2014 19:25
Assembly Map // source http://jsbin.com/tekaza
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Assembly Map</title>
<style>
#map_canvas { width: 610px; height: 400px; }
</style>
<!--Load the AJAX API-->
<script type="text/javascript" src="http://www.google.com/jsapi"></script> <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
@SiteSelector
SiteSelector / index.html
Created December 8, 2014 19:03
Google Maps JavaScript API v3 Example: Fusion Tables Natural Earth Data Country Browser // source http://jsbin.com/ciwoxa
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Google Maps JavaScript API v3 Example: Fusion Tables Natural Earth Data Country Browser</title>
<style type="text/css">
html, body, #map_canvas {
width: 750px;
height: 600px;