Skip to content

Instantly share code, notes, and snippets.

View joshuahouston's full-sized avatar

Joshua Houston joshuahouston

View GitHub Profile
@joshuahouston
joshuahouston / README.md
Last active August 29, 2015 14:21
Cross Trail - Old & New

My intention of this map is to show some photos of the nice improvements of the new trail, document the conditions of the old trail, and show how they relate to the surrounding muskeg spots.

@joshuahouston
joshuahouston / index.html
Last active August 29, 2015 14:21
Bathymetry
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Bathymetry</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
<script src='https://api.tiles.mapbox.com/mapbox.js/v2.1.5/mapbox.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox.js/v2.1.5/mapbox.css' rel='stylesheet' />
<style>
@joshuahouston
joshuahouston / gps.json
Last active August 29, 2015 14:21
GeoJson Linestring
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@joshuahouston
joshuahouston / README.md
Last active August 29, 2015 14:22
baranof.tm2

Sharing the code for the Mapbox Studio map I made.

@joshuahouston
joshuahouston / index.html
Last active August 29, 2015 14:23
Random Text Test
<!DOCTYPE html>
<html>
<head>
<script src='script.js'></script>
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<style>
body { margin:0; padding:0; }
#map { position:absolute; top:0; bottom:0; width:100%; }
</style>
@joshuahouston
joshuahouston / L.Map.Sync.js
Last active August 29, 2015 14:25
OSM vs. Mapbox
/*
* Extends L.Map to synchronize two maps
*/
L.Map = L.Map.extend({
sync: function (map) {
this._syncMap = L.extend(map, {
setView: function (center, zoom, forceReset, sync) {
if (!sync) {
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@joshuahouston
joshuahouston / index.html
Last active May 8, 2016 21:54
Sitka transit map for The RIDE
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title>the RIDE</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src="lines.js"></script>
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.18.0/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.18.0/mapbox-gl.css' rel='stylesheet' />
<link href='style.css' rel='stylesheet' />
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.