07.16.2011: Difference between revisions

From TwentyOneWiki
Jump to navigation Jump to search
(Created page with "{{maplink |display= |type= |id= |title= |description= |stroke-color= |stroke-width= |zoom= |text= |icon= }}")
 
No edit summary
Line 10: Line 10:
|text=
|text=
|icon=
|icon=
}}
}} <mapframe latitude="30" longitude="0" zoom="2" width="400" height="300">
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [ -37.031264, 23.456522 ],
            [ -40.78125, 50.736455 ],
            [ -2.343736, 45.910397 ],
            [ 29.53125, 31.353625 ],
            [ 19.6875, 0.703094 ],
            [ -23.90625, -3.513434 ],
            [ -37.031264, 23.456522 ]
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "type": "Point",
        "coordinates": [ -85.546889, 48.768259 ]
      }
    }
  ]
}
</mapframe>

Revision as of 02:34, 9 February 2024