-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathturfs.geojson.example
More file actions
50 lines (50 loc) · 1012 Bytes
/
turfs.geojson.example
File metadata and controls
50 lines (50 loc) · 1012 Bytes
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
{
"type": "FeatureCollection",
"name": "turfs",
"crs": {
"type": "name",
"properties": {
"name": "urn:ogc:def:crs:OGC:1.3:CRS84"
}
},
"features": [
{
"type": "Feature",
"properties": {
"name": "Northeast Block West Corner",
"car_id": 0
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-86.709802104830501,
34.805214241422689
],
[
-86.702753575354762,
34.810554378610327
],
[
-86.702753575354762,
34.815631133966725
],
[
-86.713486563420105,
34.815710044793562
],
[
-86.713678796042174,
34.805135320544544
],
[
-86.709802104830501,
34.805214241422689
]
]
]
}
}
]
}