Skip to content

Instantly share code, notes, and snippets.

View markjd84's full-sized avatar

Mark Dimond markjd84

  • Integrated Transport Planning Ltd and University of Nottingham
  • Nottingham
  • 03:56 (UTC +01:00)
View GitHub Profile
@markjd84
markjd84 / index.html
Last active December 14, 2017 13:44
Leaflet examples
<html>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.2.0/dist/leaflet.css"
integrity="sha512-M2wvCLH6DSRazYeZRIm1JnYyh22purTM+FDB5CsyxtQJYeKq83arPe5wgbNmcFXGqiSH2XR8dT/fJISVA1r/zQ=="
crossorigin=""/>
<style>
body {
padding: 0;
margin: 0;
}
html, body, #mapid {