Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 460 Bytes

readme.md

File metadata and controls

24 lines (22 loc) · 460 Bytes

GeoJSON File

Indonesia only for today

{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "properties":{
                "kind": "City",
                "parent": "15",
                "code":"1501",
                "name":"KERINCI"
            }
        },
        "geometry":{
            "type": "MultiPolygon",
            "coordinates": []
        }
    ]
}