Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified to support map control styling and relative paths #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="author" content="">

<!-- Le styles -->
<link href="/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="./bootstrap/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 10px;
Expand All @@ -26,7 +26,7 @@
height: 13px;
}
</style>
<link href="/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<link href="./bootstrap/css/bootstrap-responsive.css" rel="stylesheet">

<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
Expand All @@ -38,7 +38,7 @@

</head>

<body>
<body class="tundra">

<div class="container-fluid" id="container">
<div class="row-fluid">
Expand Down Expand Up @@ -75,9 +75,9 @@

<!-- Placed at the end of the document so the pages load faster -->
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="/bootstrap/js/bootstrap.min.js"></script>
<script src="./bootstrap/js/bootstrap.min.js"></script>
<script src="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=3.2"></script>
<script src="/geohash.js"></script>
<script src="./geohash.js"></script>

<script type="text/javascript">
var data = {
Expand Down