1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| {
| "type": "Feature",
| "properties": {},
| "geometry": {
| "type": "Polygon",
| "coordinates": [
| [
| [116.4570296970446, 39.710570537737546],
| [116.46730339026685, 39.71205553310448],
| [116.47453596224553, 39.70303218179611],
| [116.46616314953958, 39.700383408799844],
| [116.46502178177788, 39.69804633617059],
| [116.45969465378211, 39.69715729360718],
| [116.4570296970446, 39.710570537737546]
| ]
| ]
| }
| }
|
|