Difference between revisions of "Map2"

(Created page with "=Map Test 2= ==MultiPoint Map1== <maplink text="North America Region Map" width=800 height=600 zoom=4 latitude=46.468 longitude=-98.723 /> ==MultiPoint Map2== <maplink text="...")
 
(MultiPoint Map2)
Line 4: Line 4:
  
 
==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>{
{"type": "Feature", "properties": { "marker-symbol": "", "marker-color": "46ea5f", "marker-size": "medium"}, "geometry": { "type": "Point", "coordinates": [-104.98485267162323, 39.73928364167763] }}</maplink>
+
"type": "FeatureCollection", "features": [
 +
    { "type": "Feature",
 +
      "properties": {
 +
        "marker-symbol": "-number",
 +
        "marker-color": "302060" },
 +
      "geometry": {
 +
        "type": "Point",
 +
        "coordinates": [ -122.41816520690917, 37.79097260220947 ] }},

Revision as of 18:31, 8 June 2018

Map Test 2

MultiPoint Map1

North America Region Map

MultiPoint Map2

<maplink text="North America Region Map" width=800 height=600 zoom=4 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 ] }},