我有一个来自 Internet 的美国县的 GeoJson。我正在围绕县数据进行可视化。
这是数据结构。有没有一种方法可以添加更多属性而无需复制和粘贴到每个属性中?
{ "type": "Feature", "properties": { "DATA": 25.0, "COUNTY": "27049", "NAME": "Goodhue", "POPULATION": 46183.0, "F18_POP_20": 32425.0, "F18_POP": 35233.0, "H18_POP": 745.0, "NH18_WHT": 33501.0, "NH18_DOJ_B": 279.0, "NH18_DOJ_I": 427.0, "NH18_DOJ_A": 210.0, "NH18_DOJ_H": 23.0, "NH18_DOJ_O": 19.0, "NH18_DOJ_1": 29.0 }, "geometry": { "type": "Polygon", "coordinates": [ [ SVG DATA ] ] } },
{ "type": "Feature", ........