diff options
Diffstat (limited to 'android-app/app/src/main')
| -rw-r--r-- | android-app/app/src/main/res/raw/pacific_tss.geojson | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/android-app/app/src/main/res/raw/pacific_tss.geojson b/android-app/app/src/main/res/raw/pacific_tss.geojson new file mode 100644 index 0000000..f8535a0 --- /dev/null +++ b/android-app/app/src/main/res/raw/pacific_tss.geojson @@ -0,0 +1,38 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { "name": "Honolulu Approach Inbound", "type": "lane_inbound" }, + "geometry": { + "type": "Polygon", + "coordinates": [[ + [-158.10, 21.15], [-157.95, 21.20], [-157.90, 21.28], + [-157.95, 21.32], [-158.10, 21.25], [-158.10, 21.15] + ]] + } + }, + { + "type": "Feature", + "properties": { "name": "Honolulu Approach Outbound", "type": "lane_outbound" }, + "geometry": { + "type": "Polygon", + "coordinates": [[ + [-158.10, 21.05], [-157.95, 21.10], [-157.90, 21.18], + [-157.95, 21.22], [-158.10, 21.14], [-158.10, 21.05] + ]] + } + }, + { + "type": "Feature", + "properties": { "name": "Honolulu Separation Zone", "type": "separation_zone" }, + "geometry": { + "type": "Polygon", + "coordinates": [[ + [-158.10, 21.14], [-157.95, 21.19], [-157.90, 21.23], + [-157.95, 21.26], [-158.10, 21.20], [-158.10, 21.14] + ]] + } + } + ] +} |
