31 lines
328 B
Plaintext
31 lines
328 B
Plaintext
|
{
|
||
|
"type": "Feature",
|
||
|
"properties": {
|
||
|
"tolerance": 1,
|
||
|
"elevation": 25
|
||
|
},
|
||
|
"geometry": {
|
||
|
"type": "Polygon",
|
||
|
"coordinates": [
|
||
|
[
|
||
|
[
|
||
|
-75.51527,
|
||
|
39.11245
|
||
|
],
|
||
|
[
|
||
|
-75.142602,
|
||
|
39.875538
|
||
|
],
|
||
|
[
|
||
|
-75.813087,
|
||
|
39.904921
|
||
|
],
|
||
|
[
|
||
|
-75.51527,
|
||
|
39.11245
|
||
|
]
|
||
|
]
|
||
|
]
|
||
|
}
|
||
|
}
|