Difference between revisions of "Kartographer"

From MadaCamp
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<mapframe text="Downtown [[wikipedia:San Francisco|San Francisco]]" width=250 height=250 zoom=13 latitude=37.8013 longitude=-122.3988>
+
<mapframe text="Map of [[wikipedia:London|London]]" latitude="51.505" longitude="-0.126" zoom="8" width="300" height="300" align="left">
 +
{
 +
  "type": "FeatureCollection",
 +
  "features": [
 +
    {
 +
      "type": "Feature",
 +
      "properties": {
 +
          "title": "[[wikipedia:London|London]] is the capital of [[wikipedia:United Kingdom|United Kingdom]]",
 +
          "description": "[[File:Houses_of_Parliament.jpg|Houses of Parliament|280px]]",
 +
          "marker-symbol": "town-hall",
 +
          "marker-size": "large",
 +
          "marker-color": "f00"
 +
      },
 +
      "geometry": {
 +
        "type": "Point",
 +
        "coordinates": [
 +
          -0.1226806780323386,
 +
          51.515268213580114
 +
        ]
 +
      }
 +
    }
 +
  ]
 +
}</mapframe>
 +
 
 +
<!--
 +
 
 +
<mapframe text="Downtown [[wikipedia:San Francisco|San Francisco]]" width=250 height=250 zoom=13 latitude="37.8013" longitude="-122.3988" />
 +
-->

Latest revision as of 17:54, 21 November 2020