Difference between revisions of ":Map"
(→MultiPoint Map) |
|||
Line 121: | Line 121: | ||
"type": "Point", | "type": "Point", | ||
"coordinates": [ -122.38649368286131, 37.78401144262929 ] }} | "coordinates": [ -122.38649368286131, 37.78401144262929 ] }} | ||
+ | ] }</maplink> | ||
+ | ==MultiPoint Map2== | ||
+ | <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.40786552429199, 37.799654055191525 ] }}, | ||
] }</maplink> | ] }</maplink> |