| { | |
| "type": "FeatureCollection", | |
| "features": [ | |
| { | |
| "type": "Feature", | |
| "properties": {"name": "test_point_1"}, | |
| "geometry": {"type": "Point", "coordinates": [0, 0]} | |
| }, | |
| { | |
| "type": "Feature", | |
| "properties": {"name": "test_point_2"}, | |
| "geometry": {"type": "Point", "coordinates": [1, 1]} | |
| } | |
| ] | |
| } | |