Jump to content

User:Olian/test: Difference between revisions

From Tâi-oân-kì
Created page with "<mapframe text="Map of London" latitude="51.505" longitude="-0.126" zoom="8" width="300" height="300" align="left"> { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "title": "London is the capital of United Kingdom", "description": "abc", "marker-symbol": "town-hall", "marker-size": "large", "marker-color": "f00" }, "geometry": {..."
 
No edit summary
Line 1: Line 1:
<mapframe text="Map of [[wikipedia:London|London]]" latitude="51.505" longitude="-0.126" zoom="8" width="300" height="300" align="left">
<mapframe width="350" height="350" zoom="13" longitude="-122.3988" latitude="37.8013">
{
{
   "type": "FeatureCollection",
   "type": "Feature",
   "features": [
   "geometry": { "type": "Point", "coordinates": [-122.3988, 37.8013] },
    {
}
      "type": "Feature",
</mapframe>
      "properties": {
          "title": "[[London]] is the capital of [[United Kingdom]]",
          "description": "abc",
          "marker-symbol": "town-hall",
          "marker-size": "large",
          "marker-color": "f00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.122,
          51.515
        ]
      }
    }
  ]
}</mapframe>

Revision as of 2026 nî 4 goe̍h 1 ji̍t, 22:42

<mapframe width="350" height="350" zoom="13" longitude="-122.3988" latitude="37.8013"> {

 "type": "Feature",
 "geometry": { "type": "Point", "coordinates": [-122.3988, 37.8013] },

} </mapframe>