Skip to content

Instantly share code, notes, and snippets.

View ToeBee's full-sized avatar

Toby Murray ToeBee

  • Kansas State University
  • Manhattan, KS
View GitHub Profile
#!/usr/bin/python3
# Copyright (C) 2016 Nicolás Alvarez <nicolas.alvarez@gmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
@ToeBee
ToeBee / smoky_hill_wepons_range.geojson
Created July 29, 2014 04:45
Outline of the Smoky Hill Weapons Range
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ToeBee
ToeBee / index.html
Last active December 20, 2015 10:58 — forked from lxbarth/index.html
OpenStreetMap US highway shields rendering UI
<!DOCTYPE html>
<html>
<head>
<title>OpenStreetMap-US highway shield rendering</title>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' />
<script src="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js"></script>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.ie.css" />
<![endif]-->