Skip to content

Instantly share code, notes, and snippets.

View bwyss's full-sized avatar

Ben Wyss bwyss

  • Enview
  • Boulder Co
View GitHub Profile
@bwyss
bwyss / controls.css
Created November 21, 2012 13:48
DF_demo
a.wax-fullscreen {
/* TODO: sprite-based fullscreen button */
position: absolute;
top: 5px;
left: 5px;
z-index: 99999;
}
.zoomer,
.wax-legend,
@bwyss
bwyss / explore.html
Last active December 20, 2015 08:49
This code will create a leaflet map that allows one to dynamically access layers from a TileStream server and a GeoServer. A list of all available layers is added to a drop down list in a dialog box and add and remove the layers from the map.
<!--
Copyright (c) 2013, GEM Foundation.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of