-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathareas.js
54 lines (54 loc) · 1.48 KB
/
areas.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
featureCollection['2'] = {
"type": "FeatureCollection",
"totalFeatures": 5,
"features": [
{
"type": "Feature",
"id": "feature-001",
"geometry": {
"type": "Polygon",
"coordinates": [[
[-118.23580719125913, 33.90150979961825],
[-118.22679496896909, 33.901260461828315],
[-118.22666622293639, 33.89709285082364],
[-118.23589302194762, 33.896985986324566],
[-118.23580719125913, 33.90150979961825]
]],
},
"geometry_name": "xxx",
"properties": {}
},
{
"type": "Feature",
"id": "feature-001",
"geometry": {
"type": "Polygon",
"coordinates": [[
[-118.22679496896909, 33.901260461828315],
[-118.22175241602095,33.90083747640985],
[-118.22115160120161,33.897132924976304],
[-118.22666622293639, 33.89709285082364],
[-118.22679496896909, 33.901260461828315],
]],
},
"geometry_name": "xxx",
"properties": {}
},
{
"type": "Feature",
"id": "feature-001",
"geometry": {
"type": "Polygon",
"coordinates": [[
[-118.22175241602095,33.90083747640985],
[-118.21834064615406,33.90093654423552],
[-118.21791149271166,33.89721418639466],
[-118.22115160120161,33.897132924976304],
[-118.22175241602095,33.90083747640985],
]],
},
"geometry_name": "xxx",
"properties": {}
},
]
};