Skip to content

Instantly share code, notes, and snippets.

View d3noob's full-sized avatar

d3noob

View GitHub Profile
@d3noob
d3noob / index.html
Last active November 26, 2019 01:15
A full screen leaflet.js map
<!DOCTYPE html>
<html>
<head>
<title>Full Screen Leaflet Map</title>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css"
/>
<style>
@d3noob
d3noob / index.html
Last active September 12, 2024 14:29
leaflet.js map with marker options
<!DOCTYPE html>
<html>
<head>
<title>Marker Leaflet Map</title>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css"
/>
</head>
@d3noob
d3noob / index.html
Last active December 12, 2024 07:54
leaflet.js map with line and options
<!DOCTYPE html>
<html>
<head>
<title>Simple Leaflet Map</title>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css"
/>
</head>
@d3noob
d3noob / index.html
Last active November 27, 2021 16:08
Leaflet.draw plugin with options set.
<!DOCTYPE html>
<html>
<head>
<title>Leaflet.draw Plugin</title>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css"
/>
<link
@d3noob
d3noob / index.html
Last active January 24, 2020 07:46
OSMGeocoder plugin for Leaflet.
<!DOCTYPE html>
<html>
<head>
<title>osmGeocoder Search Plugin for Leaflet Map</title>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css"
/>
<link
@d3noob
d3noob / index.html
Last active July 30, 2018 10:41
Leaflet.FileLoader Plugin for Leaflet Maps
<!DOCTYPE html>
<html>
<head>
<title>Leaflet.FileLayer Plugin</title>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css"
/>
<link
@d3noob
d3noob / index.html
Last active October 8, 2019 23:55
Multiple tile layers in leaflet.js
<!DOCTYPE html>
<html>
<head>
<title>Simple Leaflet Map</title>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css"
/>
</head>
@d3noob
d3noob / index.html
Last active December 30, 2015 13:48
Test Leaflet Install using tile.osm.org
<!DOCTYPE html>
<html>
<head>
<title>Simple Leaflet Map</title>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css"
/>
</head>
@d3noob
d3noob / index.html
Last active September 1, 2018 04:15
Overlay example for leaflet.js
<!DOCTYPE html>
<html>
<head>
<title>Simple Leaflet Map</title>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css"
/>
</head>
@d3noob
d3noob / .block
Last active November 30, 2019 18:27
Directional Force Layout Diagram with node colouring
license: mit