{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "Place": "KECK SENG TOWER", "Name": "FOO" }, "geometry": { "type": "Point", "coordinates": [ 103.849001802657, 1.28022346789656 ] } }, { "type": "Feature", "properties": { "Place": "KECK SENG TOWER", "Name": "BAR" }, "geometry": { "type": "Point", "coordinates": [ 103.849001802657, 1.28022346789656 ] } } ] }