{ "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 ] } } ] }