Skip to content

Instantly share code, notes, and snippets.

@tgk
Created December 6, 2011 11:22
Show Gist options
  • Save tgk/1437848 to your computer and use it in GitHub Desktop.
Save tgk/1437848 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Using Google maps for showing custom points</title>
<link href="style.css" rel="stylesheet" type="text/css">
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/start/jquery-ui.css"
type="text/css" rel="stylesheet">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?libraries=drawing&sensor=false"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
<script type="text/javascript" src="GoogleSpreadsheet.js"></script>
<script type="text/javascript" src="ConferenceSpreadsheetParser.js"></script>
<script type="text/javascript" src="ui.js"></script>
</head>
<body>
<div id="map-canvas" width="400" height="200"></div>
<p>
<input type="text" id="price" style="border:0; color:#f6931f; font-weight:bold;" />
</p>
<div id="slider-range"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment