Sandbox: Cultural Mapping: Difference between revisions
(Created page with "=== Package A: Kapitolyo Walk === <html> <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> <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script> <script> var map = L.map('map').setView([14.8432, 120.8114], 15); // Center on Malolos City // MapTiler tile layer L.tileLayer('https...") |
No edit summary |
||
| (24 intermediate revisions by 6 users not shown) | |||
| Line 1: | Line 1: | ||
=== | === Sandbox for Byaheng Malolos Workshop === | ||
<html> | <html> | ||
| Line 23: | Line 23: | ||
}).addTo(map); | }).addTo(map); | ||
// | // PIN PLUS LABEL AND URL: Malolos City with clickable URL | ||
L.marker([14.8432, 120.8114]).addTo(map) | |||
.bindPopup('Makasaysayang Lungsod ng Malolos | |||
<a href="https://malolos.gov.ph" target="_blank">Visit Website</a>') | |||
.openPopup(); | |||
</script> | </script> | ||
| Line 64: | Line 36: | ||
</body> | </body> | ||
</html> | </html> | ||
Latest revision as of 07:37, 9 May 2026
Sandbox for Byaheng Malolos Workshop