Difference between revisions of ":Map"
(→MultiPoint Map2) |
(→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>{ "type": " | + | <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 ] }}, | ||
| + | ] }</maplink> | ||