forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCroatia-Cres-Matalda-Golf-Resort.htm
63 lines (52 loc) · 2.3 KB
/
Croatia-Cres-Matalda-Golf-Resort.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
---
<html lang="en">
<head>
<title>Ernie Els - Matalda Golf Resort - Cres, Croatia</title>
<meta name="description" CONTENT="Ernie Els Matalda Golf Resort on the island of Cres, Croatia">
{% include headerSM.html %}
</head>
<body>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<H1>Matalda Golf Resort - Cres Croatia</H1>
<link rel="shortcut icon" type="image/png" href="/images/Fairway-Hole-2.png">
<script type="text/javascript" src="https://cdn.knightlab.com/libs/storymapjs/latest/js/storymap-min.js"></script>
<link rel="stylesheet" href="https://cdn.knightlab.com/libs/storymapjs/latest/css/storymap.css">
<div id="storyMap"></div>
<script>
"use strict";
// JSON file containing data for the Story Map
const storymap_data = "https://fescue.github.io/data/Croatia-Cres-Matalda-Golf-Resort.json";
// Options for Story Map
const storymap_options = {
language: "en",
map_type: "osm:standard",
calculate_zoom: false
};
// the Story Map object
const storymap = new VCO.StoryMap("storyMap", storymap_data, storymap_options);
// Leaflet Zoom control
const zoomControl = L.control.zoom({ position: "topleft" });
// Leaflet Full-Screen control
const fullscreenControl = new L.Control.Fullscreen({
position: "topleft"
});
// grouping of controls
const leafletControlsToAdd = [zoomControl, fullscreenControl];
// event for when the Story Map is loaded
storymap.on("loaded", function() {
// leaflet.js web map object
const leafletMap = storymap.map;
// add controls to Leaflet web map
leafletControlsToAdd.forEach(element => leafletMap.addControl(element));
});
</script>
<script type="text/javascript" class="init"></script>
<p><a href="https://enavtika.si/sl/sidrisce-koromacna-cres">Koromačna, Cres</a></p>
<p><a href="https://total-croatia-news.com/lifestyle/golf-resort-on-cres/">320 hectares of land approved for 2 golf courses</a></p>
<p><a href="https://fescue.github.io/Monte-Rei-South/">Nicklaus Design in Southern Portugal at Monte Rei</a></p>
<p><a href="https://fescue.github.io/The-Apogee-Club/">Mike Davis: Hanse + Fazio at The Apogee Club</a></p>
{% include bodyFooter.html %}
</BODY>
{% include footer.html %}
</html>