{
"type": "FeatureCollection",
"name": "china",
"crs": {
"type": "name",
"properties": {
"name": "urn:ogc:def:crs:OGC:1.3:CRS84"
}
},
"features": [{
"type": "Feature",
"properties": {
"id": null,
"name": "中国"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[71.815883, 0.000001],
[71.815883, 53.759980],
[135.668005, 53.759980],
[135.668005, 0.000001],
[71.815883, 0.000001]
]
]
]
}
}]
}
