map / data /geojson /jatim.geojson
atsuga's picture
Upload 40 files
6f10462 verified
raw
history blame contribute delete
975 Bytes
c:\Users\Fedi Arta\Downloads\TASWIL5000020230907KABKOTA.xml{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Kota Surabaya",
"population": 3000000,
"area": 350.7
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[112.6401, -7.2756],
[112.6401, -7.2500],
[112.6500, -7.2500],
[112.6500, -7.2756],
[112.6401, -7.2756]
]
]
}
},
{
"type": "Feature",
"properties": {
"name": "Kota Malang",
"population": 900000,
"area": 147.5
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[112.6200, -7.9790],
[112.6200, -7.9500],
[112.6400, -7.9500],
[112.6400, -7.9790],
[112.6200, -7.9790]
]
]
}
}
]
}