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

https resources #12

Merged
merged 1 commit into from Sep 16, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions facet.html
Expand Up @@ -2,8 +2,8 @@
<html>
<head>
<title>clustr</title>
<script src='http://js.mapbox.com/mapbox.js/v0.6.0-dev/mapbox.js'></script>
<link href='http://js.mapbox.com/mapbox.js/v0.6.0-dev/mapbox.css' rel='stylesheet' />
<script src='https://api.tiles.mapbox.com/mapbox.js/v0.6.0-dev/mapbox.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox.js/v0.6.0-dev/mapbox.css' rel='stylesheet' />
<script src='markers.js'></script>
<script type='text/javascript'
src='src/clustr.js'></script>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -2,8 +2,8 @@
<html>
<head>
<title>Clustr | MapBox</title>
<script src='http://api.tiles.mapbox.com/mapbox.js/v0.6.6/mapbox.js'></script>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script>
<script src='https://api.tiles.mapbox.com/mapbox.js/v0.6.6/mapbox.js'></script>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script>
<script src='src/clustr.js'></script>
<script src='src/scale_factory.js'></script>
<script src='src/merge_intersecting.js'></script>
Expand Down