|
|
(10 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| <html>
| | Naging gubernadorsilyo sa Malulos noong 1880. Naging "Segundo Vigilante" ng Lohia Kupang noong 1894. Naging pangalawang punong bayan sa Malulos noong 1902.<ref>Bautista, Malulos p. 4</ref> |
| <head>
| |
| <title>Map Test</title>
| |
| <meta charset="utf-8">
| |
| <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
| |
| <style>#map { height: 500px; }</style>
| |
| </head> | |
| <body>
| |
|
| |
|
| <div id="map"></div>
| | [[Category:Who's who in Malolos?]] |
| | | [[Category:Index]] |
| <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
| |
| <script>
| |
| var map = L.map('map').setView([14.8432, 120.8114], 13); // Coordinates for Malolos City
| |
| | |
| L.tileLayer('https://api.maptiler.com/maps/streets/{z}/{x}/{y}.png?key=Y2PXAZcKI4qY0zpEUqOi', {
| |
| tileSize: 512,
| |
| zoomOffset: -1,
| |
| attribution: '© <a href="https://www.maptiler.com/">MapTiler</a> & <a href="https://www.openstreetmap.org/">OpenStreetMap</a>'
| |
| }).addTo(map);
| |
| | |
| L.marker([14.8432, 120.8114]).addTo(map)
| |
| .bindPopup('Malolos City, Bulacan')
| |
| .openPopup();
| |
| </script>
| |
| | |
| </body>
| |
| </html>
| |