Casimiro Buendia: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
== Map Example ==
<mapframe width=400 height=300 zoom=15 latitude=40.7829 longitude=-73.9654>
This is an interactive map showing a specific location.
 
<mapframe width=400 height=300 zoom=12 latitude=48.8584 longitude=2.2945>
{
{
   "type": "FeatureCollection",
   "type": "FeatureCollection",
Line 9: Line 6:
       "type": "Feature",
       "type": "Feature",
       "geometry": {
       "geometry": {
         "type": "Point",
         "type": "Polygon",
         "coordinates": [2.2945, 48.8584]
         "coordinates": [[
          [-73.9712, 40.7644],
          [-73.9712, 40.7684],
          [-73.9654, 40.7684],
          [-73.9654, 40.7644],
          [-73.9712, 40.7644]
        ]]
       },
       },
       "properties": {
       "properties": {
         "title": "Eiffel Tower",
         "title": "Sample Area",
         "description": "The Eiffel Tower in Paris",
         "description": "This is a sample polygon near Central Park.",
         "marker-color": "ff0000",
         "stroke": "#ff0000",
         "marker-symbol": "monument"
         "stroke-width": 2,
        "fill": "#ffa500",
        "fill-opacity": 0.4
       }
       }
     }
     }

Navigation menu