Sandbox maps: Difference between revisions

From Wikibok
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<mapframe show='country' group='country' text="Downtown [[wikipedia:San Francisco|San Francisco]]" width=250 height=250 zoom=13 longitude=-122.3988 latitude=37.8013 <mapframe/>
<mapframe show='country' group='country' text="Downtown [[wikipedia:San Francisco|San Francisco]]" width=250 height=250 zoom=13 longitude=-122.3988 latitude=37.8013 <mapframe/>
<maplink zoom=9 latitude=37.8013 longitude=-122.3988>
{
  "type": "Feature",
  "geometry": { "type": "Point", "coordinates": [-122.3988, 37.8013] },
  "properties": {
    "title": "Exploratorium",
    "marker-color": "228b22",
    "marker-symbol": "-country-see"
  }
}
</maplink>

Revision as of 06:01, 17 April 2017

<mapframe show='country' group='country' text="Downtown San Francisco" width=250 height=250 zoom=13 longitude=-122.3988 latitude=37.8013 <mapframe/>


<maplink zoom=9 latitude=37.8013 longitude=-122.3988> {

 "type": "Feature",
 "geometry": { "type": "Point", "coordinates": [-122.3988, 37.8013] },
 "properties": {
   "title": "Exploratorium",
   "marker-color": "228b22",
   "marker-symbol": "-country-see"
 }

} </maplink>