nfc-web/web/output/projects/blue-eyed-donkey/index.html
2023-05-01 21:58:23 +03:00

66 lines
No EOL
2.2 KiB
HTML

<!DOCTYPE html>
<html lang="english">
<head>
<base target="_top">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blue Eyed Donkey</title>
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico" />
<link rel="stylesheet" href="/theme/local.css">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.3/dist/leaflet.css" integrity="sha256-kLaT2GOSpHechhsozzB+flnD+zUyjE2LlfWPgU04xyI=" crossorigin=""/>
<style>
html, body { height: 100%; margin: 0; padding: 0; }
</style>
<script src="https://unpkg.com/leaflet@1.9.3/dist/leaflet.js" integrity="sha256-WBkoXOwTeyKclOHuWtc+i2uENFpDZ9YPdf5Hf+D7ewM=" crossorigin=""></script>
</head>
<body>
<script>
var nfcTags = {
"type": "FeatureCollection",
"title": "Blue Eyed Donkey",
"id" : "blue-eyed-donkey",
"features": [
{
"type": "Feature",
"id": "svbfh1049ck",
"geometry": {
"type": "Point",
"coordinates": [34.9805500394171, 32.70124169424201]
},
"properties": {
"title": "Journal Entry 1"
},
},
{
"type": "Feature",
"id": "svbfh0cc5fp",
"geometry": {
"type": "Point",
"coordinates": [34.98304356695975, 32.699615286072735]
},
"properties": {
"title": "Journal Entry 2"
},
},
{
"type": "Feature",
"id": "svbfh0geqrx",
"geometry": {
"type": "Point",
"coordinates": [34.985554114475526, 32.70003059472479]
},
"properties": {
"title": "Journal Entry 3"
},
},
]
};
</script>
<div id='map'></div>
<script src="/theme/map.js"></script>
</body>
</html>