Created
September 27, 2012 19:40
-
-
Save jhaubrich/3796003 to your computer and use it in GitHub Desktop.
notam effected routes yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"notam_id": "2012-07-24_BTY", | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"type": "Q_Route", | |
"name": "route66" | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [[102, 0 ], [103, 1 ], [104, 0 ], [105, 1 ] ] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"type": "Q_Route", | |
"name": "route63" | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [[102, 0 ], [103, 1 ], [104, 0 ], [105, 1 ] ] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"type": "T_Route", | |
"name": "route68" | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [[102, 0 ], [103, 1 ], [104, 0 ], [105, 1 ] ] | |
} | |
} | |
] | |
}, | |
{ | |
"notam_id": "2012-07-12_MVA", | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"type": "Q_Route", | |
"name": "route66" | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [[102, 0 ], [103, 1 ], [104, 0 ], [105, 1 ] ] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"type": "Q_Route", | |
"name": "route63" | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [[102, 0 ], [103, 1 ], [104, 0 ], [105, 1 ] ] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"type": "T_Route", | |
"name": "route68" | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [[102, 0 ], [103, 1 ], [104, 0 ], [105, 1 ] ] | |
} | |
} | |
] | |
}, | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{'notam_id': '2012-07-24_BTY', | |
'type': 'FeatureCollection' | |
'features': [ | |
{'type': 'Feature', | |
'properties': {'name': 'route66', 'type': 'Q_Route'}, | |
'geometry': {'type': 'LineString', 'coordinates': [[102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0]]}, | |
}, | |
{'type': 'Feature', | |
'properties': {'name': 'route63', 'type': 'Q_Route'}, | |
'geometry': {'type': 'LineString', 'coordinates': [[102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0]]}, | |
}, | |
{'type': 'Feature', | |
'properties': {'name': 'route68', 'type': 'T_Route'}, | |
'geometry': {'type': 'LineString', 'coordinates': [[102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0]]}, | |
} | |
] | |
}, | |
}, | |
{'notam_id': '2012-07-12_MVA', | |
'type': 'FeatureCollection' | |
'features': [ | |
{'type': 'Feature', | |
'properties': {'name': 'route66', 'type': 'Q_Route'}, | |
'geometry': {'type': 'LineString', 'coordinates': [[102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0]]}, | |
}, | |
{'type': 'Feature', | |
'properties': {'name': 'route63', 'type': 'Q_Route'}, | |
'geometry': {'type': 'LineString', 'coordinates': [[102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0]]}, | |
}, | |
{'type': 'Feature', | |
'properties': {'name': 'route68', 'type': 'T_Route'}, | |
'geometry': {'type': 'LineString', 'coordinates': [[102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0]]}, | |
} | |
] | |
}, | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
notam_id: 2012-07-24_BTY | |
type: FeatureCollection | |
features: | |
- type: Feature | |
properties: | |
type: Q_Route | |
name: route66 | |
geometry: | |
type: LineString | |
coordinates: [ [102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0] ] | |
- type: Feature | |
properties: | |
type: Q_Route | |
name: route63 | |
geometry: | |
type: LineString | |
coordinates: [ [102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0] ] | |
- type: Feature | |
properties: | |
type: T_Route | |
name: route68 | |
geometry: | |
type: LineString | |
coordinates: [ [102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0] ] | |
--- | |
notam_id: 2012-07-12_MVA | |
type: FeatureCollection | |
features: | |
- type: Feature | |
properties: | |
type: Q_Route | |
name: route66 | |
geometry: | |
type: LineString | |
coordinates: [ [102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0] ] | |
- type: Feature | |
properties: | |
type: Q_Route | |
name: route63 | |
geometry: | |
type: LineString | |
coordinates: [ [102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0] ] | |
- type: Feature | |
properties: | |
type: T_Route | |
name: route68 | |
geometry: | |
type: LineString | |
coordinates: [ [102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0] ] | |
--- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment