Difference between revisions of ":Map"

(Replaced content with "=Region Map= ==MultiPoint Map1== <maplink text="North America Region Map" width=800 height=600 zoom=4 latitude=46.468 longitude=-98.723 /> ==MultiPoint Map2== <maplink te...")
Line 1: Line 1:
 
=Region Map=
 
=Region Map=
==Example 1==
+
==MultiPoint Map1==
<mapframe text="Downtown [[wikipedia:San Francisco|San Francisco]]" width=250 height=250 zoom=13 latitude=37.8013 longitude=-122.3988 />
+
<maplink text="North America Region Map" width=800 height=600 zoom=4 latitude=46.468 longitude=-98.723 />
==Example 2==
 
<mapframe text="San Francisco museums" width=350 height=350 zoom=13 latitude=37.8013 longitude=-122.3988>
 
{
 
  "type": "Feature",
 
  "geometry": { "type": "Point", "coordinates": [-122.3988, 37.8013] },
 
  "properties": {
 
    "title": "[[wikipedia:Exploratorium|Exploratorium]]",
 
    "description": "[[File:Giant_Mirror_at_the_Exploratorium.jpeg|200px]]",
 
    "marker-symbol": "museum",
 
    "marker-size": "large",
 
    "marker-color": "0050d0"
 
  }
 
}
 
</mapframe>
 
==United States Test==
 
<mapframe text="North America Region Map" width=800 height=600 zoom=4 latitude=46.468 longitude=-98.723 />
 
  
==United States Test2==
 
<mapframe text="North America Region Map" width=800 height=600 zoom=4 latitude=46.468 longitude=-98.723 />
 
 
==MultiPoint Map==
 
<maplink text="North America Region Map" width="350" height="350" zoom="13" latitude="46.468" longitude="-98.723"> {
 
"type": "FeatureCollection", "features":  [
 
    { "type": "Feature",
 
      "properties": {
 
        "marker-symbol": "-number",
 
        "marker-color": "302060" },
 
      "geometry": {
 
        "type": "Point",
 
        "coordinates": [ -122.41816520690917, 37.79097260220947 ] }},
 
    { "type": "Feature",
 
      "properties": {
 
        "marker-symbol": "-number",
 
        "marker-color": "302060"
 
      },
 
      "geometry": {
 
        "type": "Point",
 
        "coordinates": [ -122.40786552429199, 37.799654055191525 ] }},
 
    {
 
      "type": "Feature",
 
      "properties": {
 
        "marker-symbol": "-number",
 
        "marker-color": "302060"
 
      },
 
      "geometry": {
 
        "type": "Point",
 
        "coordinates": [ -122.40185737609865, 37.796262984039544 ] }},
 
    {
 
      "type": "Feature",
 
      "properties": {
 
        "marker-symbol": "-number",
 
        "marker-color": "302060"
 
      },
 
      "geometry": {
 
        "type": "Point",
 
        "coordinates": [ -122.38743782043457, 37.80535070427755 ] }},
 
    {
 
      "type": "Feature",
 
      "properties": {
 
        "marker-symbol": "-number",
 
        "marker-color": "302060"
 
      },
 
      "geometry": {
 
        "type": "Point",
 
        "coordinates": [ -122.38005638122557, 37.795449103799726 ] }},
 
    {
 
      "type": "Feature",
 
      "properties": {
 
        "marker-symbol": "-letter",
 
        "marker-color": "208020"
 
      },
 
      "geometry": {
 
        "type": "Point",
 
        "coordinates": [ -122.40941047668457, 37.81850557172186 ] }},
 
    {
 
      "type": "Feature",
 
      "properties": {
 
        "marker-symbol": "-letter",
 
        "marker-color": "208020"
 
      },
 
      "geometry": {
 
        "type": "Point",
 
        "coordinates": [ -122.40357398986815, 37.81280993744834 ] }},
 
    {
 
      "type": "Feature",
 
      "properties": {
 
        "marker-symbol": "-letter",
 
        "marker-color": "208020"
 
      },
 
      "geometry": {
 
        "type": "Point",
 
        "coordinates": [ -122.39842414855956, 37.8071138637568 ] }},
 
    {
 
      "type": "Feature",
 
      "properties": {
 
        "marker-symbol": "-number-bar",
 
        "marker-color": "f01080"
 
      },
 
      "geometry": {
 
        "type": "Point",
 
        "coordinates": [ -122.41181373596191, 37.78595317184089 ] }},
 
    {
 
      "type": "Feature",
 
      "properties": {
 
        "marker-symbol": "-number-bar",
 
        "marker-color": "f01080"
 
      },
 
      "geometry": {
 
        "type": "Point",
 
        "coordinates": [ -122.39542007446289, 37.787674400057654 ] }},
 
    {
 
      "type": "Feature",
 
      "properties": {
 
        "marker-symbol": "-number-bar",
 
        "marker-color": "f01080"
 
      },
 
      "geometry": {
 
        "type": "Point",
 
        "coordinates": [ -122.38649368286131, 37.78401144262929 ] }}
 
  ] }</maplink>
 
 
==MultiPoint Map2==
 
==MultiPoint Map2==
 
<maplink text="North America Region Map" width=800 height=600 zoom=4 latitude=46.468 longitude=-98.723 />
 
<maplink text="North America Region Map" width=800 height=600 zoom=4 latitude=46.468 longitude=-98.723 />

Revision as of 17:44, 8 June 2018

Region Map

MultiPoint Map1

North America Region Map

MultiPoint Map2

North America Region Map