summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2013-02-18 22:24:28 +0100
committerYuval Adam <yuv.adm@gmail.com>2013-02-18 22:24:28 +0100
commitc673ba9505a32268d673aba98c6e884e4d3b8681 (patch)
tree3f74fa7aa1c37987c470332376c584884c6bf998 /index.html
parent5ee2da7c5b180f10dafc72ec8f11ffee5466895d (diff)
Initial working map code
Diffstat (limited to 'index.html')
-rw-r--r--index.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..0e245f2
--- /dev/null
+++ b/index.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html>
+<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
+<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
+<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
+ <head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+ <title>2008 Tel Aviv municipal elections data</title>
+ <meta name="description" content="2008 Tel Aviv municipal elections data">
+ <meta name="viewport" content="width=device-width">
+
+ <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
+
+ <link rel="stylesheet" href="screen.css">
+ <link href='//api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.css' rel='stylesheet'>
+ <script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.1/modernizr.min.js"></script>
+ </head>
+ <body>
+ <!--[if lt IE 7]>
+ <p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
+ <![endif]-->
+
+ <div id="map" class="RdBu"></div>
+ <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
+ <script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.3.3/underscore.js"></script>
+ <script src="//d3js.org/d3.v2.js"></script>
+ <script src='//api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.uncompressed.js'></script>
+
+ <script>
+ TILESERVER_URL = "http://tiles.telostats.com/telaviv/{z}/{x}/{y}.png";
+ </script>
+ <script src="map.js"></script>
+ </body>
+</html>