{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "name": "大理州", "code": "532900", "population": 3300000 }, "geometry": { "type": "Polygon", "coordinates": [[ [99.5, 26.5], [99.8, 26.3], [100.0, 26.2], [100.3, 26.0], [100.5, 25.8], [100.4, 25.5], [100.3, 25.3], [100.1, 25.1], [99.9, 25.0], [99.7, 25.1], [99.5, 25.3], [99.5, 26.5] ]] } } ] }