Skip to content

Instantly share code, notes, and snippets.

@chelm
Created January 6, 2011 21:35
Show Gist options
  • Save chelm/768645 to your computer and use it in GitHub Desktop.
Save chelm/768645 to your computer and use it in GitHub Desktop.
<html>
<head>
<script src="http://geoiq.local/javascripts/f1.api.js"></script>
<script>
$(function(){
gmap = new F1.Maker.Map({
map_id: 116,
dom_id: "map",
view:'sputnik'
});
});
</script>
</head>
<body>
<div id="map" style="border:1px solid; width:750px; height:500px;" width=750 height=500></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment