31 lines
328 B
JSON
31 lines
328 B
JSON
{
|
|
"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
|
|
]
|
|
]
|
|
]
|
|
}
|
|
}
|