Skip to content

Commit

Permalink
Merge branch 'gh-pages' of github.com:dhcole/whereconf into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dhcole committed Apr 2, 2012
2 parents 9c7edf9 + 07d8d15 commit f5112c9
Show file tree
Hide file tree
Showing 8 changed files with 115 additions and 12 deletions.
Binary file added design_bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/google_maps_one.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/google_maps_two.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/leaflet_one.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/leaflet_two.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 12 additions & 10 deletions index.html
Expand Up @@ -14,7 +14,9 @@
<body>

<!-- Intro to web mapping: what can you make? -->
<div><h3>An Open Web Mapping Toolbox</h3></div>
<div><h3>An Open Web Mapping Toolbox</h3>
<span style='font-size:85px;line-heivertical-align:top;'>Dave Cole &amp; Tom MacWright</span>
</div>
<div>What kind of web maps can you make?</div>
<div><h3>A base map:</h3>
<img src="img/base-map-features.png">
Expand All @@ -34,13 +36,13 @@
<div><h3>Process:</h3></div>
<div><h3><strong>1.</strong> Sourcing data</h3> Where do you find reliable open data?</div>
<div><h3><strong>2.</strong> Processing data</h3> Adding geographic information, projections, summarization</h3></div>
<div><h3><strong>3.</strong> Designing the map</h3> visualizing the data; telling a story</div>
<div><h3><strong>4.</strong> Map distribution</h3> rendering / serving the map on the web / mobile</div>
<div><img src='design_bg.png' /><h3><strong>3.</strong> Design</h3> visualizing the data; telling a story</div>
<div><h3><strong>4.</strong> Map distribution</h3> rendering &rarr; serving tiles &rarr; interfaces on web &amp; mobile</div>

<!-- Making a base layer: tiled -->
<div><h3>Where to find open data:</h3></div>
<div><h3>OpenStreetMap</h3>http://www.openstreet<br>map.org</div>
<div><h3>US Census</h3>http://www.census.gov/<br>geo/www/tiger</div>
<div><h3>OpenStreetMap</h3>openstreet<br>map.org</div>
<div><h3>US Census</h3>census.gov/<br>geo/www/tiger</div>
<div><h3>Local government open data</h3></div>
<div><h3>Natural Earth</h3>http://www.natural<br>earthdata.com</div>
<div><h3>Data you create</h3>Like a <strong>spreadsheet</strong> or <strong>list</strong> of addresses</div>
Expand Down Expand Up @@ -101,7 +103,7 @@
-34.397, 150.644),
mapTypeId: google.maps.MapTypeId.ROADMAP
});</pre></div>
<div><img src='http://dl.dropbox.com/u/68059/Screenshots/206ud2hv028g.png' /></div>
<div><img src='img/google_maps_one.png' /></div>


<div><pre class='prettyprint'>
Expand All @@ -113,24 +115,24 @@
layers: [new L.TileLayer(mylayer + '/{z}/{x}/{y}.png')]
});</pre></div>

<div><img src='http://dl.dropbox.com/u/68059/Screenshots/lxjw2xadyiyi.png' /></div>
<div><img src='img/leaflet_one.png' /></div>
<div>'red dot fever'</div>
<div><pre class='prettyprint'>
// Making a marker in Google Maps
var marker = new google.maps.Marker({
position: new google.maps.LatLng(-34.397, 150.644),
map: map
});</pre></div>
<div><img src='http://dl.dropbox.com/u/68059/Screenshots/d_xmeo961uu9.png'></div>
<div><img src='img/google_maps_two.png'></div>

<div><pre class='prettyprint'>
// Making a marker in Leaflet
map.addLayer(new L.Marker(new L.LatLng(-34.397, 150.644)));
</pre></div>
<div><img src='http://dl.dropbox.com/u/68059/Screenshots/93kn1tys~k8b.png' /></div>
<div><img src='img/leaflet_two.png' /></div>

<div>What about...</div>
<div><h3>Performance</h3> </div>
<div><h3>Performance</h3> Multiple kinds.</div>

</body>
</html>
101 changes: 101 additions & 0 deletions mapbox.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions medium.css
Expand Up @@ -23,7 +23,7 @@ pre {
h3 {
margin:0;
padding:5px;
color:#ade;
color:#CAEAF5;
font-weight:normal;
background:url(grid.png) #222;
}
Expand All @@ -37,4 +37,4 @@ a {
}
img {
max-width: 100%
}
}

0 comments on commit f5112c9

Please sign in to comment.