Skip to content

Commit a5b02ba

Browse files
Add geometry for Fake Company in Fake City
1 parent 38c9a7b commit a5b02ba

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"type": "FeatureCollection",
3+
"features": [
4+
{
5+
"type": "Feature",
6+
"properties": {
7+
"name": "Layer 1"
8+
},
9+
"geometry": {
10+
"type": "Polygon",
11+
"coordinates": [
12+
[
13+
[
14+
-119.79492187500001,
15+
35.7643434796672
16+
],
17+
[
18+
-119.20166015625001,
19+
35.02999636902566
20+
],
21+
[
22+
-119.00390625000001,
23+
35.44277092585766
24+
],
25+
[
26+
-119.42138671875,
27+
36.15561783381855
28+
],
29+
[
30+
-119.79492187500001,
31+
35.7643434796672
32+
]
33+
]
34+
]
35+
}
36+
}
37+
]
38+
}

0 commit comments

Comments
 (0)