hello_Pen
A Pen by Christopher J Seeger on CodePen.
A Pen by Christopher J Seeger on CodePen.
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="ISUEOGTP index page"> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>ISUEOGTP GitHub</title> | |
<script src="https://code.jquery.com/jquery-3.1.0.js"></script> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="Leaflet API: Kersten Library Map 2018"> | |
<title>Leaflet API: Kersten Library Map 2018b</title> | |
<script src='https://npmcdn.com/@turf/turf/turf.min.js'></script> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Gist embedd test</title> | |
<style> | |
html, body { | |
/*height:100%;*/ | |
margin:0; | |
padding:0; | |
height: 100vh; |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="Troop 155 Calendar"> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="Leaflet API - Adding a Marker" /> | |
<title>Leaflet API: Adding a Marker and Getting ID</title> | |
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" /> | |
<style> | |
#map { | |
height: 400px; | |
width: 400px; |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="d3 date chart" /> | |
<script src="http://d3js.org/d3.v3.min.js"></script> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> | |
<meta charset=utf-8 /> | |
<title>JS Bin d3 test</title> | |
<style id="jsbin-css"> | |
.axis path, |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="Leaflet multiple circle markers-trash" /> | |
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" /> | |
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script> | |
<style id="jsbin-css"> |
// Lefalet shortcuts for common tile providers - is it worth adding such 1.5kb to Leaflet core? | |
L.TileLayer.Common = L.TileLayer.extend({ | |
initialize: function (options) { | |
L.TileLayer.prototype.initialize.call(this, this.url, options); | |
} | |
}); | |
(function () { | |