Skip to content

Instantly share code, notes, and snippets.

View cjseeger's full-sized avatar

Christopher J. Seeger cjseeger

View GitHub Profile
@cjseeger
cjseeger / index.html
Last active August 29, 2015 14:08 — forked from anonymous/index.html
<!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 () {