{ "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 50, 50 ] }, "properties": { "name": "null island", "marker-color": "#FFFF00", "marker-size": "small" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 60, 50 ] }, "properties": { "name": "null island", "marker-color": "#FFFF00", "marker-size": "medium" } }, { "type": "Feature", "geometry": { "type": "Point", "coordinates": [ 72, 50 ] }, "properties": { "name": "null island", "marker-color": "#FFFF00", "marker-size": "large" } }, { "type": "Feature", "properties": { "color": "#00FFFF" }, "geometry": { "type": "LineString", "coordinates": [ [ -98, 35 ], [ 125, -30 ] ] } }, { "type": "Feature", "properties": { "fill": "#00FF00" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 35, 10 ], [ 45, 45 ], [ -98, 40 ], [ -80, 20 ], [ 35, 10 ] ], [ [ 20, 30 ], [ 35, 35 ], [ 30, 20 ], [ 20, 30 ] ], [ [ -70, 30 ], [ -50, 35 ], [ -50, 20 ], [ -70, 30 ] ] ] } } ] }