Tara, Malolos!: Difference between revisions

From Wiki Malolos
Jump to navigation Jump to search
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 16: Line 16:
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
<script>
<script>
   var map = L.map('map').setView([14.8432, 120.8114], 14); // Center on Malolos City
   var map = L.map('map').setView([14.8432, 120.8114], 15); // Center on Malolos City


   // MapTiler tile layer
   // MapTiler tile layer
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 33: Line 33:
   L.marker([14.857882, 120.813859]).addTo(map)
   L.marker([14.857882, 120.813859]).addTo(map)
     .bindPopup('<b>Bulacan State University (BulSU)</b><br><a href="https://wikimalolos.com/wikimalolos/index.php/Making_a_Case_for_a_Historical_Founding_Date_of_Bulacan_State_University" target="_blank">Read Historical Article</a>');
     .bindPopup('<b>Bulacan State University (BulSU)</b><br><a href="https://wikimalolos.com/wikimalolos/index.php/Making_a_Case_for_a_Historical_Founding_Date_of_Bulacan_State_University" target="_blank">Read Historical Article</a>');
  // Polygon: Approximate boundary of Bulacan State University
  var bulsuPolygon = L.polygon([
    [14.857630581410698, 120.81184712962074],
    [14.859724860926136, 120.81430888041209],
    [14.858521919350292, 120.81543541601346],
    [14.856447885966825, 120.81283903663416],
  ], {
    color: 'red',
    fillColor: '#f03',
    fillOpacity: 0.4
  }).addTo(map);
  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>


</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