Tara, Malolos!: Difference between revisions

From Wiki Malolos
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
 
(One intermediate revision by the same user not shown)
Line 49: Line 49:


  // Polygon: Approximate boundary of Barasoain Church
  // Polygon: Approximate boundary of Barasoain Church
  var barasoainPolygon = L.polygon([
var barasoainPolygon = L.polygon([
    [14.846952933499336, 120.81225915935168],
  [14.846952933499336, 120.81225915935168],
    [14.84639927994201, 120.81201259956772],
  [14.84639927994201, 120.81201259956772],
    [14.846204950097054, 120.81256261510248],
  [14.846204950097054, 120.81256261510248],
    [14.846740270448107, 120.81277883038656],
  [14.846740270448107, 120.81277883038656],
  ], {
], {
    color: 'red',
  color: 'red',
    fillColor: '#f03',
  fillColor: '#f03',
    fillOpacity: 0.4
  fillOpacity: 0.4
  }).addTo(map);
}).addTo(map);


   barasoainPolygon.bindPopup(File:Barasoain_church.jpg|'Barasoain Church');
// 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>

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