Skip to content

Instantly share code, notes, and snippets.

@alotau
Last active September 21, 2016 16:43
Show Gist options
  • Save alotau/9206e45fdc6803a0efa62f20f749a552 to your computer and use it in GitHub Desktop.
Save alotau/9206e45fdc6803a0efa62f20f749a552 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"name": "D1S0T7 Operating Area",
"note": "This is the bounding box for the original operation that will be modeled to fly away."
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-121.12589836120604,
37.42082179884763
],
[
-121.12589836120604,
37.42429819456622
],
[
-121.12117767333983,
37.42429819456622
],
[
-121.12117767333983,
37.42082179884763
],
[
-121.12589836120604,
37.42082179884763
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"name": "Fly Away Route",
"note": "The fly away will follow this path at a reasonable rate of speed. The fly away should occur 3 minutes after initiation of the test."
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-121.12203598022461,
37.42361656106772
],
[
-121.06109619140625,
37.422934921363904
]
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"marker-size": "medium",
"marker-symbol": "",
"name": "Fly Away landing location"
},
"geometry": {
"type": "Point",
"coordinates": [
-121.06109619140625,
37.423003085613516
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment