Skip to content

Instantly share code, notes, and snippets.

View meholden's full-sized avatar

Mike Holden meholden

  • San Francisco Bay Area
View GitHub Profile
// Adafruit IO Publish Example
//
// Adafruit invests time and resources providing this open source code.
// Please support Adafruit and open source hardware by purchasing
// products from Adafruit!
//
// Written by Todd Treece for Adafruit Industries
// Copyright (c) 2016 Adafruit Industries
// Licensed under the MIT license.
//
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@meholden
meholden / mapleaf2.html
Last active July 20, 2017 22:07
geojson leaflet stuff
<!DOCTYPE html>
<html>
<head>
<title>meh</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="docs/images/favicon.ico" />
@meholden
meholden / map.geojson
Last active June 26, 2017 15:05
n3m0 geojson data (fake)
{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.2346,38.0687,0]},"properties":{"name":"11.25C","styleUrl":"#icon","styleHash":"2fa6d888","description":"Temperature, C"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.2518,38.0682,0]},"properties":{"name":"10.5C","styleUrl":"#icon","styleHash":"2fa6d888","description":"Temperature, C"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.2672,38.0659,0]},"properties":{"name":"10.19C","styleUrl":"#icon","styleHash":"2fa6d888","description":"Temperature, C"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.2667,38.06,0]},"properties":{"name":"10.44C","styleUrl":"#icon","styleHash":"2fa6d888","description":"Temperature, C"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.2557,38.0623,0]},"properties":{"name":"10.13C","styleUrl":"#icon","styleHash":"2fa6d888","description":"Temperature, C"}}]}