{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "name": "昆明市", "code": "530100", "population": 8500000 }, "geometry": { "type": "Polygon", "coordinates": [[ [102.4, 25.7], [102.6, 25.6], [102.9, 25.5], [103.1, 25.4], [103.4, 25.2], [103.3, 24.9], [103.2, 24.7], [103.0, 24.5], [102.8, 24.4], [102.6, 24.5], [102.5, 24.7], [102.4, 24.9], [102.4, 25.7] ]] } } ] }