{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "AN": 22, "Name": "Titanium" }, "geometry": { "type": "Point", "coordinates": [ 2, 5 ] } }, { "type": "Feature", "properties": { "AN": 41, "Name": "Niobium" }, "geometry": { "type": "Point", "coordinates": [ 3, 4 ] } }, { "type": "Feature", "properties": { "AN": 6, "Name": "Carbon" }, "geometry": { "type": "Point", "coordinates": [ 7, 3 ] } }, { "type": "Feature", "properties": { "AN": 10, "Name": "Neon" }, "geometry": { "type": "Point", "coordinates": [ 11, 2 ] } }, { "type": "Feature", "properties": { "AN": 14, "Name": "Silicon" }, "geometry": { "type": "Point", "coordinates": [ 8, 5 ] } }, { "type": "Feature", "properties": { "AN": 1, "Name": "Hydrogen" }, "geometry": { "type": "Point", "coordinates": [ 4, 2 ] } } ] }