For type "Point", the "coordinates" member must be a single position.
Other geo types:
FeatureCollection
,
Feature
,
GeometryCollection
,
LineString
,
MultiLineString
,
MultiPoint
,
MultiPolygon
,
Polygon
,
geojson-types
1 2 3 4 | '{
"type": "Point",
"coordinates": [100.0, 0.0]
}'
|
[1] "{\n \"type\": \"Point\",\n \"coordinates\": [100.0, 0.0]\n}"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.