Tara, Malolos!: Difference between revisions

From Wiki Malolos
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 27: Line 27:
   // Marker: Malolos City with clickable URL
   // Marker: Malolos City with clickable URL
   L.marker([14.8432, 120.8114]).addTo(map)
   L.marker([14.8432, 120.8114]).addTo(map)
     .bindPopup('<b>Malolos City</b><br><a href="https://malolos.gov.ph" target="_blank">Visit Website</a>')
     .bindPopup('<b>Malolos Cityyy</b><br><a href="https://malolos.gov.ph" target="_blank">Visit Website</a>')
     .openPopup();
     .openPopup();


Line 36: Line 36:
   // Polygon: Approximate boundary of Bulacan State University
   // Polygon: Approximate boundary of Bulacan State University
   var bulsuPolygon = L.polygon([
   var bulsuPolygon = L.polygon([
     [14.857760, 120.812059],
     [14.857630581410698, 120.81184712962074],
     [14.859432, 120.813972],
     [14.859724860926136, 120.81430888041209],
     [14.860341, 120.813140],
     [14.858521919350292, 120.81543541601346],
     [14.861314, 120.813438],
     [14.856447885966825, 120.81283903663416],
    [14.861959, 120.814123],
   ], {
   ], {
     color: 'red',
     color: 'red',
Line 48: Line 47:


   bulsuPolygon.bindPopup('Bulacan State University Campus');
   bulsuPolygon.bindPopup('Bulacan State University Campus');
// Polygon: Approximate boundary of Barasoain Church
var barasoainPolygon = L.polygon([
  [14.846952933499336, 120.81225915935168],
  [14.84639927994201, 120.81201259956772],
  [14.846204950097054, 120.81256261510248],
  [14.846740270448107, 120.81277883038656],
], {
  color: 'red',
  fillColor: '#f03',
  fillOpacity: 0.4
}).addTo(map);
// Define the popup content with an image
var popupContent = `
  <div style="text-align: center;">
    <b style="font-size: 14px;">Barasoain Church</b><br>
    <img src="https://upload.wikimedia.org/wikipedia/commons/d/dd/Barasoain_church.jpg"
        alt="Barasoain Church"
        style="width: 200px; height: auto; margin-top: 8px; border-radius: 4px;">
    <p style="font-size: 11px; color: #555;">The "Cradle of Democracy in the East"</p>
  </div>
`;
// Bind the HTML content to the polygon
barasoainPolygon.bindPopup(popupContent);


</script>
</script>
Line 53: Line 78:
</body>
</body>
</html>
</html>
<html><iframe src="https://wikimalolos.com/wp-admin/admin-ajax.php?action=h5p_embed&id=20" width="959" height="628" frameborder="0" allowfullscreen="allowfullscreen" title="Tara, Malolos!"></iframe><script src="https://wikimalolos.com/wp-content/plugins/h5p/h5p-php-library/js/h5p-resizer.js" charset="UTF-8"></script></html>

Latest revision as of 22:22, 8 May 2026

Paliwanag: Ang TARA, MALOLOS! ay award-winning initiative (Unang Gantimpala sa DAP) na tumitindig sa appreciation ng bayan bilang buhay at nagagalawang museo (Malolos bilang isang Museong Bayan) kung saan sa pamamagitan ng mga interaktibong heritage tours ay mapag-aaralan at mapagpapahalagahan ang kasaysayan at pamana ng lungsod. May commitment ang Wiki Malolos na magdisenyo at lumikha ng mga tours para sa publiko. Sa pahinang ito, makikita ang mga packages, kasama ng interaktibong mapa, at mga suplemento tulad ng passport at zines.

Package A: Kapitolyo Walk

Map Test