Casimiro Buendia: Difference between revisions

From Wiki Malolos
Jump to navigation Jump to search
Tags: Replaced Manual revert
No edit summary
Line 1: Line 1:
Naging
== Map Example ==
This is an interactive map showing a specific location.
 
<mapframe width=400 height=300 zoom=12 latitude=48.8584 longitude=2.2945>
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [2.2945, 48.8584]
      },
      "properties": {
        "title": "Eiffel Tower",
        "description": "The Eiffel Tower in Paris",
        "marker-color": "ff0000",
        "marker-symbol": "monument"
      }
    }
  ]
}
</mapframe>

Revision as of 17:30, 12 May 2025

Map Example

This is an interactive map showing a specific location.