{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "name": "Алматы" }, "geometry": { "type": "Point", "coordinates": [76.889709, 43.238949] } }, { "type": "Feature", "properties": { "name": "Астана" }, "geometry": { "type": "Point", "coordinates": [71.4304, 51.1282] } }, { "type": "Feature", "properties": { "name": "Шымкент" }, "geometry": { "type": "Point", "coordinates": [69.5901, 42.3417] } } ] }