Skip to content

Instantly share code, notes, and snippets.

View brutaldigital's full-sized avatar

Tom brutaldigital

View GitHub Profile
@brutaldigital
brutaldigital / sysurl.txt
Created November 1, 2021 10:57
PMCPA system url
https://photoarchive.paul-mellon-centre.ac.uk/
@brutaldigital
brutaldigital / index.html
Last active June 26, 2020 10:33
Leaflet with Draw and IIIF base layer
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.css" />
<link rel="stylesheet" href="https://cdn.rawgit.com/Leaflet/Leaflet.label/0.8/dist/leaflet.label.css" />
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://rawgit.com/mejackreed/Leaflet-IIIF/master/leaflet-iiif.js"></script>