{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "name": "百色市", "code": "451000", "population": 3600000 }, "geometry": { "type": "Polygon", "coordinates": [[ [105.5, 24.5], [105.8, 24.3], [106.2, 24.0], [106.8, 23.8], [107.3, 23.5], [107.5, 23.2], [107.3, 23.0], [107.0, 23.2], [106.5, 23.5], [106.0, 23.8], [105.7, 24.0], [105.5, 24.5] ]] } } ] }