forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBohol-Golf.htm
81 lines (67 loc) · 4.96 KB
/
Bohol-Golf.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<title>Golf Resort - Bohol, Phiillipines - Panglao</title>
<meta name="description" CONTENT="Bohol Philippines Golf Resort DSME Panglao">
{% include hLeaflet.html %}
</head>
<body>
<div class="main-container" role="main">
<div id="map" aria-label="Bohol"></div>
<div class="content" tabindex="0" aria-label="Panglao">
<H1>Golf Resort - Bohol, Philippines - Panglao</H1>
<p>The proposed Panglao Golf and Country Club: This 18-hole championship course will be located in Panglao, just a short drive from Tagbilaran City. The course will be designed by world-renowned US golf course architect confidential at the present time.</p>
<p>The Panglao Resort Project is $545 million USD development currently underway in Panglao, Bohol, Philippines.</p>
<p>The project is being developed by the <a style='font-weight:bold' href='https://www.linkedin.com/company/alturas-group-llc/' target='_blank' rel='nofollow'>Alturas Group</a>. The project will build out six hotel resort complexes with additional residential housing. The first phase of the project, which is currently underway, will include the construction of the initial infrastructure build out of roads, water, power. The second phase starting in 2024 will include the construction of the remaining entertainment resorts and amenities.</p>
<p>The average temperature in Bohol is 27 degrees Celsius or 81 degrees Fahrenheit. Humidity remains high throughout the year, averaging 80%. The Bohol Chronicle also reported in 2023 the development of a new state funded golf course in the coastal city of Poblacion <a style='font-weight:bold' href='https://www.boholchronicle.com.ph/2023/01/30/golf-course-eyed-in-carmen/' target='_blank' rel='nofollow'>Carmen</a> in the Philippines. Sustainability practices in the region are regulated by The Department of Environment and Natural Resources in conjunction with The Protected Area Management Board (PAMB) and mandate only a single tree be removed at a time.</p>
<div class="substack-post-embed"><p lang="en">Little known gem deserves our attention by Tim Yeo</p><a data-post-link href="https://timyeogolf.substack.com/p/little-known-gem-deserves-our-attention">ONLY FRIENDS YOU HAVEN’T YET MET</a></div><script async src="https://substack.com/embedjs/embed.js" charset="utf-8"></script>
</div>
</div>
<script>
const map = L.map('map').setView([9.589946,123.742079], 6);
const tiles = L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 30,
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map);
L.CustomOverlay = L.Layer.extend({
onAdd: function(map) {
this._map = map;
this._container = L.DomUtil.create('div', 'leaflet-custom-overlay');
this._container.innerHTML = `
<lite-youtube videoid="Zbv-V6kB1BY" style="background-image: url('https://i3.ytimg.com/vi/Zbv-V6kB1BY/hqdefault.jpg');">
<a href="https://youtube.com/watch?v=Zbv-V6kB1BY" class="lty-playbtn" title="Play Video. Credit: Charl TV">
<span class="lyt-visually-hidden">Credit: Charl TV</span>
</a>
</lite-youtube>
`;
// Add the container to the map
map._panes.overlayPane.appendChild(this._container);
// Update the position of the overlay on the map
this._update();
},
onRemove: function(map) {
L.DomUtil.remove(this._container);
},
_update: function() {
// Position the layer. This example assumes a fixed position, but you can use map latlng to position dynamically
// var position = this._map.latLngToLayerPoint(this._latlng || this._map.getCenter());
var position = this._map.containerPointToLayerPoint([10, 10]); // Adjust the position as needed
L.DomUtil.setPosition(this._container, position);
}
});
// Add the custom overlay to the map
var myCustomOverlay = new L.CustomOverlay();
myCustomOverlay.addTo(map);
// Add a marker to the map at the same location as the map center
var marker = L.marker([9.589946,123.742079]).addTo(map);
marker.bindPopup("<b>Panglao</b><br>Philippines</br>").openPopup();
</script>
<p><a href="http://www.businesskorea.co.kr/news/articleView.html?idxno=60978">South Korea's DSME Construction Golf Resort in the Philippines</a></p>
<p><a href="https://fescue.github.io/Musselroe-Bay-Golf-Course/">Australia's Musselroe Bay Golf Course</a></p>
<p><a href="https://fescue.github.io/Hann-Reserve/">KJ Choi & Nick Faldo building the Hann Reserve</a></p>
{% include bodyFooter.html %}
</body>
{% include footer.html %}
</html>