diff --git a/fg-from-scratch/COPYING b/fg-from-scratch/COPYING new file mode 100644 index 0000000..c167b1f --- /dev/null +++ b/fg-from-scratch/COPYING @@ -0,0 +1,481 @@ + GNU LIBRARY GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1991 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the library GPL. It is + numbered 2 because it goes with version 2 of the ordinary GPL.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Library General Public License, applies to some +specially designated Free Software Foundation software, and to any +other libraries whose authors decide to use it. You can use it for +your libraries, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if +you distribute copies of the library, or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link a program with the library, you must provide +complete object files to the recipients so that they can relink them +with the library, after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + Our method of protecting your rights has two steps: (1) copyright +the library, and (2) offer you this license which gives you legal +permission to copy, distribute and/or modify the library. + + Also, for each distributor's protection, we want to make certain +that everyone understands that there is no warranty for this free +library. If the library is modified by someone else and passed on, we +want its recipients to know that what they have is not the original +version, so that any problems introduced by others will not reflect on +the original authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that companies distributing free +software will individually obtain patent licenses, thus in effect +transforming the program into proprietary software. To prevent this, +we have made it clear that any patent must be licensed for everyone's +free use or not licensed at all. + + Most GNU software, including some libraries, is covered by the ordinary +GNU General Public License, which was designed for utility programs. This +license, the GNU Library General Public License, applies to certain +designated libraries. This license is quite different from the ordinary +one; be sure to read it in full, and don't assume that anything in it is +the same as in the ordinary license. + + The reason we have a separate public license for some libraries is that +they blur the distinction we usually make between modifying or adding to a +program and simply using it. Linking a program with a library, without +changing the library, is in some sense simply using the library, and is +analogous to running a utility program or application program. However, in +a textual and legal sense, the linked executable is a combined work, a +derivative of the original library, and the ordinary General Public License +treats it as such. + + Because of this blurred distinction, using the ordinary General +Public License for libraries did not effectively promote software +sharing, because most developers did not use the libraries. We +concluded that weaker conditions might promote sharing better. + + However, unrestricted linking of non-free programs would deprive the +users of those programs of all benefit from the free status of the +libraries themselves. This Library General Public License is intended to +permit developers of non-free programs to use free libraries, while +preserving your freedom as a user of such programs to change the free +libraries that are incorporated in them. (We have not seen how to achieve +this as regards changes in header files, but we have achieved it as regards +changes in the actual functions of the Library.) The hope is that this +will lead to faster development of free libraries. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, while the latter only +works together with the library. + + Note that it is possible for a library to be covered by the ordinary +General Public License rather than by this special one. + + GNU LIBRARY GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library which +contains a notice placed by the copyright holder or other authorized +party saying it may be distributed under the terms of this Library +General Public License (also called "this License"). Each licensee is +addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also compile or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + c) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + d) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the source code distributed need not include anything that is normally +distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Library General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! diff --git a/fg-from-scratch/CustomSceneryProjects/Test/README.md b/fg-from-scratch/CustomSceneryProjects/Test/README.md new file mode 100644 index 0000000..75412a7 --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/README.md @@ -0,0 +1,56 @@ +## Test Scenery Project +An example to demostrate the usage of the TerraGear Scenery tools. By studying this example, you should gain a better understanding of the tool workflow. +Copyright (C) 2018 Scott Giese (xDraconian) scttgs0@gmail.com + +### Purpose: +Most users could benefit from the availability of a reference example to gain a working understanding of scenery generation. I am hopeful you gain value from this example and i would like to see this lead toward encouraging more Windows users to get involved in contributing to scenery development. + +### Supported Platform: +Windows 10 + +### Prerequisites: + SimGear + TerraGear + +### Installation Instructions: + +None + +### Usage: +Below is an explaination of the files provided: + +| File | Description | +|-----:|------------| +|**generate.cmd** | A command script containing calls to the various TerraGear tools to produce scenery for Oahu | +|**test.apt.dat** | Contains all airport data for those located on Oahu | +|**/data** | Folder containing files you provide to the TerraGear tools | +|**/data/SRTM-3** | Terrain data for Oahu | +|**/data/fg_* ** | Shapefiles. These define the type of terrain (grass, lake, forest, etc.) - Items typically defined by a polygon area | +|**/data/osm_* ** | OpenStreetMap files. These represent roadways, rivers, etc. - Items typically defined by "lines" | +| **/work** | Files produced by the TerraGear tools | +| **/output** | Final resulting files. These are the scenery files that will be loaded into FlightGear | + +Run the command script interactively. No log is produced. + + generate.cmd + +Runs the command script and routes STDOUT and STDERR to a log file. You will miss the prompts, so it is important that you monitor the log while it is running. + + generate.cmd > generate.log 2>&1 + +Options for monitoring the log file while the script is running: +Start the script and then +- Load the log file into Notepad++ (https://notepad-plus-plus.org/). + - Turn on feature "Monitor" via Notepad++ +- **[Preferred]** Load the log file into WinTail (http://www.baremetalsoft.com/wintail/) + +### Testing the Scenery: + +Configure fgfs or the Flightgear Launcher to look in **/CustomSeneryProjects/Test/output** for additional scenery files. +Choose as a starting location from any of the airports present on Oahu (e.g. PHNL or PHNG.) + +Note: You will find that all the buildings, radio towers, smoke stacks, etc. are missing. This is expected since your *output* folder doesn't contain any of these items. + +### Known Issues: + +There is a bug in the toolchain that prevents the airport BTG files from being copied to the */output* folder. You will need to copy these files manually until the issue is resolved. Copy the files you find in the */work/AirportObj* folder to your */output* folder. \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/SRTM-3/N21W158.hgt b/fg-from-scratch/CustomSceneryProjects/Test/data/SRTM-3/N21W158.hgt new file mode 100644 index 0000000..c9e2e0f Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/SRTM-3/N21W158.hgt differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/SRTM-3/N21W159.hgt b/fg-from-scratch/CustomSceneryProjects/Test/data/SRTM-3/N21W159.hgt new file mode 100644 index 0000000..d0cb720 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/SRTM-3/N21W159.hgt differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Airport/fg_Airport.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Airport/fg_Airport.dbf new file mode 100644 index 0000000..7f07f98 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Airport/fg_Airport.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Airport/fg_Airport.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Airport/fg_Airport.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Airport/fg_Airport.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Airport/fg_Airport.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Airport/fg_Airport.shp new file mode 100644 index 0000000..0a7b5cb Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Airport/fg_Airport.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Airport/fg_Airport.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Airport/fg_Airport.shx new file mode 100644 index 0000000..99d79c7 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Airport/fg_Airport.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Asphalt/fg_Asphalt.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Asphalt/fg_Asphalt.dbf new file mode 100644 index 0000000..bc38bbd Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Asphalt/fg_Asphalt.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Asphalt/fg_Asphalt.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Asphalt/fg_Asphalt.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Asphalt/fg_Asphalt.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Asphalt/fg_Asphalt.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Asphalt/fg_Asphalt.shp new file mode 100644 index 0000000..6e6bed6 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Asphalt/fg_Asphalt.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Asphalt/fg_Asphalt.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Asphalt/fg_Asphalt.shx new file mode 100644 index 0000000..9a28c18 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Asphalt/fg_Asphalt.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Canal/fg_Canal.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Canal/fg_Canal.dbf new file mode 100644 index 0000000..76135ab Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Canal/fg_Canal.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Canal/fg_Canal.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Canal/fg_Canal.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Canal/fg_Canal.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Canal/fg_Canal.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Canal/fg_Canal.shp new file mode 100644 index 0000000..629db60 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Canal/fg_Canal.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Canal/fg_Canal.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Canal/fg_Canal.shx new file mode 100644 index 0000000..e535be2 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Canal/fg_Canal.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Cemetery/fg_Cemetery.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Cemetery/fg_Cemetery.dbf new file mode 100644 index 0000000..5560864 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Cemetery/fg_Cemetery.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Cemetery/fg_Cemetery.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Cemetery/fg_Cemetery.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Cemetery/fg_Cemetery.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Cemetery/fg_Cemetery.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Cemetery/fg_Cemetery.shp new file mode 100644 index 0000000..02944ee Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Cemetery/fg_Cemetery.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Cemetery/fg_Cemetery.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Cemetery/fg_Cemetery.shx new file mode 100644 index 0000000..ebfdf27 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Cemetery/fg_Cemetery.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Default/fg_Default.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Default/fg_Default.dbf new file mode 100644 index 0000000..682cad6 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Default/fg_Default.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Default/fg_Default.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Default/fg_Default.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Default/fg_Default.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Default/fg_Default.qpj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Default/fg_Default.qpj new file mode 100644 index 0000000..5fbc831 --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Default/fg_Default.qpj @@ -0,0 +1 @@ +GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Default/fg_Default.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Default/fg_Default.shp new file mode 100644 index 0000000..13130d1 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Default/fg_Default.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Default/fg_Default.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Default/fg_Default.shx new file mode 100644 index 0000000..8d5af64 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Default/fg_Default.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Dirt/fg_Dirt.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Dirt/fg_Dirt.dbf new file mode 100644 index 0000000..3697add Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Dirt/fg_Dirt.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Dirt/fg_Dirt.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Dirt/fg_Dirt.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Dirt/fg_Dirt.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Dirt/fg_Dirt.qpj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Dirt/fg_Dirt.qpj new file mode 100644 index 0000000..5fbc831 --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Dirt/fg_Dirt.qpj @@ -0,0 +1 @@ +GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Dirt/fg_Dirt.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Dirt/fg_Dirt.shp new file mode 100644 index 0000000..12af2d2 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Dirt/fg_Dirt.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Dirt/fg_Dirt.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Dirt/fg_Dirt.shx new file mode 100644 index 0000000..fc7332f Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Dirt/fg_Dirt.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Freeway/fg_Freeway.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Freeway/fg_Freeway.dbf new file mode 100644 index 0000000..dfb52b0 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Freeway/fg_Freeway.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Freeway/fg_Freeway.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Freeway/fg_Freeway.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Freeway/fg_Freeway.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Freeway/fg_Freeway.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Freeway/fg_Freeway.shp new file mode 100644 index 0000000..2f1b8ec Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Freeway/fg_Freeway.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Freeway/fg_Freeway.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Freeway/fg_Freeway.shx new file mode 100644 index 0000000..1928d26 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Freeway/fg_Freeway.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_GolfCourse/fg_GolfCourse.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_GolfCourse/fg_GolfCourse.dbf new file mode 100644 index 0000000..20d3520 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_GolfCourse/fg_GolfCourse.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_GolfCourse/fg_GolfCourse.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_GolfCourse/fg_GolfCourse.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_GolfCourse/fg_GolfCourse.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_GolfCourse/fg_GolfCourse.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_GolfCourse/fg_GolfCourse.shp new file mode 100644 index 0000000..57f242c Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_GolfCourse/fg_GolfCourse.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_GolfCourse/fg_GolfCourse.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_GolfCourse/fg_GolfCourse.shx new file mode 100644 index 0000000..8d38a4e Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_GolfCourse/fg_GolfCourse.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Grassland/fg_Grassland.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Grassland/fg_Grassland.dbf new file mode 100644 index 0000000..7798c64 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Grassland/fg_Grassland.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Grassland/fg_Grassland.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Grassland/fg_Grassland.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Grassland/fg_Grassland.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Grassland/fg_Grassland.qpj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Grassland/fg_Grassland.qpj new file mode 100644 index 0000000..5fbc831 --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Grassland/fg_Grassland.qpj @@ -0,0 +1 @@ +GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Grassland/fg_Grassland.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Grassland/fg_Grassland.shp new file mode 100644 index 0000000..be44fad Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Grassland/fg_Grassland.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Grassland/fg_Grassland.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Grassland/fg_Grassland.shx new file mode 100644 index 0000000..c4ddf08 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Grassland/fg_Grassland.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Industrial/fg_Industrial.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Industrial/fg_Industrial.dbf new file mode 100644 index 0000000..a8f6605 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Industrial/fg_Industrial.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Industrial/fg_Industrial.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Industrial/fg_Industrial.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Industrial/fg_Industrial.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Industrial/fg_Industrial.qpj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Industrial/fg_Industrial.qpj new file mode 100644 index 0000000..5fbc831 --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Industrial/fg_Industrial.qpj @@ -0,0 +1 @@ +GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Industrial/fg_Industrial.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Industrial/fg_Industrial.shp new file mode 100644 index 0000000..73afb00 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Industrial/fg_Industrial.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Industrial/fg_Industrial.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Industrial/fg_Industrial.shx new file mode 100644 index 0000000..793f007 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Industrial/fg_Industrial.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lake/fg_Lake.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lake/fg_Lake.dbf new file mode 100644 index 0000000..2e273d3 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lake/fg_Lake.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lake/fg_Lake.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lake/fg_Lake.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lake/fg_Lake.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lake/fg_Lake.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lake/fg_Lake.shp new file mode 100644 index 0000000..e11f404 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lake/fg_Lake.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lake/fg_Lake.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lake/fg_Lake.shx new file mode 100644 index 0000000..018f015 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lake/fg_Lake.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lava/fg_Lava.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lava/fg_Lava.dbf new file mode 100644 index 0000000..aa597ee Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lava/fg_Lava.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lava/fg_Lava.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lava/fg_Lava.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lava/fg_Lava.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lava/fg_Lava.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lava/fg_Lava.shp new file mode 100644 index 0000000..390ed32 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lava/fg_Lava.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lava/fg_Lava.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lava/fg_Lava.shx new file mode 100644 index 0000000..04c1dfb Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Lava/fg_Lava.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Marsh/fg_Marsh.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Marsh/fg_Marsh.dbf new file mode 100644 index 0000000..cfa020b Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Marsh/fg_Marsh.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Marsh/fg_Marsh.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Marsh/fg_Marsh.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Marsh/fg_Marsh.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Marsh/fg_Marsh.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Marsh/fg_Marsh.shp new file mode 100644 index 0000000..df47c77 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Marsh/fg_Marsh.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Marsh/fg_Marsh.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Marsh/fg_Marsh.shx new file mode 100644 index 0000000..50329d8 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Marsh/fg_Marsh.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedCrop/fg_MixedCrop.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedCrop/fg_MixedCrop.dbf new file mode 100644 index 0000000..217f647 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedCrop/fg_MixedCrop.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedCrop/fg_MixedCrop.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedCrop/fg_MixedCrop.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedCrop/fg_MixedCrop.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedCrop/fg_MixedCrop.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedCrop/fg_MixedCrop.shp new file mode 100644 index 0000000..22613c2 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedCrop/fg_MixedCrop.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedCrop/fg_MixedCrop.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedCrop/fg_MixedCrop.shx new file mode 100644 index 0000000..f63062b Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedCrop/fg_MixedCrop.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedForest/fg_MixedForest.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedForest/fg_MixedForest.dbf new file mode 100644 index 0000000..359c461 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedForest/fg_MixedForest.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedForest/fg_MixedForest.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedForest/fg_MixedForest.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedForest/fg_MixedForest.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedForest/fg_MixedForest.qpj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedForest/fg_MixedForest.qpj new file mode 100644 index 0000000..5fbc831 --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedForest/fg_MixedForest.qpj @@ -0,0 +1 @@ +GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedForest/fg_MixedForest.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedForest/fg_MixedForest.shp new file mode 100644 index 0000000..a99d0da Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedForest/fg_MixedForest.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedForest/fg_MixedForest.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedForest/fg_MixedForest.shx new file mode 100644 index 0000000..a72a497 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_MixedForest/fg_MixedForest.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Ocean/fg_Ocean.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Ocean/fg_Ocean.dbf new file mode 100644 index 0000000..fc736bf Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Ocean/fg_Ocean.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Ocean/fg_Ocean.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Ocean/fg_Ocean.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Ocean/fg_Ocean.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Ocean/fg_Ocean.qpj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Ocean/fg_Ocean.qpj new file mode 100644 index 0000000..5fbc831 --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Ocean/fg_Ocean.qpj @@ -0,0 +1 @@ +GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Ocean/fg_Ocean.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Ocean/fg_Ocean.shp new file mode 100644 index 0000000..8330464 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Ocean/fg_Ocean.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Ocean/fg_Ocean.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Ocean/fg_Ocean.shx new file mode 100644 index 0000000..1ddfc48 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Ocean/fg_Ocean.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Railroad/fg_Railroad.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Railroad/fg_Railroad.dbf new file mode 100644 index 0000000..c93bf7d Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Railroad/fg_Railroad.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Railroad/fg_Railroad.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Railroad/fg_Railroad.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Railroad/fg_Railroad.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Railroad/fg_Railroad.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Railroad/fg_Railroad.shp new file mode 100644 index 0000000..d71a26e Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Railroad/fg_Railroad.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Railroad/fg_Railroad.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Railroad/fg_Railroad.shx new file mode 100644 index 0000000..5a09058 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Railroad/fg_Railroad.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Road/fg_Road.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Road/fg_Road.dbf new file mode 100644 index 0000000..bce2b70 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Road/fg_Road.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Road/fg_Road.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Road/fg_Road.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Road/fg_Road.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Road/fg_Road.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Road/fg_Road.shp new file mode 100644 index 0000000..e4776a0 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Road/fg_Road.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Road/fg_Road.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Road/fg_Road.shx new file mode 100644 index 0000000..47bcd4c Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Road/fg_Road.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Sand/fg_Sand.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Sand/fg_Sand.dbf new file mode 100644 index 0000000..e5a2b07 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Sand/fg_Sand.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Sand/fg_Sand.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Sand/fg_Sand.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Sand/fg_Sand.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Sand/fg_Sand.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Sand/fg_Sand.shp new file mode 100644 index 0000000..17adedd Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Sand/fg_Sand.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Sand/fg_Sand.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Sand/fg_Sand.shx new file mode 100644 index 0000000..8c55c90 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Sand/fg_Sand.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Scrub/fg_Scrub.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Scrub/fg_Scrub.dbf new file mode 100644 index 0000000..2ae3d56 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Scrub/fg_Scrub.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Scrub/fg_Scrub.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Scrub/fg_Scrub.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Scrub/fg_Scrub.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Scrub/fg_Scrub.qpj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Scrub/fg_Scrub.qpj new file mode 100644 index 0000000..5fbc831 --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Scrub/fg_Scrub.qpj @@ -0,0 +1 @@ +GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Scrub/fg_Scrub.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Scrub/fg_Scrub.shp new file mode 100644 index 0000000..839e39e Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Scrub/fg_Scrub.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Scrub/fg_Scrub.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Scrub/fg_Scrub.shx new file mode 100644 index 0000000..8665c2b Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Scrub/fg_Scrub.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Stream/fg_Stream.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Stream/fg_Stream.dbf new file mode 100644 index 0000000..bdb5ec8 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Stream/fg_Stream.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Stream/fg_Stream.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Stream/fg_Stream.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Stream/fg_Stream.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Stream/fg_Stream.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Stream/fg_Stream.shp new file mode 100644 index 0000000..e35ad2b Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Stream/fg_Stream.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Stream/fg_Stream.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Stream/fg_Stream.shx new file mode 100644 index 0000000..80efe3d Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Stream/fg_Stream.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Town/fg_Town.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Town/fg_Town.dbf new file mode 100644 index 0000000..09a3253 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Town/fg_Town.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Town/fg_Town.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Town/fg_Town.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Town/fg_Town.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Town/fg_Town.qpj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Town/fg_Town.qpj new file mode 100644 index 0000000..5fbc831 --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Town/fg_Town.qpj @@ -0,0 +1 @@ +GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Town/fg_Town.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Town/fg_Town.shp new file mode 100644 index 0000000..9d1d1f1 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Town/fg_Town.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Town/fg_Town.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Town/fg_Town.shx new file mode 100644 index 0000000..d11aaf7 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Town/fg_Town.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Urban/fg_Urban.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Urban/fg_Urban.dbf new file mode 100644 index 0000000..c3b9874 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Urban/fg_Urban.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Urban/fg_Urban.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Urban/fg_Urban.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Urban/fg_Urban.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Urban/fg_Urban.qpj b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Urban/fg_Urban.qpj new file mode 100644 index 0000000..5fbc831 --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Urban/fg_Urban.qpj @@ -0,0 +1 @@ +GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Urban/fg_Urban.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Urban/fg_Urban.shp new file mode 100644 index 0000000..2964e20 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Urban/fg_Urban.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Urban/fg_Urban.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Urban/fg_Urban.shx new file mode 100644 index 0000000..225d456 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/fg_Urban/fg_Urban.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Canal/osm_Canal.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Canal/osm_Canal.dbf new file mode 100644 index 0000000..e15c081 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Canal/osm_Canal.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Canal/osm_Canal.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Canal/osm_Canal.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Canal/osm_Canal.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Canal/osm_Canal.qpj b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Canal/osm_Canal.qpj new file mode 100644 index 0000000..5fbc831 --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Canal/osm_Canal.qpj @@ -0,0 +1 @@ +GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Canal/osm_Canal.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Canal/osm_Canal.shp new file mode 100644 index 0000000..c539409 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Canal/osm_Canal.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Canal/osm_Canal.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Canal/osm_Canal.shx new file mode 100644 index 0000000..6b97ae4 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Canal/osm_Canal.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Freeway/osm_Freeway.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Freeway/osm_Freeway.dbf new file mode 100644 index 0000000..11419a6 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Freeway/osm_Freeway.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Freeway/osm_Freeway.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Freeway/osm_Freeway.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Freeway/osm_Freeway.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Freeway/osm_Freeway.qpj b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Freeway/osm_Freeway.qpj new file mode 100644 index 0000000..5fbc831 --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Freeway/osm_Freeway.qpj @@ -0,0 +1 @@ +GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Freeway/osm_Freeway.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Freeway/osm_Freeway.shp new file mode 100644 index 0000000..0e635ab Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Freeway/osm_Freeway.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Freeway/osm_Freeway.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Freeway/osm_Freeway.shx new file mode 100644 index 0000000..05d0a88 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Freeway/osm_Freeway.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Road/osm_Road.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Road/osm_Road.dbf new file mode 100644 index 0000000..a95b0a7 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Road/osm_Road.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Road/osm_Road.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Road/osm_Road.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Road/osm_Road.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Road/osm_Road.qpj b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Road/osm_Road.qpj new file mode 100644 index 0000000..5fbc831 --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Road/osm_Road.qpj @@ -0,0 +1 @@ +GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Road/osm_Road.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Road/osm_Road.shp new file mode 100644 index 0000000..16f8b57 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Road/osm_Road.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Road/osm_Road.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Road/osm_Road.shx new file mode 100644 index 0000000..fe0343e Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Road/osm_Road.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Stream/osm_Stream.dbf b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Stream/osm_Stream.dbf new file mode 100644 index 0000000..9abcbb3 Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Stream/osm_Stream.dbf differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Stream/osm_Stream.prj b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Stream/osm_Stream.prj new file mode 100644 index 0000000..a30c00a --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Stream/osm_Stream.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Stream/osm_Stream.qpj b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Stream/osm_Stream.qpj new file mode 100644 index 0000000..5fbc831 --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Stream/osm_Stream.qpj @@ -0,0 +1 @@ +GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Stream/osm_Stream.shp b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Stream/osm_Stream.shp new file mode 100644 index 0000000..e68ecca Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Stream/osm_Stream.shp differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Stream/osm_Stream.shx b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Stream/osm_Stream.shx new file mode 100644 index 0000000..c3d895b Binary files /dev/null and b/fg-from-scratch/CustomSceneryProjects/Test/data/osm_Stream/osm_Stream.shx differ diff --git a/fg-from-scratch/CustomSceneryProjects/Test/generate.cmd b/fg-from-scratch/CustomSceneryProjects/Test/generate.cmd new file mode 100644 index 0000000..7086c0b --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/generate.cmd @@ -0,0 +1,46 @@ +@ECHO OFF + +set PATH=%CD%/../../Stage/bin;%CD%/../../vcpkg-git/installed/x64-windows/bin +set GDAL_DATA=%CD%/../../vcpkg-git/installed/x64-windows/share/gdal +set PRIORITIES_FILE=%CD%/../../Stage/share/TerraGear/default_priorities.txt +set USGS_MAP_FILE=%CD%/../../Stage/share/TerraGear/usgsmap.txt + +echo === hgtchop ===================================================================== +hgtchop 3 data/SRTM-3/N21W158.hgt work/SRTM-3 +hgtchop 3 data/SRTM-3/N21W159.hgt work/SRTM-3 + +echo === terrafit ==================================================================== +terrafit --minnodes 50 --maxnodes 20000 --maxerror 5 work/SRTM-3 + +echo === genapt850 =================================================================== +genapts850 --input=test.apt.dat --work=work --min-lon=-158.423 --max-lon=-157.544 --min-lat=21.064 --max-lat=21.8003 --log-level=info + +echo === ogr-decode ================================================================== +ogr-decode --line-width 12 --continue-on-errors --all-threads --area-type Road work/Road data/osm_Road +ogr-decode --line-width 15 --continue-on-errors --all-threads --area-type Freeway work/Freeway data/osm_Freeway +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type Railroad work/Railroad data/fg_Railroad +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type Canal work/Canal data/osm_Canal +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type Canal work/Canal2 data/fg_Canal +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type Stream work/Stream data/osm_Stream +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type Stream work/Stream2 data/fg_Stream +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type Marsh work/Marsh data/fg_Marsh +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type Lake work/Lake data/fg_Lake +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type Sand work/Sand data/fg_Sand +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type Lava work/Lava data/fg_Lava +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type Dirt work/Dirt data/fg_Dirt +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type GolfCourse work/GolfCourse data/fg_GolfCourse +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type MixedCrop work/MixedCrop data/fg_MixedCrop +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type Grassland work/Grassland data/fg_Grassland +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type MixedForest work/MixedForest data/fg_MixedForest +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type Cemetery work/Cemetery data/fg_Cemetery +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type Asphalt work/Asphalt data/fg_Asphalt +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type Airport work/Airport data/fg_Airport +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type Town work/Town data/fg_Town +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type Industrial work/Industrial data/fg_Industrial +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type Urban work/Urban data/fg_Urban +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type Scrub work/Scrub data/fg_Scrub +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type Scrub work/Default data/fg_Default +ogr-decode --line-width 10 --continue-on-errors --all-threads --area-type Ocean work/Ocean data/fg_Ocean + +echo === tg-construct ================================================================ +tg-construct --priorities=%PRIORITIES_FILE% --usgs-map=%USGS_MAP_FILE% --work-dir=work --output-dir=output/Terrain --ignore-landmass --min-lon=-158.423 --max-lon=-157.544 --min-lat=21.064 --max-lat=21.8003 Airport AirportArea AirportObj Asphalt Canal Canal2 Cemetery Dirt Freeway GolfCourse Grassland Industrial Lake Lava Marsh MixedCrop MixedForest Ocean Railroad Road Sand Scrub Stream Stream2 Town Urban Default SRTM-3 diff --git a/fg-from-scratch/CustomSceneryProjects/Test/test.apt.dat b/fg-from-scratch/CustomSceneryProjects/Test/test.apt.dat new file mode 100644 index 0000000..c929408 --- /dev/null +++ b/fg-from-scratch/CustomSceneryProjects/Test/test.apt.dat @@ -0,0 +1,14156 @@ +I +1100 Version - data cycle 2012.03, build 20121054, metadata AptXP1100. Copyright © 2012, Robin A. Peel (​robin@xsquawkbox.net)​, further modified by the FlightGear team (cf. ). This data is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program ("AptNavGNULicence.txt"); if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + +17 229 0 0 HI09 [H] Hon Municipalcipal Bldg +102 H1 21.30433555 -157.85586778 0.00 10.70 10.70 2 0 0 0.25 0 +19 21.30447818 -157.85571468 1 WS + +17 40 0 0 HI12 [H] Kahuku Hospital +102 H1 21.67626277 -157.95391417 0.00 16.80 16.80 2 0 0 0.25 1 +18 21.67626277 -157.95448090 3 BCN +19 21.67648769 -157.95367213 1 WS + +17 4 0 0 HI24 [H] Heco-Waiau +102 H1 21.39083333 -157.96472223 0.00 15.90 15.90 1 0 0 0.25 0 +19 21.39104728 -157.96449245 1 WS + +17 102 0 0 HI38 [H] The Queens Medical Center +102 H1 21.30916861 -157.85297973 0.00 18.60 19.20 2 0 0 0.25 0 +19 21.30942371 -157.85270297 1 WS + +17 173 0 0 HI40 [H] Kuakini Medical Center +102 H1 21.31350166 -157.84725695 0.00 27.40 27.40 2 0 0 0.25 0 +19 21.31387196 -157.84685946 1 WS + +17 18 0 0 HI55 [H] Moanalua Medical Center +102 H1 21.36405555 -157.89919889 0.00 12.20 12.20 2 0 0 0.25 0 +19 21.36422013 -157.89902217 1 WS + +17 125 0 0 HI56 [H] Kualoa Ranch +102 H1 21.52182333 -157.83891889 0.00 9.10 9.10 3 0 0 0.25 0 +19 21.52194676 -157.83878620 1 WS + +17 11 0 0 HI57 [H] Kahuku Fire & Police Station +102 H1 21.67515138 -157.94696945 0.00 18.30 18.30 1 0 0 0.25 0 +19 21.67539825 -157.94670380 1 WS + +17 13 0 0 HI58 [H] Turtle Bay Hilton +1302 city Kahuku +1302 country United States +1302 datum_lat +1302 datum_lon +1302 faa_code HI58 +1302 iata_code +1302 icao_code HI58 +1302 region_code +1302 state Hawaii +1302 transition_alt +1302 transition_level +102 H1 21.70391066 -157.99542157 40.32 32.30 44.80 1 0 0 0.25 0 +130 Airport Boundary +111 21.70392580 -157.99570691 +111 21.70365632 -157.99534922 +111 21.70389598 -157.99512567 +113 21.70416866 -157.99548335 +14 21.70398792 -157.99537955 6.56 0 Viewpoint +1300 21.70392188 -157.99537657 38.17 tie_down helos Parking 1 +1301 A general_aviation +1300 21.70380363 -157.99537329 38.17 tie_down helos Parking 2 +1301 A general_aviation +1300 21.70393374 -157.99525938 38.17 tie_down helos Parking 3 +1301 A general_aviation + +1 18 0 0 NPS [X] Ford Island NALF +100 45.72 1 0 1.00 0 0 0 04 21.35959834 -157.96649804 0 0 1 0 0 0 22 21.36600816 -157.95738093 0 0 1 0 0 0 +110 1 1.00 52.9500 New Taxiway 137 +112 21.35716301 -157.96357018 21.35732654 -157.96325413 +112 21.35819712 -157.96222326 21.35847413 -157.96191166 +111 21.35962835 -157.96126013 +111 21.35967452 -157.96137344 +112 21.35883689 -157.96186209 21.35862583 -157.96199664 +112 21.35766288 -157.96307308 21.35746501 -157.96332094 +111 21.35688355 -157.96446386 +111 21.35684751 -157.96445419 +112 21.35680696 -157.96472022 21.35676642 -157.96498626 +111 21.35733854 -157.96558121 +111 21.35839215 -157.96622768 +112 21.35865276 -157.96645954 21.35881657 -157.96659545 +111 21.35890220 -157.96639957 +112 21.36160955 -157.96264413 21.36168614 -157.96252321 +112 21.36156451 -157.96239260 21.36151045 -157.96234907 +111 21.36081670 -157.96173476 +111 21.36060497 -157.96138165 +111 21.36067254 -157.96135263 +112 21.36081670 -157.96158481 21.36096086 -157.96181699 +112 21.36163208 -157.96233456 21.36171317 -157.96239744 +111 21.36183029 -157.96235391 +112 21.36384429 -157.95951049 21.36393848 -157.95936977 +111 21.36386476 -157.95924664 +111 21.36318305 -157.95870734 +111 21.36321991 -157.95862818 +112 21.36394884 -157.95920415 21.36401315 -157.95923322 +111 21.36406392 -157.95918234 +112 21.36581209 -157.95671649 21.36595755 -157.95649723 +111 21.36578972 -157.95644317 +111 21.36432863 -157.95530262 +111 21.36437818 -157.95524409 +112 21.36583797 -157.95639406 21.36589391 -157.95644320 +112 21.36611006 -157.95630395 21.36622703 -157.95616196 +112 21.36652455 -157.95607218 21.36663531 -157.95606888 +112 21.36676454 -157.95583760 21.36689377 -157.95570544 +111 21.36686916 -157.95556668 +111 21.36679476 -157.95452653 +111 21.36689528 -157.95451853 +112 21.36695177 -157.95545491 21.36697411 -157.95581072 +112 21.36726677 -157.95583944 21.36737846 -157.95584308 +111 21.36757476 -157.95574858 +111 21.36756461 -157.95581037 +112 21.36747661 -157.95581764 21.36741569 -157.95583944 +112 21.36725661 -157.95603933 21.36722954 -157.95612292 +112 21.36712177 -157.95631480 21.36706863 -157.95637487 +112 21.36707702 -157.95665421 21.36707422 -157.95674732 +111 21.36704625 -157.95685244 +112 21.36663072 -157.95748481 21.36646691 -157.95769589 +112 21.36675768 -157.95778384 21.36681091 -157.95782342 +112 21.36699930 -157.95770468 21.36706892 -157.95763432 +112 21.36736378 -157.95773547 21.36740474 -157.95773547 +112 21.36753579 -157.95774866 21.36759312 -157.95772227 +112 21.36767912 -157.95785420 21.36769550 -157.95793336 +112 21.36758903 -157.95804330 21.36754398 -157.95807848 +111 21.36756855 -157.95817522 +112 21.36787570 -157.95857540 21.36795351 -157.95867214 +111 21.36797399 -157.95886124 +112 21.36794941 -157.95919105 21.36792894 -157.95935816 +112 21.36747127 -157.96042952 21.36741131 -157.96058170 +112 21.36730230 -157.96110847 21.36719328 -157.96146551 +111 21.36648467 -157.96134845 +112 21.36614671 -157.96099141 21.36593958 -157.96076900 +112 21.36627208 -157.96002566 21.36634839 -157.95986177 +112 21.36657719 -157.95902047 21.36659701 -157.95889276 +112 21.36673956 -157.95800110 21.36674775 -157.95790876 +111 21.36671089 -157.95789996 +112 21.36660441 -157.95781201 21.36649793 -157.95772406 +111 21.36644408 -157.95778232 +112 21.35982252 -157.96705856 21.35971063 -157.96720873 +111 21.35974979 -157.96730184 +112 21.35985898 -157.96740010 21.35988667 -157.96741002 +111 21.35992051 -157.96737698 +111 21.36000667 -157.96720848 +111 21.36005589 -157.96724483 +111 21.35992051 -157.96743645 +112 21.35998820 -157.96748270 21.36000359 -157.96748931 +111 21.36013589 -157.96753886 +112 21.36086819 -157.96759503 21.36096665 -157.96758512 +111 21.36112989 -157.96748983 +111 21.36342940 -157.96593389 +111 21.36354482 -157.96586593 +111 21.36260289 -157.96482654 +111 21.36231622 -157.96447075 +111 21.36233853 -157.96444868 +111 21.36354392 -157.96579254 +111 21.36703427 -157.96223007 +111 21.36708223 -157.96231377 +111 21.36561932 -157.96393952 +111 21.36560905 -157.96432201 +111 21.36551059 -157.96433192 +112 21.36550752 -157.96417333 21.36550444 -157.96412707 +111 21.36538136 -157.96407421 +111 21.36480913 -157.96480764 +111 21.36549528 -157.96563360 +111 21.36539989 -157.96575254 +111 21.36494144 -157.96614571 +112 21.36460298 -157.96578558 21.36456606 -157.96573933 +111 21.36447683 -157.96579219 +111 21.36442760 -157.96570959 +112 21.36442760 -157.96559396 21.36439068 -157.96554110 +111 21.36432299 -157.96554770 +111 21.36400607 -157.96589791 +111 21.36415376 -157.96603337 +111 21.36414760 -157.96612258 +111 21.36365303 -157.96603850 +111 21.36399835 -157.96664827 +111 21.36414701 -157.96687078 +111 21.36405994 -157.96690033 +112 21.36361651 -157.96609021 21.36358078 -157.96599544 +111 21.36349462 -157.96602928 +112 21.36101639 -157.96759797 21.36069345 -157.96779183 +111 21.35991958 -157.96752236 +111 21.35830495 -157.96627210 +112 21.35713156 -157.96550020 21.35668480 -157.96519131 +113 21.35677957 -157.96439180 +111 21.35953297 -157.96713827 +112 21.35968866 -157.96706922 21.35977666 -157.96694930 +111 21.36696142 -157.95684063 +112 21.36681902 -157.95633002 21.36657237 -157.95615254 +112 21.36617822 -157.95641740 21.36604599 -157.95660581 +111 21.35896933 -157.96646411 +114 21.35898080 -157.96670001 21.35909351 -157.96679643 +111 21.36619686 -157.96046111 +112 21.36628245 -157.96098837 21.36648066 -157.96119637 +111 21.36648066 -157.96119637 +112 21.36694016 -157.96124958 21.36717441 -157.96113349 +112 21.36725550 -157.96081907 21.36731406 -157.96059656 +112 21.36764742 -157.95972101 21.36777356 -157.95951785 +112 21.36783663 -157.95872559 21.36775554 -157.95859015 +111 21.36751228 -157.95829024 +112 21.36746723 -157.95807256 21.36747174 -157.95800484 +112 21.36721947 -157.95783070 21.36697620 -157.95780651 +112 21.36683205 -157.95803386 21.36680502 -157.95817414 +112 21.36667888 -157.95888522 21.36667438 -157.95892876 +114 21.36655725 -157.95960597 21.36642661 -157.95995426 +112 21.36712099 -157.95615420 21.36717783 -157.95602873 +112 21.36704362 -157.95590327 21.36697099 -157.95585749 +112 21.36681310 -157.95596091 21.36675152 -157.95605247 +114 21.36686047 -157.95621693 21.36693625 -157.95626440 +110 2 1.00 52.9500 New Taxiway 139 +111 21.36362671 -157.96584840 +112 21.36094016 -157.96759344 21.36044463 -157.96785948 +111 21.35974979 -157.96730184 +111 21.35865276 -157.96645954 +111 21.35838948 -157.96623429 +112 21.35734719 -157.96560241 21.35713833 -157.96549248 +111 21.35680851 -157.96472075 +111 21.35684387 -157.96446088 +111 21.35690201 -157.96446056 +111 21.35726681 -157.96363387 +111 21.35766288 -157.96307308 +111 21.35856145 -157.96214991 +111 21.35963470 -157.96153827 +111 21.36041404 -157.96193491 +111 21.36074025 -157.96166027 +111 21.36081670 -157.96173476 +111 21.36087299 -157.96186089 +111 21.36107581 -157.96219464 +111 21.35998455 -157.96367539 +111 21.35956483 -157.96289639 +111 21.35851234 -157.96434307 +111 21.35808062 -157.96540464 +111 21.35825901 -157.96563875 +111 21.35827388 -157.96589947 +111 21.35991051 -157.96718717 +111 21.36037631 -157.96647950 +111 21.36226304 -157.96544220 +111 21.36235333 -157.96524658 +111 21.36239032 -157.96527637 +111 21.36260289 -157.96482654 +111 21.36231622 -157.96447075 +111 21.36575704 -157.96108186 +113 21.36703427 -157.96223007 +120 Linear Feature 141 +111 21.36549780 -157.95724662 22 +115 21.35894674 -157.96642757 +120 Linear Feature 140 +111 21.35977437 -157.96704459 22 +115 21.36641166 -157.95773104 +14 21.36053065 -157.96172565 150.92 0 New Tower Viewpoint 107 +15 21.36599600 -157.95750095 180.00 New Ramp Start 106 + +1 14 0 0 PHDH DILLINGHAM +100 22.86 1 0 1.00 0 0 0 08 21.57959194 -158.21055999 620 0 1 0 0 0 26 21.57934656 -158.18403602 617 0 1 0 0 0 +110 1 1.00 90.5700 New Taxiway 28 +111 21.57917829 -158.21000229 +111 21.57882611 -158.21001042 +112 21.57867355 -158.21007044 21.57862146 -158.21010645 +111 21.57848007 -158.21023049 +112 21.57846890 -158.21037854 21.57850983 -158.21044656 +111 21.57877031 -158.21094459 +112 21.57882781 -158.21115193 21.57882781 -158.21126469 +112 21.57929814 -158.21215245 21.57962967 -158.21218326 +111 21.58002669 -158.21220087 +111 21.58003078 -158.21223608 +111 21.57927358 -158.21219646 +112 21.57892568 -158.21179594 21.57881926 -158.21146583 +111 21.57876196 -158.21105650 +111 21.57790419 -158.20953219 +111 21.57781865 -158.20918360 +111 21.57785993 -158.20591789 +112 21.57800445 -158.20574651 21.57809917 -158.20574403 +111 21.57865813 -158.20570553 +112 21.57873939 -158.20563637 21.57873939 -158.20554444 +111 21.57872212 -158.20071860 +112 21.57860055 -158.20072344 21.57856904 -158.20072344 +111 21.57814132 -158.20077670 +111 21.57812331 -158.20083964 +111 21.57464115 -158.20119750 +112 21.57436208 -158.20119750 21.57427650 -158.20120150 +112 21.57407929 -158.20120950 21.57401976 -158.20121750 +112 21.57400859 -158.20125752 21.57411278 -158.20131753 +112 21.57425045 -158.20145357 21.57422813 -158.20147358 +112 21.57412394 -158.20144157 21.57402348 -158.20139756 +112 21.57369604 -158.20128152 21.57361418 -158.20128952 +112 21.57329222 -158.20133508 21.57323133 -158.20140782 +112 21.57324148 -158.20146239 21.57310279 -158.20154241 +112 21.57280512 -158.20143329 21.57275100 -158.20135326 +112 21.57245937 -158.20056999 21.57239004 -158.20039425 +112 21.57229758 -158.19996959 21.57231450 -158.19988230 +112 21.57226376 -158.19976226 21.57221640 -158.19974771 +112 21.57211830 -158.19948582 21.57210816 -158.19940580 +112 21.57187822 -158.19884775 21.57184101 -158.19875572 +112 21.57181496 -158.19849966 21.57181496 -158.19843164 +112 21.57181496 -158.19828360 21.57178520 -158.19819957 +112 21.57168845 -158.19793550 21.57169217 -158.19783947 +112 21.57181868 -158.19791950 21.57190798 -158.19795551 +112 21.57209403 -158.19796351 21.57215356 -158.19790349 +112 21.57265627 -158.19732108 21.57285887 -158.19704512 +112 21.57320104 -158.19654647 21.57327758 -158.19643028 +112 21.57424994 -158.19502601 21.57445695 -158.19473897 +112 21.57529389 -158.19345018 21.57564484 -158.19298704 +112 21.57616328 -158.19223229 21.57621911 -158.19216367 +112 21.57650650 -158.19189501 21.57659911 -158.19184815 +112 21.57683881 -158.19163140 21.57688239 -158.19155524 +112 21.57723648 -158.19096321 21.57730721 -158.19082432 +112 21.57754399 -158.19055316 21.57766084 -158.19039774 +112 21.57790446 -158.18997728 21.57809050 -158.18972921 +112 21.57823562 -158.18942511 21.57829515 -158.18934909 +111 21.57858534 -158.18885097 +111 21.57849220 -158.18252201 +111 21.57857406 -158.18252201 +111 21.57877743 -158.20050896 +111 21.57887553 -158.20050532 +111 21.57870612 -158.18404468 3 +111 21.57923035 -158.18403569 +111 21.57973029 -158.18402711 +111 21.57975208 -158.18477696 +111 21.57943612 -158.18478868 +111 21.57925176 -158.18436535 3 +112 21.57910066 -158.18426332 21.57902237 -158.18426332 3 +111 21.57894217 -158.18426332 3 +112 21.57882761 -158.18441527 21.57882761 -158.18455489 +111 21.57887536 -158.19002747 3 +111 21.57929813 -158.19002542 +111 21.57941954 -158.19022664 +111 21.57930307 -158.19037037 3 +112 21.57918087 -158.19025539 21.57910449 -158.19025334 3 +111 21.57897274 -158.19025950 3 +112 21.57887154 -158.19041144 21.57887345 -158.19053053 +111 21.57896336 -158.19686044 3 +112 21.57909736 -158.19700454 21.57919902 -158.19700454 3 +111 21.57925678 -158.19700454 3 +112 21.57936999 -158.19688032 21.57937923 -158.19680827 +111 21.57950630 -158.19707411 +111 21.57937230 -158.19735237 3 +112 21.57925909 -158.19724057 21.57919209 -158.19723809 3 +111 21.57906271 -158.19723560 3 +112 21.57897261 -158.19736976 21.57897491 -158.19746169 +111 21.57903325 -158.20417659 3 +112 21.57917906 -158.20431286 21.57929189 -158.20431472 3 +112 21.57943076 -158.20419526 21.57945853 -158.20409259 +111 21.57954185 -158.20441552 +111 21.57943423 -158.20453312 3 +111 21.57913740 -158.20454058 3 +112 21.57903415 -158.20468716 21.57903415 -158.20480009 +111 21.57908275 -158.20710757 +113 21.57912664 -158.20710260 +111 21.57832090 -158.21009897 +112 21.57849310 -158.21012211 21.57864071 -158.21001630 +112 21.57874526 -158.20981789 21.57874219 -158.20974844 +112 21.57872373 -158.20954342 21.57874218 -158.20948390 +112 21.57874834 -158.20939461 21.57866531 -158.20931855 +112 21.57829322 -158.20911684 21.57824094 -158.20910030 +111 21.57810564 -158.20899118 +111 21.57829322 -158.20863073 +111 21.57852078 -158.20863073 +111 21.57852886 -158.20750723 +111 21.57860714 -158.20749821 +111 21.57860155 -158.20721863 +111 21.57792246 -158.20724088 +111 21.57791647 -158.20761015 +112 21.57807002 -158.20753000 21.57807695 -158.20747783 +111 21.57807695 -158.20732627 +111 21.57843737 -158.20731385 +111 21.57844199 -158.20767410 +111 21.57814164 -158.20768155 +111 21.57814164 -158.20763186 +111 21.57804230 -158.20763683 +112 21.57793787 -158.20773025 21.57788519 -158.20780751 +112 21.57788804 -158.20803127 21.57786288 -158.20811846 +111 21.57786672 -158.20911458 +114 21.57800415 -158.20953988 21.57810759 -158.20972626 +111 21.57819977 -158.20712793 +111 21.57818624 -158.20585844 +111 21.57892365 -158.20584025 +111 21.57888832 -158.20080482 +111 21.57876181 -158.20080482 +111 21.57883428 -158.20572066 +111 21.57876356 -158.20579671 +112 21.57811471 -158.20580002 21.57798556 -158.20580002 +111 21.57793328 -158.20593560 +113 21.57792681 -158.20713040 +111 21.57885600 -158.20701881 +112 21.57890336 -158.20706973 21.57893718 -158.20706609 +112 21.57893718 -158.20699698 21.57893718 -158.20697516 +111 21.57892365 -158.20598575 +113 21.57884585 -158.20598575 +111 21.57860790 -158.18956605 +112 21.57853720 -158.18957405 21.57847022 -158.18965007 +112 21.57831395 -158.18970209 21.57830278 -158.18971009 +112 21.57817627 -158.18989815 21.57812790 -158.18997418 +112 21.57802372 -158.18995817 21.57796418 -158.18999018 +112 21.57790465 -158.19018624 21.57788605 -158.19029428 +112 21.57693734 -158.19163524 21.57686652 -158.19174654 +112 21.57656144 -158.19203945 21.57639256 -158.19214489 +112 21.57622368 -158.19253739 21.57616921 -158.19271313 +112 21.57530854 -158.19386561 21.57512035 -158.19417982 +112 21.57434636 -158.19507256 21.57423850 -158.19517566 +112 21.57266822 -158.19751272 21.57244761 -158.19776447 +112 21.57197465 -158.19837204 21.57194110 -158.19848026 +112 21.57194949 -158.19872375 21.57195508 -158.19877185 +112 21.57231850 -158.19964663 21.57240237 -158.19985405 +112 21.57282861 -158.20088748 21.57298618 -158.20117989 +111 21.57341537 -158.20113036 +112 21.57733358 -158.20071971 21.57736801 -158.20071354 +112 21.57759520 -158.20065694 21.57761816 -158.20065077 +112 21.57778600 -158.20059678 21.57782760 -158.20058753 +111 21.57786150 -158.20052705 +111 21.57785630 -158.20017986 +112 21.57774000 -158.20014999 21.57770007 -158.20012386 +111 21.57774520 -158.19996706 +111 21.57831108 -158.19990173 +111 21.57836489 -158.20027692 +112 21.57813923 -158.20034599 21.57810105 -158.20036092 +112 21.57805939 -158.20046919 21.57806286 -158.20050839 +111 21.57812708 -158.20057372 +111 21.57814097 -158.20068945 +112 21.57860443 -158.20063158 21.57865998 -158.20062038 +113 21.57871032 -158.20049905 +110 1 1.00 90.5700 New Taxiway 26 +111 21.57918970 -158.21056173 +111 21.57917829 -158.21000229 +111 21.57912664 -158.20710260 +111 21.57910570 -158.20644497 +111 21.57956904 -158.20650167 +111 21.57960031 -158.20590420 +111 21.57993901 -158.20588030 +111 21.57994209 -158.20654167 +112 21.58016965 -158.20652513 21.58032033 -158.20651191 +111 21.58034561 -158.20624903 +111 21.58025056 -158.20623700 +111 21.58020303 -158.20448436 +111 21.58058043 -158.20446331 +111 21.58057184 -158.20806277 +111 21.58053829 -158.20807179 +111 21.58054109 -158.20817099 +111 21.58037615 -158.20816197 +111 21.58037615 -158.20823713 +111 21.58068087 -158.20822811 +111 21.58068366 -158.20830026 +112 21.58087655 -158.20829726 21.58090171 -158.20830026 +111 21.58097719 -158.20824615 +111 21.58096881 -158.20840247 +112 21.58094365 -158.20839045 21.58093247 -158.20837842 +111 21.58091010 -158.20836039 +111 21.58067248 -158.20837542 +111 21.58066968 -158.20862193 +111 21.58028390 -158.20861892 +111 21.58025874 -158.20707672 +111 21.58035658 -158.20707972 +112 21.58031465 -158.20691137 21.58030067 -158.20688432 +111 21.58022519 -158.20681517 +111 21.58027434 -158.20901116 +111 21.57999069 -158.20902085 +113 21.58000420 -158.21054594 +111 21.57999963 -158.20875830 +111 21.58018906 -158.20876558 +111 21.58018442 -158.20676923 +112 21.58008507 -158.20676426 21.58001345 -158.20676426 +113 21.57996262 -158.20677172 +120 Linear Feature 58 +111 21.57968120 -158.18477506 3 +115 21.57967034 -158.18403542 +120 Linear Feature 57 +111 21.57897923 -158.18425597 4 +115 21.57898031 -158.18404850 +120 Linear Feature 56 +111 21.57904078 -158.19025108 4 +115 21.57903989 -158.19003172 +120 Linear Feature 55 +111 21.57912519 -158.19723046 4 +115 21.57912400 -158.19700989 +120 Linear Feature 54 +111 21.57919108 -158.20453341 4 +115 21.57919108 -158.20431693 +120 Linear Feature 53 +111 21.57983715 -158.20665839 1 +112 21.57955808 -158.20632683 21.57955178 -158.20606934 1 +115 21.57955186 -158.20556454 +120 Linear Feature 52 +111 21.58046320 -158.20635600 1 +116 21.58015307 -158.20665092 21.57989683 -158.20665770 +120 Linear Feature 51 +111 21.58046898 -158.20694959 1 +112 21.58015307 -158.20665092 21.57990485 -158.20665279 1 +111 21.57983715 -158.20665839 1 +112 21.57956511 -158.20698433 21.57956858 -158.20722513 1 +115 21.57956648 -158.20755533 +120 Linear Feature 50 +111 21.58047896 -158.20797226 1 +111 21.58046898 -158.20694959 1 +111 21.58046320 -158.20635600 1 +115 21.58044630 -158.20462353 +120 Linear Feature 49 +111 21.58032776 -158.20520810 20 +111 21.58032712 -158.20517190 20 +115 21.58032648 -158.20513533 +120 Linear Feature 49 +111 21.58034757 -158.20721056 20 +111 21.58034693 -158.20717437 20 +115 21.58034629 -158.20713780 +120 Linear Feature 49 +111 21.57880652 -158.20863935 20 +111 21.57880690 -158.20867554 20 +115 21.57880728 -158.20871211 +120 Linear Feature 49 +111 21.57859363 -158.20764396 20 +111 21.57859346 -158.20760776 20 +115 21.57859328 -158.20757118 +120 Linear Feature 49 +111 21.58033110 -158.20547187 20 +111 21.58033046 -158.20543568 20 +115 21.58032982 -158.20539911 +120 Linear Feature 49 +111 21.58035091 -158.20747433 20 +111 21.58035027 -158.20743814 20 +115 21.58034963 -158.20740157 +120 Linear Feature 49 +111 21.57880506 -158.20837555 20 +111 21.57880543 -158.20841175 20 +115 21.57880581 -158.20844832 +120 Linear Feature 49 +111 21.57859363 -158.20790775 20 +111 21.57859346 -158.20787155 20 +115 21.57859328 -158.20783498 +120 Linear Feature 49 +111 21.58031965 -158.20467100 20 +111 21.58031902 -158.20463481 20 +115 21.58031838 -158.20459824 +120 Linear Feature 49 +111 21.58033453 -158.20574335 20 +111 21.58033390 -158.20570716 20 +115 21.58033326 -158.20567059 +120 Linear Feature 49 +111 21.58035434 -158.20774582 20 +111 21.58035371 -158.20770963 20 +115 21.58035307 -158.20767306 +120 Linear Feature 49 +111 21.57880355 -158.20810405 20 +111 21.57880393 -158.20814024 20 +115 21.57880431 -158.20817682 +120 Linear Feature 49 +111 21.57859363 -158.20817926 20 +111 21.57859346 -158.20814307 20 +115 21.57859328 -158.20810649 +120 Linear Feature 49 +111 21.58032305 -158.20493941 20 +111 21.58032242 -158.20490321 20 +115 21.58032178 -158.20486664 +120 Linear Feature 49 +111 21.58033793 -158.20601175 20 +111 21.58033730 -158.20597556 20 +115 21.58033666 -158.20593899 +120 Linear Feature 49 +111 21.58035775 -158.20801422 20 +111 21.58035711 -158.20797802 20 +115 21.58035647 -158.20794146 +120 Linear Feature 49 +111 21.57880206 -158.20783563 20 +111 21.57880244 -158.20787182 20 +115 21.57880282 -158.20790840 +120 Linear Feature 49 +111 21.57859363 -158.20844769 20 +111 21.57859346 -158.20841149 20 +115 21.57859328 -158.20837492 +120 Linear Feature 49 +111 21.58033078 -158.20534120 20 +111 21.58033015 -158.20530501 20 +115 21.58032951 -158.20526844 +120 Linear Feature 49 +111 21.58035059 -158.20734367 20 +111 21.58034996 -158.20730747 20 +115 21.58034932 -158.20727091 +120 Linear Feature 49 +111 21.57880444 -158.20850622 20 +111 21.57880482 -158.20854241 20 +115 21.57880520 -158.20857899 +120 Linear Feature 49 +111 21.57859497 -158.20777709 20 +111 21.57859480 -158.20774090 20 +115 21.57859462 -158.20770432 +120 Linear Feature 49 +111 21.58033412 -158.20560498 20 +111 21.58033349 -158.20556878 20 +115 21.58033285 -158.20553222 +120 Linear Feature 49 +111 21.58035393 -158.20760744 20 +111 21.58035330 -158.20757125 20 +115 21.58035266 -158.20753468 +120 Linear Feature 49 +111 21.57880298 -158.20824243 20 +111 21.57880336 -158.20827862 20 +115 21.57880374 -158.20831519 +120 Linear Feature 49 +111 21.57859497 -158.20804089 20 +111 21.57859480 -158.20800469 20 +115 21.57859462 -158.20796812 +120 Linear Feature 49 +111 21.58032268 -158.20480411 20 +111 21.58032204 -158.20476792 20 +115 21.58032140 -158.20473135 +120 Linear Feature 49 +111 21.58033756 -158.20587646 20 +111 21.58033693 -158.20584027 20 +115 21.58033629 -158.20580370 +120 Linear Feature 49 +111 21.58035737 -158.20787892 20 +111 21.58035674 -158.20784273 20 +115 21.58035610 -158.20780616 +120 Linear Feature 49 +111 21.57880147 -158.20797092 20 +111 21.57880185 -158.20800711 20 +115 21.57880223 -158.20804369 +120 Linear Feature 49 +111 21.57859497 -158.20831240 20 +111 21.57859480 -158.20827620 20 +115 21.57859462 -158.20823963 +120 Linear Feature 49 +111 21.58032608 -158.20507251 20 +111 21.58032544 -158.20503632 20 +115 21.58032480 -158.20499975 +120 Linear Feature 49 +111 21.58034096 -158.20614486 20 +111 21.58034033 -158.20610867 20 +115 21.58033968 -158.20607210 +120 Linear Feature 49 +111 21.57879998 -158.20770250 20 +111 21.57880036 -158.20773869 20 +115 21.57880074 -158.20777527 +120 Linear Feature 49 +111 21.57859497 -158.20858083 20 +111 21.57859480 -158.20854463 20 +115 21.57859462 -158.20850805 +120 Linear Feature 48 +111 21.58032712 -158.20517209 20 +115 21.58027250 -158.20517327 +120 Linear Feature 48 +111 21.58034693 -158.20717456 20 +115 21.58029231 -158.20717574 +120 Linear Feature 48 +111 21.57880690 -158.20867535 20 +115 21.57886153 -158.20867462 +120 Linear Feature 48 +111 21.57859346 -158.20760795 20 +115 21.57853883 -158.20760833 +120 Linear Feature 48 +111 21.58033046 -158.20543587 20 +115 21.58027584 -158.20543705 +120 Linear Feature 48 +111 21.58035028 -158.20743833 20 +115 21.58029565 -158.20743951 +120 Linear Feature 48 +111 21.57880543 -158.20841156 20 +115 21.57886006 -158.20841083 +120 Linear Feature 48 +111 21.57859346 -158.20787175 20 +115 21.57853883 -158.20787212 +120 Linear Feature 48 +111 21.58031902 -158.20463500 20 +115 21.58026440 -158.20463618 +120 Linear Feature 48 +111 21.58033390 -158.20570735 20 +115 21.58027928 -158.20570853 +120 Linear Feature 48 +111 21.58035371 -158.20770981 20 +115 21.58029909 -158.20771099 +120 Linear Feature 48 +111 21.57880393 -158.20814005 20 +115 21.57885856 -158.20813932 +120 Linear Feature 48 +111 21.57859346 -158.20814326 20 +115 21.57853883 -158.20814363 +120 Linear Feature 48 +111 21.58032242 -158.20490340 20 +115 21.58026780 -158.20490458 +120 Linear Feature 48 +111 21.58033730 -158.20597575 20 +115 21.58028268 -158.20597693 +120 Linear Feature 48 +111 21.58035711 -158.20797822 20 +115 21.58030249 -158.20797939 +120 Linear Feature 48 +111 21.57880244 -158.20787163 20 +115 21.57885707 -158.20787090 +120 Linear Feature 48 +111 21.57859346 -158.20841168 20 +115 21.57853883 -158.20841206 +120 Linear Feature 48 +111 21.58033015 -158.20530520 20 +115 21.58027553 -158.20530638 +120 Linear Feature 48 +111 21.58034996 -158.20730766 20 +115 21.58029534 -158.20730884 +120 Linear Feature 48 +111 21.57880482 -158.20854222 20 +115 21.57885945 -158.20854149 +120 Linear Feature 48 +111 21.57859480 -158.20774109 20 +115 21.57854016 -158.20774147 +120 Linear Feature 48 +111 21.58033349 -158.20556897 20 +115 21.58027887 -158.20557015 +120 Linear Feature 48 +111 21.58035330 -158.20757144 20 +115 21.58029868 -158.20757262 +120 Linear Feature 48 +111 21.57880336 -158.20827843 20 +115 21.57885798 -158.20827770 +120 Linear Feature 48 +111 21.57859480 -158.20800488 20 +115 21.57854016 -158.20800526 +120 Linear Feature 48 +111 21.58032204 -158.20476811 20 +115 21.58026742 -158.20476929 +120 Linear Feature 48 +111 21.58033693 -158.20584046 20 +115 21.58028231 -158.20584164 +120 Linear Feature 48 +111 21.58035674 -158.20784292 20 +115 21.58030212 -158.20784410 +120 Linear Feature 48 +111 21.57880185 -158.20800693 20 +115 21.57885648 -158.20800619 +120 Linear Feature 48 +111 21.57859480 -158.20827640 20 +115 21.57854016 -158.20827677 +120 Linear Feature 48 +111 21.58032544 -158.20503651 20 +115 21.58027082 -158.20503769 +120 Linear Feature 48 +111 21.58034033 -158.20610886 20 +115 21.58028571 -158.20611004 +120 Linear Feature 48 +111 21.57880036 -158.20773851 20 +115 21.57885499 -158.20773777 +120 Linear Feature 48 +111 21.57859480 -158.20854482 20 +115 21.57854016 -158.20854520 +120 Linear Feature 36 +111 21.57882497 -158.19034859 1 +112 21.57897738 -158.19014456 21.57908660 -158.19014005 1 +111 21.57917691 -158.19014230 1 +116 21.57930318 -158.19023849 21.57933888 -158.19031528 +120 Linear Feature 39 +111 21.57906670 -158.19711649 1 +116 21.57891271 -158.19734590 21.57890432 -158.19752026 +120 Linear Feature 38 +111 21.57926805 -158.19711649 1 +112 21.57945518 -158.19734539 21.57946077 -158.19755281 1 +115 21.57946356 -158.19777527 +120 Linear Feature 37 +111 21.57890676 -158.19687195 1 +112 21.57906670 -158.19711649 21.57920036 -158.19712023 1 +111 21.57926805 -158.19711649 1 +112 21.57945726 -158.19690743 21.57945552 -158.19675437 1 +115 21.57944959 -158.19627517 +120 Linear Feature 41 +111 21.57898166 -158.20462443 1 +116 21.57916017 -158.20442674 21.57929648 -158.20441929 +120 Linear Feature 40 +111 21.57897780 -158.20420813 1 +112 21.57916017 -158.20442674 21.57929879 -158.20442674 1 +111 21.57934038 -158.20442426 1 +112 21.57952751 -158.20414600 21.57952520 -158.20386276 1 +115 21.57952520 -158.20386276 +120 Linear Feature 47 +111 21.57860909 -158.20718384 1 +112 21.57853166 -158.20706052 21.57853009 -158.20695871 1 +111 21.57850870 -158.20600034 1 +116 21.57861324 -158.20588871 21.57869515 -158.20588871 +120 Linear Feature 46 +111 21.57887322 -158.20588931 1 +111 21.57861324 -158.20588871 1 +111 21.57830082 -158.20588800 1 +112 21.57821905 -158.20598364 21.57822048 -158.20607003 1 +111 21.57823180 -158.20709899 1 +112 21.57829349 -158.20717150 21.57835805 -158.20717150 1 +111 21.57860909 -158.20718384 1 +115 21.57891114 -158.20717669 +120 Linear Feature 45 +111 21.57899037 -158.20581871 1 +116 21.57892884 -158.20588779 21.57887887 -158.20588884 +120 Linear Feature 44 +111 21.57899144 -158.20596635 1 +112 21.57892884 -158.20588779 21.57887330 -158.20588965 1 +111 21.57887330 -158.20588965 1 +112 21.57881254 -158.20601472 21.57881254 -158.20612485 1 +111 21.57882462 -158.20707972 1 +116 21.57891114 -158.20717669 21.57899793 -158.20717500 +120 Linear Feature 43 +111 21.57900083 -158.20725407 1 +116 21.57891114 -158.20717669 21.57883763 -158.20718121 +120 Linear Feature 42 +111 21.57899935 -158.20708635 1 +116 21.57891114 -158.20717669 21.57884813 -158.20717895 +120 Linear Feature 35 +111 21.57900061 -158.20740135 1 +112 21.57888414 -158.20757178 21.57879249 -158.20758410 1 +112 21.57869702 -158.20774425 21.57869893 -158.20785513 1 +111 21.57869626 -158.20879332 1 +112 21.57878600 -158.20888366 21.57885474 -158.20888366 1 +111 21.57894448 -158.20888161 1 +112 21.57900749 -158.20878716 21.57900749 -158.20870913 1 +111 21.57900083 -158.20725407 1 +111 21.57899960 -158.20708634 1 +111 21.57899144 -158.20596635 1 +111 21.57899037 -158.20581871 1 +111 21.57898166 -158.20462443 1 +111 21.57897780 -158.20420813 1 +111 21.57894640 -158.20082775 1 +111 21.57891271 -158.19734590 1 +111 21.57890676 -158.19687195 1 +111 21.57882497 -158.19034859 1 +111 21.57877536 -158.18433660 1 +112 21.57893096 -158.18414745 21.57907980 -158.18414017 1 +111 21.57915421 -158.18414381 1 +112 21.57933687 -158.18435842 21.57933349 -158.18451120 1 +115 21.57933687 -158.18475855 +120 Linear Feature 34 +111 21.57989580 -158.20589097 1 +111 21.57990005 -158.20653598 4 +111 21.57990154 -158.20676319 1 +115 21.57991387 -158.20863491 +120 Linear Feature 60 +111 21.57875221 -158.21098858 22 +111 21.57800723 -158.20964040 22 +112 21.57783991 -158.20910377 21.57784330 -158.20895100 22 +111 21.57786650 -158.20782530 22 +111 21.57789262 -158.20602431 22 +112 21.57808585 -158.20576457 21.57829799 -158.20576005 22 +111 21.57869705 -158.20575102 22 +112 21.57878317 -158.20558388 21.57877686 -158.20541449 22 +111 21.57874230 -158.20074613 22 +111 21.57873598 -158.20042710 22 +111 21.57862822 -158.18956958 22 +111 21.57861343 -158.18884550 22 +115 21.57853688 -158.18253120 +120 Linear Feature 62 +111 21.58062775 -158.20841241 20 +115 21.58037300 -158.20841241 +120 Linear Feature 61 +111 21.58062875 -158.20848442 20 +115 21.58062994 -158.20834417 +120 Linear Feature 61 +111 21.58057584 -158.20848126 20 +115 21.58057702 -158.20834101 +120 Linear Feature 61 +111 21.58051794 -158.20848030 20 +115 21.58051912 -158.20834005 +120 Linear Feature 61 +111 21.58046004 -158.20848126 20 +115 21.58046123 -158.20834101 +120 Linear Feature 61 +111 21.58040303 -158.20848126 20 +115 21.58040422 -158.20834101 +120 Linear Feature 61 +111 21.58059591 -158.20848493 20 +115 21.58059709 -158.20834469 +120 Linear Feature 61 +111 21.58054300 -158.20848177 20 +115 21.58054418 -158.20834153 +120 Linear Feature 61 +111 21.58048510 -158.20848082 20 +115 21.58048628 -158.20834057 +120 Linear Feature 61 +111 21.58042720 -158.20848177 20 +115 21.58042838 -158.20834153 +120 Linear Feature 61 +111 21.58037019 -158.20848177 20 +115 21.58037138 -158.20834153 +14 21.57871073 -158.20875760 6.00 0 New Tower Viewpoint 29 +15 21.58034831 -158.20770945 1.12 Parking 1 +15 21.57858738 -158.20787076 359.12 Parking 2 +15 21.57880518 -158.20827887 178.73 Parking 3 +19 21.57891880 -158.18237368 0 New Windsock 27 +19 21.57893536 -158.21013762 1 New Windsock 28 +51 12300 CTAF/UNICOM + +1 834 1 0 PHHI WHEELER AAF +100 89.92 1 0 1.00 0 3 0 06 21.47867318 -158.04539675 178 0 2 0 0 0 24 21.48420540 -158.03019516 0 183 2 0 0 0 +102 H1 21.47901201 -158.03716829 158.37 27.70 28.60 2 0 0 0.00 1 +110 2 1.00 23.3600 New Taxiway 1 +111 21.47624735 -158.03883538 +111 21.47583301 -158.03902896 +111 21.47560478 -158.03913296 +111 21.47546939 -158.03878273 +111 21.47517359 -158.03891739 +111 21.47502736 -158.03857163 +111 21.47556355 -158.03831938 +111 21.47542807 -158.03799070 +111 21.47568779 -158.03785251 +111 21.47582635 -158.03818449 +111 21.47588894 -158.03815543 +111 21.47590507 -158.03819169 +111 21.47596812 -158.03833447 +111 21.47608972 -158.03827155 +111 21.47594267 -158.03791661 +111 21.47695578 -158.03745079 +111 21.47705734 -158.03769834 +111 21.47744127 -158.03751733 +111 21.47800106 -158.03889190 +113 21.47654459 -158.03956617 +110 2 1.00 23.3600 New Taxiway 3 +111 21.47427679 -158.03760779 +111 21.47398364 -158.03686193 +112 21.47459242 -158.03661171 21.47465358 -158.03658329 +111 21.47461617 -158.03651062 +111 21.47431130 -158.03574026 +111 21.47449659 -158.03566121 +111 21.47440394 -158.03545039 +111 21.47457833 -158.03537427 +111 21.47434119 -158.03482106 +111 21.47561943 -158.03426058 +111 21.47671998 -158.03702354 +111 21.47517640 -158.03776483 +111 21.47511926 -158.03779031 +111 21.47510123 -158.03773702 +111 21.47506216 -158.03794533 +111 21.47517336 -158.03823276 +111 21.47516584 -158.03823599 +111 21.47505164 -158.03794695 +111 21.47486763 -158.03784662 +111 21.47462217 -158.03795408 +111 21.47454853 -158.03775420 +113 21.47437914 -158.03783452 +112 21.47484858 -158.03727918 21.47488329 -158.03726142 +111 21.47488660 -158.03720280 +112 21.47472957 -158.03680669 21.47471965 -158.03678182 +111 21.47467667 -158.03678715 +111 21.47453782 -158.03685643 +113 21.47472461 -158.03733424 +111 21.47486015 -158.03782272 +111 21.47504694 -158.03793284 +111 21.47509322 -158.03771614 +112 21.47504694 -158.03759891 21.47502545 -158.03754739 +111 21.47494115 -158.03758114 +113 21.47478907 -158.03765042 +110 2 1.00 68.0000 New Taxiway 14 +111 21.47971837 -158.04542288 +111 21.47913018 -158.04532080 +111 21.47915177 -158.04526060 +111 21.47962125 -158.04395042 +111 21.47964562 -158.04395508 +111 21.47969700 -158.04381927 +111 21.47967021 -158.04380731 +111 21.47978591 -158.04348306 +111 21.47981501 -158.04349737 +111 21.48081484 -158.04077003 +111 21.48079556 -158.04075260 +111 21.48091243 -158.04042527 +111 21.48093425 -158.04042646 +111 21.48158033 -158.03868192 +111 21.48154823 -158.03866393 +111 21.48167597 -158.03831072 +111 21.48171511 -158.03833007 +111 21.48189258 -158.03787556 +111 21.48184435 -158.03784706 +111 21.48226949 -158.03801319 +111 21.48291819 -158.03830174 +111 21.48306263 -158.03836747 +111 21.48308878 -158.03838806 +111 21.48307017 -158.03849881 +111 21.48303364 -158.03863797 +111 21.48335233 -158.03874965 +111 21.48310268 -158.03945803 +111 21.48310634 -158.03964509 +111 21.48276513 -158.03950736 +111 21.48274954 -158.03956878 +112 21.48268037 -158.03956727 21.48264315 -158.03957527 +111 21.48262137 -158.03960229 +111 21.48258846 -158.03971769 +111 21.48288464 -158.03982751 +111 21.48310654 -158.03994460 +111 21.48286811 -158.04064251 +111 21.48274869 -158.04059310 +111 21.48271090 -158.04058802 +111 21.48267626 -158.04061848 +111 21.48261958 -158.04059310 +111 21.48264792 -158.04053556 +111 21.48240071 -158.04043065 +111 21.48234245 -158.04065909 +112 21.48228705 -158.04065874 21.48226035 -158.04066693 +111 21.48224256 -158.04069425 +111 21.48186777 -158.04174587 +111 21.48181893 -158.04184964 +111 21.48226578 -158.04206633 +111 21.48202549 -158.04271725 +111 21.48199547 -158.04270805 +111 21.48190100 -158.04268267 +111 21.48175141 -158.04280789 +111 21.48158923 -158.04273851 +111 21.48156876 -158.04280450 +111 21.48170170 -158.04286123 +111 21.48168886 -158.04289374 +111 21.48149746 -158.04280178 +111 21.48140963 -158.04297844 +111 21.48185828 -158.04316948 +111 21.48181794 -158.04330792 +111 21.48193896 -158.04326876 +111 21.48167610 -158.04396188 +112 21.48164127 -158.04401175 21.48162635 -158.04402077 +111 21.48160452 -158.04401223 +111 21.48159932 -158.04381085 +111 21.48155117 -158.04379267 +111 21.48149998 -158.04385894 +111 21.48113293 -158.04371617 +111 21.48109916 -158.04381539 +111 21.48118146 -158.04385083 +111 21.48116064 -158.04391516 +111 21.48107439 -158.04387588 +111 21.48105587 -158.04392057 +111 21.48101302 -158.04390301 +111 21.48097051 -158.04391316 +111 21.48063581 -158.04482762 +111 21.48065592 -158.04488229 +111 21.48074938 -158.04493314 +111 21.48070553 -158.04503522 +111 21.48079906 -158.04503357 +111 21.48102620 -158.04513146 +111 21.48103567 -158.04516197 +111 21.48101437 -158.04521664 +111 21.48103212 -158.04522045 +111 21.48105933 -158.04517341 +111 21.48108890 -158.04516070 +111 21.48125350 -158.04523148 +111 21.48109143 -158.04572544 +111 21.48083501 -158.04653551 +111 21.48024670 -158.04630477 +111 21.48015656 -158.04640466 +111 21.48007996 -158.04635810 +111 21.47999926 -158.04632029 +111 21.48004033 -158.04610700 +111 21.48026635 -158.04545196 +111 21.47993345 -158.04531216 +111 21.47992537 -158.04534429 +111 21.48022029 -158.04546932 +113 21.48017777 -158.04559957 +110 2 1.00 68.0000 New Taxiway 13 +111 21.48005946 -158.04594057 +111 21.47942183 -158.04569013 +111 21.47947259 -158.04554650 +113 21.48010344 -158.04579876 +110 1 1.00 68.6400 New Taxiway 31 +111 21.47528555 -158.03344240 +111 21.47531552 -158.03349195 +111 21.47561982 -158.03425248 +111 21.47591721 -158.03412614 +111 21.47677495 -158.03627737 102 +111 21.47683481 -158.03623542 102 +111 21.47762812 -158.03722514 102 +112 21.47777482 -158.03733570 21.47781864 -158.03733161 102 +111 21.47785103 -158.03732956 102 +111 21.47786627 -158.03740531 53 102 +111 21.47892833 -158.03703974 +111 21.47898248 -158.03715713 +111 21.47884563 -158.03724654 53 102 +112 21.47872797 -158.03722837 21.47869331 -158.03723696 53 102 +111 21.47789566 -158.03751509 +111 21.47790570 -158.03759400 102 +112 21.47782937 -158.03773841 21.47787239 -158.03785166 102 +111 21.47837722 -158.03910356 102 +112 21.47851135 -158.03922292 21.47859518 -158.03925671 102 +111 21.48007724 -158.03987143 102 +112 21.48017172 -158.03985620 21.48019534 -158.03982574 102 +111 21.48020163 -158.03980036 102 +111 21.48026777 -158.03983589 +111 21.48037326 -158.04017600 +111 21.48010558 -158.04030122 +111 21.48003158 -158.04027584 102 +112 21.47993711 -158.04011847 21.47982374 -158.04007109 102 +111 21.47841155 -158.03948100 102 +112 21.47822864 -158.03937249 21.47820197 -158.03933359 102 +112 21.47807432 -158.03926398 21.47802859 -158.03924964 102 +112 21.47787420 -158.03930569 21.47784276 -158.03938452 +111 21.47773588 -158.03964351 +111 21.47778827 -158.03966153 +111 21.47913480 -158.04295490 +111 21.47914870 -158.04399747 +111 21.47845063 -158.04483892 +111 21.47795410 -158.04369683 +111 21.47708520 -158.04411255 +111 21.47664972 -158.04151109 +112 21.47683645 -158.04136988 21.47687564 -158.04127574 +111 21.47691022 -158.04109985 +111 21.47647882 -158.04000916 +111 21.47708413 -158.03969741 +111 21.47697255 -158.03944562 +111 21.47651787 -158.03964945 +111 21.47621068 -158.03891573 +111 21.47580747 -158.03910648 +111 21.47588894 -158.03815543 +112 21.47591839 -158.03801398 21.47589068 -158.03794884 +112 21.47591319 -158.03786694 21.47595130 -158.03784647 +111 21.47699071 -158.03736477 +111 21.47709463 -158.03762534 +111 21.47720895 -158.03756764 +111 21.47704440 -158.03716003 +112 21.47690782 -158.03706296 21.47686308 -158.03704343 +111 21.47673589 -158.03702351 +112 21.47673399 -158.03709209 21.47671520 -158.03710231 +111 21.47520201 -158.03788485 +111 21.47474027 -158.03659673 +111 21.47459242 -158.03661171 +111 21.47398364 -158.03686193 +111 21.47427679 -158.03760779 +112 21.47424057 -158.03772116 21.47426892 -158.03778714 +111 21.47427994 -158.03782098 +112 21.47434292 -158.03785144 21.47437914 -158.03783452 +111 21.47437914 -158.03783452 +111 21.47448306 -158.03779222 +111 21.47450510 -158.03786667 +111 21.47436339 -158.03794619 +112 21.47432631 -158.03810498 21.47436782 -158.03819420 +111 21.47440361 -158.03827418 +112 21.47449379 -158.03829726 21.47455534 -158.03827111 +111 21.47459828 -158.03824496 +112 21.47456393 -158.03811882 21.47461260 -158.03809729 +111 21.47461976 -158.03810190 +111 21.47463837 -158.03814497 +111 21.47486596 -158.03814497 +111 21.47487026 -158.03818035 +111 21.47456325 -158.03833381 +111 21.47461001 -158.03837848 +111 21.47464119 -158.03834312 +111 21.47482479 -158.03848829 +111 21.47480400 -158.03853296 +111 21.47483864 -158.03856088 +112 21.47485423 -158.03852924 21.47484211 -158.03849201 +111 21.47479707 -158.03837289 +111 21.47484037 -158.03836731 +112 21.47486809 -158.03837848 21.47487848 -158.03837289 +111 21.47490273 -158.03836731 +111 21.47546564 -158.03807899 +111 21.47556521 -158.03831992 +111 21.47502738 -158.03857369 +111 21.47499094 -158.03849398 +112 21.47497142 -158.03853034 21.47497533 -158.03853733 +111 21.47498443 -158.03856390 +111 21.47495450 -158.03858208 +111 21.47498183 -158.03863662 +111 21.47483088 -158.03870933 +111 21.47480616 -158.03866179 +112 21.47477623 -158.03867717 21.47477493 -158.03868137 +111 21.47477362 -158.03869535 +112 21.47545398 -158.03916889 21.47552841 -158.03921349 +112 21.47565295 -158.03928887 21.47567156 -158.03930425 +112 21.47569875 -158.03930887 21.47570877 -158.03929502 +112 21.47572595 -158.03924734 21.47572023 -158.03922119 +111 21.47570734 -158.03920734 +111 21.47599077 -158.03907198 +111 21.47605518 -158.03925041 +111 21.47590917 -158.03931656 +111 21.47596660 -158.03941226 +112 21.47599262 -158.03941353 21.47599972 -158.03940972 +111 21.47605769 -158.03938938 +111 21.47611566 -158.03954701 +111 21.47605059 -158.03958261 +112 21.47602930 -158.03954574 21.47602457 -158.03955083 +111 21.47601629 -158.03958261 +112 21.47634046 -158.04012865 21.47642135 -158.04033249 +111 21.47663775 -158.04150574 +111 21.47723853 -158.04540701 +111 21.47716090 -158.04541426 +111 21.47666507 -158.04205310 +112 21.47646424 -158.04178332 21.47634987 -158.04176534 +111 21.47626061 -158.04174136 +111 21.47627176 -158.04151055 +112 21.47654792 -158.04136966 21.47653676 -158.04124976 +112 21.47634779 -158.04028120 21.47630587 -158.04017310 +112 21.47596846 -158.03967539 21.47590768 -158.03960782 +111 21.47586002 -158.03958065 +111 21.47582884 -158.03960954 +111 21.47535732 -158.03928372 +111 21.47531505 -158.03929581 +111 21.47386295 -158.03821035 +111 21.47358449 -158.03749304 +112 21.47366246 -158.03738931 21.47366246 -158.03733345 +112 21.47378498 -158.03686267 21.47385552 -158.03673101 +112 21.47388549 -158.03645560 21.47385950 -158.03638378 +111 21.47322034 -158.03466565 +111 21.47392576 -158.03442989 +114 21.47448942 -158.03394388 21.47454343 -158.03391124 +111 21.47745532 -158.03952253 +111 21.47763212 -158.03960252 +111 21.47780520 -158.03913855 +111 21.47780520 -158.03906456 +111 21.47716873 -158.03935454 +113 21.47727108 -158.03960652 +111 21.47744127 -158.03751733 +111 21.47705734 -158.03769834 +111 21.47695578 -158.03745079 +111 21.47594267 -158.03791661 +111 21.47608972 -158.03827155 +111 21.47596812 -158.03833447 +111 21.47590507 -158.03819169 +111 21.47583301 -158.03902896 +111 21.47624735 -158.03883538 +111 21.47654459 -158.03956617 +113 21.47800106 -158.03889190 +111 21.47561943 -158.03426058 +111 21.47434119 -158.03482106 +111 21.47457833 -158.03537427 +111 21.47440394 -158.03545039 +111 21.47449659 -158.03566121 +111 21.47431130 -158.03574026 +111 21.47461617 -158.03651062 +111 21.47473285 -158.03653702 +111 21.47517640 -158.03776483 +113 21.47671998 -158.03702354 +110 2 1.00 68.0000 New Taxiway 91 +111 21.48546671 -158.03154913 +111 21.48557914 -158.03128061 +111 21.48564722 -158.03131568 +111 21.48598340 -158.03050332 +111 21.48607059 -158.03055086 +111 21.48617209 -158.03027536 +111 21.48636078 -158.03035228 +111 21.48638516 -158.03036140 +111 21.48624187 -158.03075026 +111 21.48639434 -158.03081268 +111 21.48613780 -158.03161633 +111 21.48594178 -158.03154871 +113 21.48586595 -158.03172099 +110 2 1.00 100.0000 New Taxiway 6 +111 21.48048551 -158.03179748 +111 21.48027776 -158.03183515 +111 21.48024079 -158.03159682 +113 21.48044983 -158.03156052 +110 2 1.00 100.0000 New Taxiway 6 +111 21.48089935 -158.03171166 +111 21.48069159 -158.03174932 +111 21.48065463 -158.03151099 +113 21.48086366 -158.03147469 +110 2 1.00 100.0000 New Taxiway 6 +111 21.48133739 -158.03163363 +111 21.48112963 -158.03167130 +111 21.48109267 -158.03143297 +113 21.48130170 -158.03139667 +110 2 1.00 100.0000 New Taxiway 6 +111 21.48175557 -158.03153975 +111 21.48154781 -158.03157741 +111 21.48151085 -158.03133908 +113 21.48171988 -158.03130278 +110 1 1.00 68.6400 New Taxiway 30 +111 21.48179072 -158.03122268 +111 21.48190507 -158.03202145 +111 21.48030413 -158.03234622 +113 21.48014894 -158.03155184 +111 21.48171988 -158.03130278 +111 21.48151085 -158.03133908 +111 21.48154781 -158.03157741 +113 21.48175557 -158.03153975 +111 21.48130170 -158.03139667 +111 21.48109267 -158.03143297 +111 21.48112963 -158.03167130 +113 21.48133739 -158.03163363 +111 21.48086366 -158.03147469 +111 21.48065463 -158.03151099 +111 21.48069159 -158.03174932 +113 21.48089935 -158.03171166 +111 21.48048551 -158.03179748 +111 21.48044983 -158.03156052 +111 21.48024079 -158.03159682 +113 21.48027776 -158.03183515 +110 1 1.00 68.6400 New Taxiway 29 +111 21.48190630 -158.03781710 +111 21.48312351 -158.03448451 +111 21.48307592 -158.03446192 +111 21.48320569 -158.03411195 +111 21.48324982 -158.03412922 +111 21.48359512 -158.03315138 +111 21.48354558 -158.03313227 +111 21.48359588 -158.03301183 +111 21.48363883 -158.03303307 +111 21.48429140 -158.03122977 +111 21.48409575 -158.03117258 +112 21.48432660 -158.03104364 21.48432749 -158.03108471 53 102 +111 21.48441459 -158.03113247 53 102 +112 21.48510449 -158.03140617 21.48516044 -158.03143134 +111 21.48519037 -158.03137121 +112 21.48522963 -158.03126707 21.48523910 -158.03124037 +111 21.48522372 -158.03121494 +111 21.48512553 -158.03117807 +111 21.48513618 -158.03115138 +112 21.48520952 -158.03117807 21.48523910 -158.03118697 +111 21.48526513 -158.03116790 +111 21.48538461 -158.03082718 +111 21.48521781 -158.03074963 +111 21.48522845 -158.03071276 +111 21.48540827 -158.03078142 +112 21.48566127 -158.03007737 21.48568852 -158.02999629 +111 21.48581217 -158.02996926 +111 21.48609719 -158.02913818 +111 21.48660973 -158.02928948 +111 21.48645904 -158.02988325 +111 21.48600178 -158.02965803 +112 21.48588581 -158.02994532 21.48587800 -158.02996910 +112 21.48593005 -158.03003063 21.48596128 -158.03004182 +111 21.48601333 -158.03000266 +111 21.48605888 -158.02986841 +111 21.48617730 -158.02991036 +112 21.48614346 -158.03001245 21.48612394 -158.03006000 +112 21.48615387 -158.03012992 21.48617469 -158.03013971 +111 21.48622805 -158.03012293 +111 21.48633085 -158.03017327 +112 21.48633345 -158.03019145 21.48633736 -158.03019984 +111 21.48639852 -158.03024600 +111 21.48636078 -158.03035228 +111 21.48617209 -158.03027536 +111 21.48607059 -158.03055086 +111 21.48598340 -158.03050332 +112 21.48606669 -158.03025998 21.48606929 -158.03024879 +111 21.48606669 -158.03020404 +111 21.48596263 -158.03017254 +111 21.48572459 -158.03034690 +111 21.48584757 -158.03038971 +111 21.48578348 -158.03060004 +111 21.48576963 -158.03060935 +111 21.48572459 -158.03046789 +111 21.48562240 -158.03051256 +111 21.48567783 -158.03065216 +111 21.48554100 -158.03070056 +112 21.48528764 -158.03142194 21.48527551 -158.03145358 +111 21.48529976 -158.03148709 +111 21.48546204 -158.03155515 +111 21.48586595 -158.03172099 +111 21.48601075 -158.03180084 +111 21.48594407 -158.03199536 +111 21.48586976 -158.03195441 +111 21.48485072 -158.03473030 +111 21.48422170 -158.03447640 +111 21.48401612 -158.03504356 +111 21.48345153 -158.03479295 +111 21.48315116 -158.03560628 +112 21.48379356 -158.03587362 21.48394100 -158.03592900 +111 21.48401829 -158.03569825 +111 21.48410991 -158.03573671 +112 21.48408844 -158.03581978 21.48406696 -158.03590285 +111 21.48416663 -158.03603703 +111 21.48392849 -158.03593914 +111 21.48384911 -158.03613772 +111 21.48307407 -158.03580176 +111 21.48302882 -158.03591894 +112 21.48320320 -158.03615947 21.48324744 -158.03621541 +111 21.48322713 -158.03634533 +111 21.48310310 -158.03629222 +112 21.48312382 -158.03626715 21.48312642 -158.03625177 +111 21.48310690 -158.03621541 +111 21.48298068 -158.03605879 +111 21.48277293 -158.03660658 +111 21.48298879 -158.03657955 +111 21.48300863 -158.03652170 +111 21.48313979 -158.03656993 +112 21.48313141 -158.03659245 21.48312302 -158.03661497 +111 21.48300985 -158.03669380 +111 21.48272693 -158.03673659 +111 21.48241329 -158.03763189 +111 21.48245623 -158.03771580 +111 21.48321879 -158.03804862 +111 21.48318626 -158.03815071 +112 21.48310688 -158.03817029 21.48308476 -158.03818148 +111 21.48305352 -158.03826818 +111 21.48309777 -158.03829056 +111 21.48306263 -158.03836747 +111 21.48291819 -158.03830174 +112 21.48296373 -158.03829056 21.48298586 -158.03828356 +111 21.48299366 -158.03825560 +112 21.48303921 -158.03812974 21.48306003 -158.03805981 +111 21.48299627 -158.03802345 +112 21.48244126 -158.03778245 21.48240261 -158.03776553 +111 21.48234822 -158.03781014 +111 21.48226949 -158.03801319 +113 21.48184435 -158.03784706 +110 1 1.00 68.6400 New Taxiway 28 +111 21.48015656 -158.04640466 +111 21.48024670 -158.04630477 +111 21.48083501 -158.04653551 +111 21.48109143 -158.04572544 +111 21.48113438 -158.04572404 +112 21.48127480 -158.04530597 21.48129301 -158.04525842 +111 21.48125350 -158.04523148 +111 21.48108890 -158.04516070 +111 21.48105933 -158.04517341 +111 21.48103212 -158.04522045 +111 21.48101437 -158.04521664 +111 21.48103567 -158.04516197 +111 21.48102620 -158.04513146 +111 21.48079906 -158.04503357 +111 21.48070553 -158.04503522 +111 21.48074938 -158.04493314 +111 21.48065592 -158.04488229 +111 21.48063581 -158.04482762 +111 21.48097051 -158.04391316 +111 21.48101302 -158.04390301 +111 21.48105587 -158.04392057 +111 21.48162396 -158.04415344 +111 21.48156097 -158.04433787 +111 21.48161923 -158.04435818 +112 21.48167907 -158.04420927 21.48169324 -158.04417205 +111 21.48163301 -158.04411793 +111 21.48116064 -158.04391516 +111 21.48118146 -158.04385083 +111 21.48154727 -158.04401362 +111 21.48155117 -158.04379267 +111 21.48159932 -158.04381085 +111 21.48160452 -158.04401223 +111 21.48163185 -158.04400663 +111 21.48167610 -158.04396188 +111 21.48193896 -158.04326876 +111 21.48181794 -158.04330792 +111 21.48185828 -158.04316948 +111 21.48194547 -158.04321283 +112 21.48200371 -158.04306976 21.48201788 -158.04301900 +111 21.48196435 -158.04297331 +111 21.48170170 -158.04286123 +111 21.48156876 -158.04280450 +111 21.48158923 -158.04273851 +111 21.48175141 -158.04280789 +111 21.48190100 -158.04268267 +111 21.48199547 -158.04270805 +112 21.48191989 -158.04277743 21.48190572 -158.04278758 +112 21.48184274 -158.04279773 21.48182699 -158.04280620 +111 21.48183172 -158.04284342 +112 21.48198445 -158.04291111 21.48203011 -158.04292464 +111 21.48208050 -158.04287049 +112 21.48238265 -158.04205891 21.48240627 -158.04200815 +111 21.48233541 -158.04196246 +111 21.48186777 -158.04174587 +111 21.48224011 -158.04069970 +111 21.48226770 -158.04062811 +111 21.48234245 -158.04065909 +111 21.48240071 -158.04043065 +111 21.48264792 -158.04053556 +111 21.48261958 -158.04059310 +111 21.48267626 -158.04061848 +111 21.48271090 -158.04058802 +111 21.48274869 -158.04059310 +112 21.48274712 -158.04062694 21.48274554 -158.04063371 +111 21.48276129 -158.04066755 +111 21.48284474 -158.04069462 +112 21.48317735 -158.03987218 21.48322065 -158.03976236 +111 21.48313578 -158.03973630 +111 21.48285693 -158.03962090 +111 21.48283441 -158.03964323 +111 21.48282575 -158.03967860 +111 21.48291235 -158.03971396 +111 21.48288464 -158.03982751 +111 21.48258846 -158.03971769 +111 21.48262137 -158.03960229 +111 21.48276859 -158.03965812 +112 21.48277898 -158.03960415 21.48277898 -158.03958739 +111 21.48276513 -158.03958367 +111 21.48274954 -158.03956878 +111 21.48276513 -158.03950736 +111 21.48310634 -158.03964509 +112 21.48317908 -158.03967302 21.48321026 -158.03968232 +111 21.48325183 -158.03963393 +111 21.48370220 -158.03826943 +111 21.48335406 -158.03843323 +112 21.48336619 -158.03847976 21.48337312 -158.03849279 +111 21.48338870 -158.03850954 +111 21.48335233 -158.03874965 +111 21.48303364 -158.03863797 +111 21.48307017 -158.03849881 +111 21.48308878 -158.03838806 +111 21.48315223 -158.03840083 +112 21.48322938 -158.03841944 21.48324985 -158.03842113 +111 21.48329273 -158.03837584 +111 21.48324235 -158.03826755 +111 21.48331478 -158.03822186 +111 21.48334154 -158.03827432 +111 21.48348516 -158.03819924 +111 21.48352918 -158.03824879 +112 21.48361300 -158.03822177 21.48365702 -158.03820600 +112 21.48376180 -158.03818798 21.48378905 -158.03818573 +111 21.48383516 -158.03808889 +111 21.48550857 -158.03347973 +111 21.48619591 -158.03383699 +111 21.48605665 -158.03422804 +111 21.48616421 -158.03424250 +111 21.48633164 -158.03379270 +111 21.48637947 -158.03380555 +111 21.48234777 -158.04502864 +111 21.48154616 -158.04743733 +112 21.48132339 -158.04781818 21.48124913 -158.04790160 +112 21.48095211 -158.04787621 21.48080698 -158.04787621 +112 21.48054327 -158.04744154 21.48048794 -158.04734988 +111 21.48036576 -158.04722601 +111 21.47975367 -158.04702019 +111 21.47975021 -158.04696807 +112 21.47981776 -158.04693271 21.47985760 -158.04691782 +111 21.47993825 -158.04679127 +113 21.48007996 -158.04635810 +111 21.48037564 -158.04653891 +112 21.48041255 -158.04651412 21.48041717 -158.04649594 +112 21.48038948 -158.04647114 21.48037257 -158.04646453 +111 21.48028336 -158.04642982 +112 21.48019261 -158.04649098 21.48017108 -158.04655378 +111 21.48006034 -158.04681163 +111 21.48010187 -158.04683642 +112 21.48009879 -158.04697691 21.48011879 -158.04702484 +111 21.48013725 -158.04702980 +113 21.48016954 -158.04702649 +111 21.48091603 -158.04675872 +112 21.48095798 -158.04674369 21.48096434 -158.04672457 +111 21.48093891 -158.04670271 +111 21.48050674 -158.04651967 +112 21.48047369 -158.04654426 21.48046733 -158.04655518 +113 21.48046733 -158.04656611 +111 21.48148371 -158.04699232 +111 21.48136088 -158.04729811 +111 21.48091460 -158.04712871 +111 21.48088594 -158.04721451 +111 21.48074879 -158.04715951 +111 21.48071399 -158.04724751 +111 21.48046628 -158.04717051 +111 21.48050927 -158.04721671 +112 21.48082044 -158.04764129 21.48086547 -158.04772709 +112 21.48112341 -158.04779749 21.48124829 -158.04781729 +111 21.48130186 -158.04766784 +112 21.48155059 -158.04703571 21.48157576 -158.04697561 +111 21.48152402 -158.04694255 +112 21.48106158 -158.04675266 21.48104760 -158.04674665 +112 21.48101124 -158.04676168 21.48100705 -158.04678121 +113 21.48102662 -158.04680675 +111 21.48215939 -158.04530399 +111 21.48206317 -158.04526219 +111 21.48172980 -158.04625911 +111 21.48153812 -158.04618711 +111 21.48144507 -158.04638711 +111 21.48157534 -158.04646910 +111 21.48146181 -158.04680109 +112 21.48155859 -158.04683509 21.48160697 -158.04684309 +113 21.48164792 -158.04677909 +111 21.48227054 -158.04486153 +112 21.48239337 -158.04479553 21.48241384 -158.04474713 +111 21.48265097 -158.04396391 +112 21.48257005 -158.04390271 21.48252210 -158.04388339 +111 21.48236624 -158.04382541 +111 21.48236924 -158.04386406 +111 21.48242618 -158.04388661 +111 21.48226134 -158.04426346 +111 21.48215117 -158.04418047 +111 21.48227213 -158.04377648 +111 21.48202462 -158.04367848 +112 21.48187573 -158.04368848 21.48184410 -158.04376648 +111 21.48181432 -158.04392448 +111 21.48210464 -158.04404247 +111 21.48198740 -158.04438247 +111 21.48181432 -158.04429647 +112 21.48173988 -158.04432847 21.48173057 -158.04435847 +111 21.48172685 -158.04440447 +111 21.48206742 -158.04452246 +111 21.48200787 -158.04471446 +111 21.48169894 -158.04458446 +111 21.48173988 -158.04444246 +111 21.48169707 -158.04443446 +111 21.48165241 -158.04455846 +114 21.48169335 -158.04465246 21.48175477 -158.04467246 +111 21.48263637 -158.04386073 +112 21.48274268 -158.04383217 21.48276001 -158.04378622 +111 21.48276463 -158.04377132 +112 21.48274730 -158.04372910 21.48273690 -158.04372040 +111 21.48272766 -158.04371792 +111 21.48268606 -158.04375766 +111 21.48203199 -158.04346730 +111 21.48206376 -158.04343451 +112 21.48196080 -158.04345090 21.48193792 -158.04350828 +114 21.48198496 -158.04356838 21.48203707 -158.04359980 +111 21.48293652 -158.04321566 +111 21.48487362 -158.03773495 +111 21.48465565 -158.03762581 +112 21.48458629 -158.03766041 21.48456399 -158.03769236 +111 21.48454913 -158.03778020 +111 21.48431877 -158.03840576 +111 21.48385061 -158.03828864 +111 21.48218895 -158.04284169 +112 21.48219886 -158.04290557 21.48221620 -158.04291888 +111 21.48222858 -158.04292154 +113 21.48223601 -158.04287097 +111 21.48424220 -158.03723484 +112 21.48427217 -158.03737657 21.48432912 -158.03740233 +111 21.48445500 -158.03744743 +111 21.48449096 -158.03733147 +111 21.48454491 -158.03735402 +111 21.48449996 -158.03746997 +111 21.48489559 -158.03762136 +111 21.48494002 -158.03752812 +111 21.48458461 -158.03742289 +111 21.48471880 -158.03695130 +113 21.48438870 -158.03683762 +112 21.48125358 -158.04514947 21.48134378 -158.04518062 +111 21.48136632 -158.04506639 +111 21.48159825 -158.04443639 +111 21.48154027 -158.04438446 +111 21.48149517 -158.04449177 +111 21.48136955 -158.04443985 +113 21.48114729 -158.04511485 +110 1 1.00 68.6400 New Taxiway 27 +111 21.47902846 -158.04537348 +111 21.47913018 -158.04532080 +111 21.47971837 -158.04542288 +111 21.48017777 -158.04559957 +111 21.48022029 -158.04546932 +111 21.47992537 -158.04534429 +111 21.47993345 -158.04531216 +111 21.48026635 -158.04545196 +111 21.48004033 -158.04610700 +111 21.47899481 -158.04568077 +113 21.47905250 -158.04552632 +111 21.48005946 -158.04594057 +111 21.48010344 -158.04579876 +111 21.47947259 -158.04554650 +113 21.47942183 -158.04569013 +110 2 1.00 68.6400 New Taxiway 1 +111 21.48300863 -158.03652170 +111 21.48309403 -158.03628834 +111 21.48310310 -158.03629222 +111 21.48322713 -158.03634533 +111 21.48325018 -158.03635520 +111 21.48316405 -158.03657957 +113 21.48313979 -158.03656993 +110 2 1.00 68.6400 New Taxiway 2 +111 21.48392849 -158.03593914 +111 21.48416663 -158.03603703 +111 21.48441493 -158.03613542 +111 21.48434053 -158.03635431 +113 21.48384911 -158.03613772 +120 Linear Feature 85 +111 21.47596908 -158.03462450 51 +112 21.47580906 -158.03457386 21.47572121 -158.03461791 51 +111 21.47572121 -158.03461791 51 +111 21.47551918 -158.03471684 51 +111 21.47532306 -158.03481287 51 +111 21.47512499 -158.03490986 51 +111 21.47493677 -158.03500202 51 +111 21.47470656 -158.03511409 51 +111 21.47451792 -158.03520712 51 +115 21.47430097 -158.03531335 +120 Linear Feature 85 +111 21.47647384 -158.03587785 51 +112 21.47631381 -158.03582721 21.47622596 -158.03587126 51 +111 21.47622596 -158.03587126 51 +111 21.47602393 -158.03597019 51 +111 21.47582781 -158.03606622 51 +111 21.47562974 -158.03616321 51 +111 21.47544153 -158.03625537 51 +111 21.47521131 -158.03636744 51 +111 21.47502267 -158.03646047 51 +115 21.47480572 -158.03656670 +120 Linear Feature 87 +111 21.47509269 -158.03724011 51 +112 21.47499819 -158.03718207 21.47496844 -158.03710747 51 +111 21.47479818 -158.03668471 51 +116 21.47480572 -158.03656670 21.47484374 -158.03654894 +120 Linear Feature 87 +111 21.47530965 -158.03713388 51 +112 21.47518485 -158.03707311 21.47515510 -158.03699851 51 +111 21.47498484 -158.03657576 51 +116 21.47502267 -158.03646047 21.47506069 -158.03644270 +120 Linear Feature 87 +111 21.47550084 -158.03704026 51 +112 21.47537686 -158.03697855 21.47534710 -158.03690394 51 +111 21.47517685 -158.03648119 51 +116 21.47521131 -158.03636744 21.47524933 -158.03634968 +120 Linear Feature 87 +111 21.47572850 -158.03692878 51 +112 21.47560226 -158.03686712 21.47557251 -158.03679252 51 +111 21.47540225 -158.03636977 51 +116 21.47544153 -158.03625537 21.47547954 -158.03623761 +120 Linear Feature 87 +111 21.47591671 -158.03683662 51 +112 21.47578860 -158.03677670 21.47575884 -158.03670209 51 +111 21.47558859 -158.03627934 51 +116 21.47563070 -158.03616386 21.47566872 -158.03614610 +120 Linear Feature 87 +111 21.47611479 -158.03673963 51 +112 21.47598854 -158.03667660 21.47595879 -158.03660200 51 +111 21.47578853 -158.03617925 51 +116 21.47582781 -158.03606622 21.47586583 -158.03604846 +120 Linear Feature 87 +111 21.47631091 -158.03664360 51 +112 21.47618476 -158.03658319 21.47615501 -158.03650858 51 +111 21.47598475 -158.03608583 51 +116 21.47602393 -158.03597019 21.47606195 -158.03595243 +120 Linear Feature 87 +111 21.47480572 -158.03656670 51 +112 21.47473323 -158.03649878 21.47470295 -158.03642340 51 +111 21.47457632 -158.03610179 51 +116 21.47458794 -158.03598676 21.47464238 -158.03596238 +120 Linear Feature 87 +111 21.47458794 -158.03598676 51 +112 21.47450847 -158.03593606 21.47447872 -158.03586146 51 +111 21.47430846 -158.03543870 51 +116 21.47430097 -158.03531335 21.47433899 -158.03529559 +120 Linear Feature 87 +111 21.47622596 -158.03587126 51 +112 21.47610590 -158.03581099 21.47607615 -158.03573639 51 +111 21.47596388 -158.03544170 51 +116 21.47601263 -158.03528803 21.47608349 -158.03525152 +120 Linear Feature 87 +111 21.47602393 -158.03597019 51 +112 21.47590044 -158.03591260 21.47587068 -158.03583799 51 +111 21.47575842 -158.03554330 51 +116 21.47580616 -158.03539025 21.47587702 -158.03535373 +120 Linear Feature 87 +111 21.47582781 -158.03606622 51 +112 21.47570443 -158.03600717 21.47567467 -158.03593256 51 +111 21.47556241 -158.03563787 51 +116 21.47561004 -158.03548628 21.47568090 -158.03544977 +120 Linear Feature 87 +111 21.47563070 -158.03616386 51 +112 21.47550642 -158.03610388 21.47547666 -158.03602928 51 +111 21.47536440 -158.03573459 51 +116 21.47541196 -158.03558327 21.47548282 -158.03554676 +120 Linear Feature 87 +111 21.47544153 -158.03625537 51 +112 21.47531841 -158.03619630 21.47528866 -158.03612170 51 +111 21.47517639 -158.03582701 51 +116 21.47522375 -158.03567543 21.47529461 -158.03563892 +120 Linear Feature 87 +111 21.47521131 -158.03636744 51 +112 21.47508840 -158.03630807 21.47505865 -158.03623346 51 +111 21.47494638 -158.03593877 51 +116 21.47499491 -158.03578811 21.47506577 -158.03575159 +120 Linear Feature 87 +111 21.47502267 -158.03646047 51 +112 21.47489839 -158.03640049 21.47486864 -158.03632588 51 +111 21.47475638 -158.03603119 51 +116 21.47480490 -158.03588053 21.47487576 -158.03584401 +120 Linear Feature 87 +111 21.47480490 -158.03588053 51 +112 21.47468010 -158.03581976 21.47465035 -158.03574516 51 +111 21.47448009 -158.03532240 51 +116 21.47451792 -158.03520712 21.47455594 -158.03518935 +120 Linear Feature 87 +111 21.47499609 -158.03578691 51 +112 21.47487211 -158.03572519 21.47484235 -158.03565059 51 +111 21.47467210 -158.03522784 51 +116 21.47470656 -158.03511409 21.47474458 -158.03509633 +120 Linear Feature 87 +111 21.47522375 -158.03567543 51 +112 21.47509751 -158.03561377 21.47506776 -158.03553917 51 +111 21.47489750 -158.03511642 51 +116 21.47493677 -158.03500202 21.47497479 -158.03498426 +120 Linear Feature 87 +111 21.47541196 -158.03558327 51 +112 21.47528384 -158.03552335 21.47525409 -158.03544874 51 +111 21.47508384 -158.03502599 51 +116 21.47512499 -158.03490986 21.47516300 -158.03489210 +120 Linear Feature 87 +111 21.47561004 -158.03548628 51 +112 21.47548379 -158.03542326 21.47545404 -158.03534865 51 +111 21.47528378 -158.03492590 51 +116 21.47532306 -158.03481287 21.47536108 -158.03479511 +120 Linear Feature 87 +111 21.47580616 -158.03539025 51 +112 21.47568001 -158.03532984 21.47565026 -158.03525523 51 +111 21.47548000 -158.03483248 51 +116 21.47551918 -158.03471684 21.47555720 -158.03469908 +120 Linear Feature 87 +111 21.47601263 -158.03528803 51 +112 21.47588299 -158.03523015 21.47585324 -158.03515555 51 +111 21.47568298 -158.03473279 51 +116 21.47572121 -158.03461791 21.47575923 -158.03460015 +120 Linear Feature 87 +111 21.47651293 -158.03654467 51 +112 21.47638774 -158.03648350 21.47635799 -158.03640890 51 +111 21.47618773 -158.03598615 51 +116 21.47622596 -158.03587126 21.47626398 -158.03585350 +120 Linear Feature 88 +111 21.47589415 -158.03443821 51 +116 21.47580906 -158.03457386 21.47572601 -158.03461471 +120 Linear Feature 88 +111 21.47639890 -158.03569156 51 +116 21.47631381 -158.03582721 21.47623076 -158.03586806 +120 Linear Feature 85 +111 21.47625521 -158.03533434 51 +112 21.47609603 -158.03524727 21.47600818 -158.03529132 51 +111 21.47601263 -158.03528803 51 +111 21.47580616 -158.03539025 51 +111 21.47561004 -158.03548628 51 +111 21.47541196 -158.03558327 51 +111 21.47522375 -158.03567543 51 +111 21.47499491 -158.03578811 51 +111 21.47480490 -158.03588053 51 +115 21.47458794 -158.03598676 +120 Linear Feature 85 +111 21.47676273 -158.03659608 51 +112 21.47660078 -158.03650062 21.47651293 -158.03654467 51 +111 21.47651293 -158.03654467 51 +111 21.47631091 -158.03664360 51 +111 21.47611479 -158.03673963 51 +111 21.47591671 -158.03683662 51 +111 21.47572850 -158.03692878 51 +111 21.47550084 -158.03704026 51 +111 21.47530965 -158.03713388 51 +111 21.47509269 -158.03724011 51 +112 21.47504584 -158.03730934 21.47505755 -158.03735339 51 +115 21.47518347 -158.03764605 +120 Linear Feature 88 +111 21.47616644 -158.03511364 51 +116 21.47609568 -158.03524718 21.47601263 -158.03528803 +120 Linear Feature 88 +111 21.47666902 -158.03636310 51 +116 21.47660078 -158.03650062 21.47651774 -158.03654147 +120 Linear Feature 67 +111 21.48473446 -158.03131323 51 +111 21.48438363 -158.03116521 51 +116 21.48410962 -158.03112007 21.48405161 -158.03113942 +120 Linear Feature 68 +111 21.47996810 -158.04382474 51 +112 21.47990348 -158.04371977 21.47980581 -158.04368102 51 +111 21.47970813 -158.04363580 51 +116 21.47953029 -158.04339797 21.47952120 -158.04322016 +120 Linear Feature 66 +111 21.47998749 -158.04594570 51 +111 21.47939889 -158.04571598 51 +112 21.47935497 -158.04552402 21.47941939 -158.04534780 51 +111 21.47996810 -158.04382474 51 +111 21.48000671 -158.04370742 51 +111 21.48110239 -158.04078619 51 +111 21.48116970 -158.04060534 51 +111 21.48186078 -158.03874867 51 +111 21.48188783 -158.03867600 51 +111 21.48194208 -158.03853022 51 +111 21.48215672 -158.03795358 51 +111 21.48296805 -158.03573127 51 +111 21.48303607 -158.03554495 51 +111 21.48341747 -158.03449315 51 +111 21.48348479 -158.03431230 51 +111 21.48385684 -158.03329370 51 +111 21.48392416 -158.03311285 51 +111 21.48455537 -158.03138345 51 +112 21.48473446 -158.03131323 21.48483368 -158.03135224 51 +115 21.48513620 -158.03147708 +120 Linear Feature 65 +111 21.48380615 -158.03317825 51 +116 21.48392416 -158.03311285 21.48394836 -158.03304523 +120 Linear Feature 65 +111 21.48336678 -158.03437771 51 +116 21.48348479 -158.03431230 21.48350899 -158.03424468 +120 Linear Feature 65 +111 21.48183200 -158.03856519 51 +116 21.48194208 -158.03853022 21.48196082 -158.03847728 +120 Linear Feature 65 +111 21.48105169 -158.04067075 51 +116 21.48116970 -158.04060534 21.48119390 -158.04053772 +120 Linear Feature 64 +111 21.48348186 -158.03228880 51 +111 21.48327373 -158.03284796 51 +116 21.48335117 -158.03298320 21.48345281 -158.03302741 +120 Linear Feature 64 +111 21.48304249 -158.03348826 51 +111 21.48283436 -158.03404741 51 +116 21.48291180 -158.03418265 21.48301345 -158.03422686 +120 Linear Feature 64 +111 21.48150770 -158.03767574 51 +111 21.48129957 -158.03823490 51 +116 21.48137701 -158.03837014 21.48147866 -158.03841435 +120 Linear Feature 64 +111 21.48072740 -158.03978130 51 +111 21.48051927 -158.04034046 51 +116 21.48059671 -158.04047569 21.48069836 -158.04051991 +120 Linear Feature 63 +111 21.48304249 -158.03348826 51 +111 21.48321322 -158.03302481 51 +112 21.48335117 -158.03298320 21.48341893 -158.03301181 51 +111 21.48380615 -158.03317825 51 +116 21.48385684 -158.03329370 21.48383990 -158.03334831 +120 Linear Feature 63 +111 21.48261947 -158.03462478 51 +111 21.48277386 -158.03422426 51 +112 21.48291180 -158.03418265 21.48297957 -158.03421126 51 +111 21.48336678 -158.03437771 51 +116 21.48341747 -158.03449315 21.48340053 -158.03454777 +120 Linear Feature 63 +111 21.48110354 -158.03881226 51 +111 21.48123907 -158.03841175 51 +112 21.48137701 -158.03837014 21.48144478 -158.03839874 51 +111 21.48183200 -158.03856519 51 +116 21.48188783 -158.03867600 21.48187088 -158.03873061 +120 Linear Feature 63 +111 21.48032324 -158.04091782 51 +111 21.48045877 -158.04051731 51 +112 21.48059671 -158.04047569 21.48066448 -158.04050430 51 +111 21.48105169 -158.04067075 51 +116 21.48110239 -158.04078619 21.48108545 -158.04084081 +120 Linear Feature 86 +111 21.47530965 -158.03713388 51 +112 21.47526775 -158.03727582 21.47530175 -158.03736609 51 +115 21.47537376 -158.03754878 +120 Linear Feature 86 +111 21.47550084 -158.03704026 51 +112 21.47545894 -158.03718480 21.47549294 -158.03727507 51 +115 21.47556495 -158.03745776 +120 Linear Feature 86 +111 21.47572850 -158.03692878 51 +112 21.47568885 -158.03707297 21.47572285 -158.03716324 51 +115 21.47579486 -158.03734593 +120 Linear Feature 86 +111 21.47591671 -158.03683662 51 +112 21.47587762 -158.03698455 21.47591162 -158.03707482 51 +115 21.47598363 -158.03725751 +120 Linear Feature 86 +111 21.47611479 -158.03673963 51 +112 21.47607607 -158.03688572 21.47611007 -158.03697599 51 +115 21.47618207 -158.03715868 +120 Linear Feature 86 +111 21.47631091 -158.03664360 51 +112 21.47626968 -158.03678690 21.47630368 -158.03687717 51 +115 21.47637568 -158.03705986 +120 Linear Feature 86 +111 21.47651293 -158.03654467 51 +112 21.47647297 -158.03669067 21.47650697 -158.03678094 51 +115 21.47657897 -158.03696363 +120 Linear Feature 62 +111 21.47726655 -158.03756379 51 +111 21.47706085 -158.03707486 51 +112 21.47698824 -158.03697083 21.47692774 -158.03692922 51 +111 21.47686966 -158.03687201 51 +111 21.47676273 -158.03659608 51 +111 21.47666902 -158.03636310 51 +111 21.47647384 -158.03587785 51 +111 21.47639890 -158.03569156 51 +111 21.47625521 -158.03533434 51 +111 21.47616644 -158.03511364 51 +115 21.47585375 -158.03433626 +120 Linear Feature 61 +111 21.47774896 -158.03750765 51 +116 21.47755870 -158.03741425 21.47749339 -158.03729794 +120 Linear Feature 60 +111 21.47767051 -158.03771749 51 +112 21.47774896 -158.03750765 21.47785442 -158.03747052 51 +115 21.47887636 -158.03711854 +120 Linear Feature 59 +111 21.48081786 -158.03946815 51 +111 21.48062183 -158.03999610 51 +116 21.48033042 -158.04012904 21.48015133 -158.04005102 +120 Linear Feature 58 +111 21.48030113 -158.04090431 51 +111 21.48043424 -158.04051811 51 +112 21.48033042 -158.04012904 21.48012543 -158.04004608 51 +111 21.47842353 -158.03934096 51 +112 21.47824352 -158.03913033 21.47815952 -158.03892184 51 +111 21.47767051 -158.03771749 51 +111 21.47755870 -158.03741425 51 +112 21.47742826 -158.03719398 21.47736437 -158.03711960 51 +111 21.47704226 -158.03671909 51 +112 21.47695174 -158.03665902 21.47689318 -158.03665616 51 +111 21.47682130 -158.03664185 51 +116 21.47676273 -158.03659608 21.47673877 -158.03655031 +120 Linear Feature 57 +111 21.47782674 -158.04020372 51 +116 21.47785727 -158.04010508 21.47783814 -158.04005664 +120 Linear Feature 57 +111 21.47800856 -158.04063554 51 +116 21.47803910 -158.04053690 21.47801997 -158.04048846 +120 Linear Feature 56 +111 21.47788411 -158.04036667 51 +112 21.47792147 -158.04025683 21.47789415 -158.04019810 51 +111 21.47782674 -158.04020372 51 +111 21.47755488 -158.04033291 51 +116 21.47748408 -158.04031193 21.47746769 -158.04027523 +120 Linear Feature 56 +111 21.47806594 -158.04079849 51 +112 21.47810165 -158.04068585 21.47807433 -158.04062713 51 +111 21.47800856 -158.04063554 51 +111 21.47773671 -158.04076472 51 +116 21.47767148 -158.04074331 21.47765508 -158.04070661 +120 Linear Feature 55 +111 21.47797987 -158.04039589 51 +112 21.47788411 -158.04036667 21.47783220 -158.04039163 51 +111 21.47764095 -158.04048264 51 +116 21.47759579 -158.04056908 21.47759989 -158.04064248 +120 Linear Feature 55 +111 21.47816196 -158.04082945 51 +112 21.47806594 -158.04079849 21.47801403 -158.04082345 51 +111 21.47782277 -158.04091446 51 +116 21.47778576 -158.04100638 21.47778986 -158.04107978 +120 Linear Feature 54 +111 21.47726222 -158.04125527 51 +116 21.47730869 -158.04118802 21.47735104 -158.04117040 +120 Linear Feature 54 +111 21.47709189 -158.04082318 51 +116 21.47713232 -158.04073862 21.47717466 -158.04072100 +120 Linear Feature 53 +111 21.47723765 -158.04100452 51 +112 21.47721045 -158.04112463 21.47723640 -158.04118776 51 +112 21.47730869 -158.04118802 21.47734557 -158.04117040 51 +111 21.47747945 -158.04112049 51 +116 21.47754785 -158.04114197 21.47757244 -158.04118308 +120 Linear Feature 53 +111 21.47706128 -158.04055511 51 +112 21.47703502 -158.04067892 21.47706098 -158.04074204 51 +112 21.47713232 -158.04073862 21.47716920 -158.04072100 51 +111 21.47730308 -158.04067109 51 +116 21.47737148 -158.04069257 21.47739607 -158.04073367 +120 Linear Feature 52 +111 21.47742661 -158.04083037 51 +112 21.47740704 -158.04092084 21.47737563 -158.04093993 51 +111 21.47723765 -158.04100452 51 +116 21.47715753 -158.04098970 21.47713704 -158.04095593 +120 Linear Feature 52 +111 21.47724858 -158.04038536 51 +112 21.47723067 -158.04047144 21.47719925 -158.04049052 51 +111 21.47706128 -158.04055511 51 +116 21.47697167 -158.04051819 21.47693888 -158.04046534 +120 Linear Feature 42 +111 21.47783807 -158.04081809 51 +115 21.47736418 -158.04105023 +120 Linear Feature 41 +111 21.47765375 -158.04038275 51 +115 21.47718784 -158.04060975 +120 Linear Feature 45 +111 21.47767684 -158.03962778 51 +116 21.47758988 -158.03974248 21.47750987 -158.03978117 +120 Linear Feature 44 +111 21.47772282 -158.03978383 51 +112 21.47758988 -158.03974248 21.47750442 -158.03978156 51 +111 21.47736987 -158.03984213 51 +111 21.47722228 -158.03991152 51 +111 21.47714769 -158.03994659 51 +111 21.47701638 -158.04000833 51 +111 21.47690439 -158.04006097 51 +112 21.47685166 -158.04022706 21.47690076 -158.04034234 51 +111 21.47697167 -158.04051819 51 +111 21.47703502 -158.04067892 51 +111 21.47709189 -158.04082318 51 +111 21.47715753 -158.04098970 51 +111 21.47721591 -158.04113491 51 +111 21.47726222 -158.04125527 51 +111 21.47745941 -158.04175551 51 +116 21.47757400 -158.04180322 21.47763582 -158.04178759 +120 Linear Feature 43 +111 21.47775920 -158.04137237 51 +115 21.47721614 -158.04007655 +120 Linear Feature 40 +111 21.47801884 -158.04124502 51 +111 21.47783807 -158.04081809 51 +111 21.47765375 -158.04038275 51 +111 21.47747281 -158.03995543 51 +111 21.47721614 -158.04007655 51 +111 21.47701279 -158.04017251 51 +111 21.47718784 -158.04060975 51 +111 21.47736418 -158.04105023 51 +111 21.47753682 -158.04148145 51 +113 21.47775920 -158.04137237 51 +120 Linear Feature 35 +111 21.47727284 -158.04238843 51 +112 21.47735645 -158.04229623 21.47742245 -158.04227495 51 +111 21.47756212 -158.04223821 51 +116 21.47759486 -158.04225562 21.47760512 -158.04227468 +120 Linear Feature 35 +111 21.47732238 -158.04258863 51 +112 21.47740598 -158.04249642 21.47747199 -158.04247514 51 +111 21.47763815 -158.04242828 51 +116 21.47767089 -158.04244569 21.47768116 -158.04246474 +120 Linear Feature 35 +111 21.47737090 -158.04278816 51 +112 21.47745450 -158.04269595 21.47752051 -158.04267468 51 +111 21.47771373 -158.04261779 51 +116 21.47774647 -158.04263520 21.47775674 -158.04265425 +120 Linear Feature 35 +111 21.47741475 -158.04296964 51 +112 21.47749836 -158.04287744 21.47756436 -158.04285616 51 +111 21.47778371 -158.04279225 51 +116 21.47781645 -158.04280966 21.47782671 -158.04282871 +120 Linear Feature 35 +111 21.47746420 -158.04316717 51 +112 21.47754781 -158.04307496 21.47761381 -158.04305369 51 +111 21.47786022 -158.04298276 51 +116 21.47789296 -158.04300017 21.47790323 -158.04301922 +120 Linear Feature 36 +111 21.47756212 -158.04223821 51 +116 21.47757715 -158.04221320 21.47757425 -158.04220013 +120 Linear Feature 36 +111 21.47763815 -158.04242828 51 +116 21.47765319 -158.04240327 21.47765029 -158.04239019 +120 Linear Feature 36 +111 21.47771373 -158.04261779 51 +116 21.47772877 -158.04259277 21.47772587 -158.04257970 +120 Linear Feature 36 +111 21.47778371 -158.04279225 51 +116 21.47779875 -158.04276724 21.47779585 -158.04275416 +120 Linear Feature 36 +111 21.47786022 -158.04298276 51 +116 21.47787526 -158.04295775 21.47787236 -158.04294467 +120 Linear Feature 34 +111 21.47765676 -158.04357472 51 +112 21.47754781 -158.04347689 21.47752581 -158.04338468 51 +111 21.47746420 -158.04316717 51 +111 21.47741475 -158.04296964 51 +111 21.47740857 -158.04294404 51 +111 21.47737090 -158.04278816 51 +111 21.47736247 -158.04275351 51 +111 21.47732238 -158.04258863 51 +111 21.47731423 -158.04255570 51 +111 21.47727284 -158.04238843 51 +111 21.47726454 -158.04235454 51 +111 21.47721339 -158.04214581 51 +116 21.47724544 -158.04196448 21.47731364 -158.04192429 +120 Linear Feature 37 +111 21.47693644 -158.04246688 51 +112 21.47698016 -158.04230657 21.47704102 -158.04228522 51 +111 21.47717559 -158.04222614 51 +116 21.47721339 -158.04214581 21.47721091 -158.04207909 +120 Linear Feature 37 +111 21.47698259 -158.04265475 51 +112 21.47702854 -158.04249668 21.47708940 -158.04247533 51 +111 21.47722849 -158.04243929 51 +116 21.47726454 -158.04235454 21.47726205 -158.04228781 +120 Linear Feature 37 +111 21.47703250 -158.04285796 51 +112 21.47707648 -158.04269740 21.47713733 -158.04267605 51 +111 21.47727642 -158.04264001 51 +116 21.47731423 -158.04255570 21.47731175 -158.04248897 +120 Linear Feature 37 +111 21.47708011 -158.04305176 51 +112 21.47712502 -158.04289516 21.47718588 -158.04287380 51 +111 21.47732497 -158.04283777 51 +116 21.47736247 -158.04275351 21.47735999 -158.04268679 +120 Linear Feature 37 +111 21.47712414 -158.04323104 51 +112 21.47717131 -158.04308685 21.47723217 -158.04306550 51 +111 21.47736900 -158.04302582 51 +116 21.47740857 -158.04294404 21.47740608 -158.04287731 +120 Linear Feature 51 +111 21.47770893 -158.04174347 51 +116 21.47774720 -158.04163173 21.47772571 -158.04155890 +120 Linear Feature 50 +111 21.47712314 -158.04007182 51 +116 21.47701638 -158.04000833 21.47695687 -158.04002254 +120 Linear Feature 49 +111 21.47714769 -158.03994659 51 +112 21.47712314 -158.04007182 21.47714798 -158.04013187 51 +111 21.47724858 -158.04038536 51 +111 21.47737148 -158.04069257 51 +111 21.47742661 -158.04083037 51 +111 21.47754785 -158.04114197 51 +111 21.47774720 -158.04163173 51 +116 21.47786121 -158.04167324 21.47791907 -158.04165904 +120 Linear Feature 48 +111 21.47734349 -158.03998829 51 +116 21.47722228 -158.03991152 21.47716608 -158.03993639 +120 Linear Feature 47 +111 21.47795761 -158.04162392 51 +116 21.47798853 -158.04149425 21.47796704 -158.04143741 +120 Linear Feature 46 +111 21.47809853 -158.04155228 51 +112 21.47798853 -158.04149425 21.47795853 -158.04142547 51 +111 21.47778576 -158.04100638 51 +111 21.47767148 -158.04074331 51 +111 21.47759579 -158.04056908 51 +111 21.47748408 -158.04031193 51 +111 21.47734349 -158.03998829 51 +116 21.47736987 -158.03984213 21.47742987 -158.03978625 +120 Linear Feature 32 +111 21.47811997 -158.04357186 51 +112 21.47783512 -158.04349175 21.47765676 -158.04357472 51 +111 21.47765676 -158.04357472 51 +111 21.47747839 -158.04365482 51 +112 21.47718687 -158.04348640 21.47713236 -158.04327549 51 +111 21.47712414 -158.04323104 51 +111 21.47708011 -158.04305176 51 +111 21.47703250 -158.04285796 51 +111 21.47698259 -158.04265475 51 +111 21.47693644 -158.04246688 51 +111 21.47691001 -158.04235927 51 +112 21.47708571 -158.04203028 21.47724544 -158.04196448 51 +111 21.47724544 -158.04196448 51 +111 21.47757400 -158.04180322 51 +111 21.47770893 -158.04174347 51 +111 21.47782068 -158.04169398 51 +111 21.47786121 -158.04167324 51 +111 21.47795761 -158.04162392 51 +111 21.47809413 -158.04155405 51 +111 21.47821201 -158.04149373 51 +112 21.47832411 -158.04122475 21.47825392 -158.04105310 51 +111 21.47816196 -158.04082945 51 +111 21.47810165 -158.04068585 51 +111 21.47803910 -158.04053690 51 +111 21.47797987 -158.04039589 51 +111 21.47792147 -158.04025683 51 +111 21.47785727 -158.04010508 51 +111 21.47772282 -158.03978383 51 +112 21.47767684 -158.03962778 21.47769136 -158.03959398 51 +115 21.47784624 -158.03918307 +120 Linear Feature 31 +111 21.47858322 -158.04440376 51 +112 21.47835188 -158.04414886 21.47826403 -158.04394747 51 +111 21.47811761 -158.04356670 51 +111 21.47789187 -158.04299948 51 +111 21.47787526 -158.04295775 51 +111 21.47781621 -158.04280938 51 +111 21.47779917 -158.04276656 51 +111 21.47774688 -158.04263518 51 +111 21.47772656 -158.04258412 51 +111 21.47767135 -158.04244541 51 +111 21.47765445 -158.04240294 51 +111 21.47759921 -158.04226415 51 +111 21.47757232 -158.04219657 51 +111 21.47751145 -158.04204363 51 +116 21.47757400 -158.04180322 21.47767081 -158.04175641 +120 Linear Feature 30 +111 21.47825849 -158.04193721 51 +111 21.47816409 -158.04170543 51 +116 21.47821201 -158.04149373 21.47829188 -158.04144224 +120 Linear Feature 29 +111 21.47893494 -158.04357451 51 +111 21.47825849 -158.04193721 51 +116 21.47782068 -158.04169398 21.47759174 -158.04179697 +120 Linear Feature 28 +111 21.47842339 -158.04328879 20 +111 21.47839833 -158.04313009 +111 21.47837622 -158.04299012 20 +111 21.47835208 -158.04283726 +111 21.47832957 -158.04269479 20 +111 21.47830709 -158.04255241 +111 21.47828525 -158.04241417 20 +111 21.47826201 -158.04226702 +111 21.47824165 -158.04213810 20 +111 21.47821859 -158.04199212 +111 21.47819699 -158.04185536 20 +111 21.47817367 -158.04170769 +111 21.47815196 -158.04157025 20 +111 21.47812753 -158.04141552 +111 21.47810718 -158.04128670 20 +111 21.47808378 -158.04113851 +111 21.47805887 -158.04098082 20 +111 21.47803568 -158.04083398 +111 21.47801512 -158.04070381 20 +115 21.47799076 -158.04054956 +120 Linear Feature 27 +111 21.47789550 -158.04040523 53 +115 21.47835713 -158.04327623 +120 Linear Feature 26 +111 21.47850105 -158.04328009 53 +115 21.47804367 -158.04040869 +120 Linear Feature 23 +111 21.47591694 -158.03431099 53 +111 21.47666670 -158.03617504 53 +111 21.47677495 -158.03627737 53 +111 21.47758696 -158.03726558 53 +116 21.47786627 -158.03740531 21.47801828 -158.03735803 +120 Linear Feature 22 +111 21.47789619 -158.03751661 53 +112 21.47776810 -158.03776363 21.47784275 -158.03795961 53 +111 21.47831967 -158.03912323 53 +112 21.47851637 -158.03930086 21.47868167 -158.03936303 53 +111 21.48008066 -158.03994379 53 +116 21.48026777 -158.03983589 21.48032714 -158.03969916 +120 Linear Feature 21 +111 21.48010558 -158.04030122 53 +112 21.47996232 -158.04005413 21.47976905 -158.03998175 53 +111 21.47844065 -158.03942164 53 +112 21.47820964 -158.03923249 21.47815023 -158.03908827 53 +111 21.47815024 -158.03908828 53 +116 21.47785762 -158.03896060 21.47768161 -158.03904335 +120 Linear Feature 18 +111 21.48474105 -158.03138366 53 +112 21.48461189 -158.03144239 21.48457836 -158.03152647 53 +111 21.48223461 -158.03793149 53 +116 21.48226949 -158.03801319 21.48232009 -158.03803447 +120 Linear Feature 13 +111 21.47978894 -158.04348985 53 102 +111 21.47995308 -158.04354370 53 102 +112 21.48003959 -158.04347896 21.48006868 -158.04339299 53 102 +111 21.48098715 -158.04090943 53 102 +112 21.48094515 -158.04081056 21.48088515 -158.04078907 53 102 +115 21.48079556 -158.04075260 +120 Linear Feature 12 +111 21.47924331 -158.04577528 53 102 +112 21.47923375 -158.04564903 21.47925560 -158.04559471 53 102 +111 21.47986373 -158.04394207 53 102 +112 21.47981646 -158.04386587 21.47974555 -158.04383852 53 102 +115 21.47968015 -158.04380750 +120 Linear Feature 17 +111 21.48361276 -158.03302412 53 102 +111 21.48379340 -158.03309913 53 102 +112 21.48387014 -158.03305010 21.48389373 -158.03298870 53 102 +111 21.48448269 -158.03136166 53 102 +112 21.48445128 -158.03126929 21.48439839 -158.03124442 53 102 +111 21.48435393 -158.03123375 53 102 +116 21.48429142 -158.03123876 21.48428582 -158.03124177 +120 Linear Feature 16 +111 21.48321951 -158.03412234 53 102 +111 21.48338492 -158.03418888 53 102 +112 21.48346974 -158.03413328 21.48349519 -158.03405762 53 102 +111 21.48377184 -158.03330980 53 102 +112 21.48374208 -158.03321715 21.48369076 -158.03319619 53 102 +115 21.48357478 -158.03313773 +120 Linear Feature 15 +111 21.48171379 -158.03832902 53 102 +111 21.48185266 -158.03838968 53 102 +112 21.48193547 -158.03833985 21.48196144 -158.03826342 53 102 +111 21.48329756 -158.03463198 53 102 +112 21.48324476 -158.03452795 21.48317216 -158.03449721 53 102 +115 21.48309364 -158.03446620 +120 Linear Feature 14 +111 21.48093627 -158.04042723 53 102 +111 21.48108406 -158.04048790 53 102 +112 21.48116309 -158.04044709 21.48118259 -158.04039304 53 102 +111 21.48175662 -158.03882675 53 102 +112 21.48172308 -158.03872799 21.48166347 -158.03870530 53 102 +115 21.48156288 -158.03866526 +120 Linear Feature 24 +111 21.47578728 -158.03436543 53 +111 21.47583280 -158.03447890 +111 21.47584087 -158.03449901 53 +111 21.47585889 -158.03454391 +111 21.47587334 -158.03457995 53 +111 21.47588910 -158.03461924 +111 21.47592144 -158.03469984 53 +111 21.47593717 -158.03473905 +111 21.47595295 -158.03477840 53 +111 21.47596949 -158.03481961 +111 21.47597836 -158.03484173 53 +111 21.47606481 -158.03505724 +111 21.47607235 -158.03507603 53 +111 21.47609053 -158.03512133 +111 21.47610582 -158.03515946 53 +111 21.47612272 -158.03520159 +111 21.47615200 -158.03527458 53 +111 21.47616900 -158.03531695 +111 21.47618372 -158.03535362 53 +111 21.47620166 -158.03539836 +111 21.47621018 -158.03541961 53 +111 21.47629557 -158.03563244 +111 21.47630440 -158.03565445 53 +111 21.47632184 -158.03569793 +111 21.47633426 -158.03572890 53 +111 21.47635080 -158.03577011 +111 21.47638278 -158.03584984 53 +111 21.47640205 -158.03589787 +111 21.47641529 -158.03593088 53 +111 21.47643243 -158.03597361 +111 21.47644191 -158.03599724 53 +111 21.47653045 -158.03621792 +111 21.47654044 -158.03624284 53 +111 21.47655685 -158.03628374 +111 21.47657286 -158.03632366 53 +111 21.47659022 -158.03636691 +111 21.47660493 -158.03640359 53 +111 21.47662264 -158.03644773 +111 21.47665353 -158.03652473 53 +111 21.47667123 -158.03656886 +111 21.47668595 -158.03660555 53 +111 21.47670354 -158.03664939 +111 21.47671696 -158.03668284 53 +111 21.47673624 -158.03673090 +111 21.47674560 -158.03675424 53 +115 21.47685864 -158.03703601 +120 Linear Feature 69 +111 21.48000671 -158.04370742 51 +116 21.47990303 -158.04372037 21.47982485 -158.04368716 +120 Linear Feature 84 +111 21.48114553 -158.04221815 51 +115 21.48103272 -158.04251793 +120 Linear Feature 83 +111 21.48129758 -158.04263512 51 +111 21.48140939 -158.04233474 51 +111 21.48114553 -158.04221815 51 +111 21.48088495 -158.04210301 51 +111 21.48077048 -158.04240626 51 +113 21.48103272 -158.04251793 51 +120 Linear Feature 82 +111 21.48240339 -158.03915396 51 +115 21.48232808 -158.03936549 +120 Linear Feature 81 +111 21.48212648 -158.03927337 51 +115 21.48219738 -158.03906887 +120 Linear Feature 79 +111 21.48252863 -158.03945713 51 +111 21.48232808 -158.03936549 51 +111 21.48212648 -158.03927337 51 +111 21.48191392 -158.03917625 51 +111 21.48199136 -158.03898379 51 +111 21.48219738 -158.03906887 51 +111 21.48240339 -158.03915396 51 +113 21.48260849 -158.03923866 51 +120 Linear Feature 78 +111 21.48277314 -158.03879572 51 +115 21.48215481 -158.03850710 +120 Linear Feature 78 +111 21.48231662 -158.04005899 51 +115 21.48169830 -158.03977037 +120 Linear Feature 78 +111 21.48200847 -158.04088073 51 +115 21.48139014 -158.04059211 +120 Linear Feature 78 +111 21.48171796 -158.04172253 51 +115 21.48109963 -158.04143391 +120 Linear Feature 78 +111 21.48113693 -158.04323889 51 +115 21.48051861 -158.04295027 +120 Linear Feature 78 +111 21.48087755 -158.04397478 51 +115 21.48025922 -158.04368615 +120 Linear Feature 78 +111 21.48023427 -158.04562493 51 +115 21.47961595 -158.04533631 +120 Linear Feature 78 +111 21.48054725 -158.04480022 51 +115 21.47992892 -158.04451160 +120 Linear Feature 77 +111 21.48264040 -158.03849139 51 +115 21.48249338 -158.03890659 +120 Linear Feature 77 +111 21.48218388 -158.03975465 51 +115 21.48203686 -158.04016986 +120 Linear Feature 77 +111 21.48187573 -158.04057639 51 +115 21.48172871 -158.04099159 +120 Linear Feature 77 +111 21.48158522 -158.04141820 51 +115 21.48143820 -158.04183340 +120 Linear Feature 77 +111 21.48100420 -158.04293455 51 +115 21.48085718 -158.04334976 +120 Linear Feature 77 +111 21.48074481 -158.04367044 51 +115 21.48059779 -158.04408564 +120 Linear Feature 77 +111 21.48010153 -158.04532059 51 +115 21.47995451 -158.04573579 +120 Linear Feature 77 +111 21.48041451 -158.04449588 51 +115 21.48026749 -158.04491108 +120 Linear Feature 76 +111 21.48227473 -158.03881126 51 +115 21.48241674 -158.03839508 +120 Linear Feature 76 +111 21.48181821 -158.04007453 51 +115 21.48196022 -158.03965834 +120 Linear Feature 76 +111 21.48151006 -158.04089627 51 +115 21.48165207 -158.04048008 +120 Linear Feature 76 +111 21.48121955 -158.04173807 51 +115 21.48136156 -158.04132189 +120 Linear Feature 76 +111 21.48063852 -158.04325443 51 +115 21.48078053 -158.04283825 +120 Linear Feature 76 +111 21.48037914 -158.04399031 51 +115 21.48052115 -158.04357413 +120 Linear Feature 76 +111 21.47973586 -158.04564047 51 +115 21.47987787 -158.04522428 +120 Linear Feature 76 +111 21.48004884 -158.04481576 51 +115 21.48019085 -158.04439957 +120 Linear Feature 75 +111 21.48269637 -158.03899509 51 +111 21.48277314 -158.03879572 51 +111 21.48285478 -158.03858370 51 +111 21.48264040 -158.03849139 51 +111 21.48241674 -158.03839508 51 +111 21.48222335 -158.03831181 51 +111 21.48215481 -158.03850710 51 +111 21.48207815 -158.03872556 51 +111 21.48227473 -158.03881126 51 +113 21.48249338 -158.03890659 51 +120 Linear Feature 75 +111 21.48223985 -158.04025836 51 +111 21.48231662 -158.04005899 51 +111 21.48239826 -158.03984697 51 +111 21.48218388 -158.03975465 51 +111 21.48196022 -158.03965834 51 +111 21.48176683 -158.03957507 51 +111 21.48169830 -158.03977037 51 +111 21.48162163 -158.03998883 51 +111 21.48181821 -158.04007453 51 +113 21.48203686 -158.04016986 51 +120 Linear Feature 75 +111 21.48193171 -158.04108009 51 +111 21.48200847 -158.04088073 51 +111 21.48209011 -158.04066871 51 +111 21.48187573 -158.04057639 51 +111 21.48165207 -158.04048008 51 +111 21.48145868 -158.04039681 51 +111 21.48139014 -158.04059211 51 +111 21.48131348 -158.04081056 51 +111 21.48151006 -158.04089627 51 +113 21.48172871 -158.04099159 51 +120 Linear Feature 75 +111 21.48164119 -158.04192190 51 +111 21.48171796 -158.04172253 51 +111 21.48179960 -158.04151051 51 +111 21.48158522 -158.04141820 51 +111 21.48136156 -158.04132189 51 +111 21.48116817 -158.04123861 51 +111 21.48109963 -158.04143391 51 +111 21.48102297 -158.04165237 51 +111 21.48121955 -158.04173807 51 +113 21.48143820 -158.04183340 51 +120 Linear Feature 75 +111 21.48106017 -158.04343826 51 +111 21.48113693 -158.04323889 51 +111 21.48121858 -158.04302687 51 +111 21.48100420 -158.04293455 51 +111 21.48078053 -158.04283825 51 +111 21.48058715 -158.04275497 51 +111 21.48051861 -158.04295027 51 +111 21.48044194 -158.04316873 51 +111 21.48063852 -158.04325443 51 +113 21.48085718 -158.04334976 51 +120 Linear Feature 75 +111 21.48080078 -158.04417414 51 +111 21.48087755 -158.04397478 51 +111 21.48095919 -158.04376275 51 +111 21.48074481 -158.04367044 51 +111 21.48052115 -158.04357413 51 +111 21.48032776 -158.04349085 51 +111 21.48025922 -158.04368615 51 +111 21.48018256 -158.04390461 51 +111 21.48037914 -158.04399031 51 +113 21.48059779 -158.04408564 51 +120 Linear Feature 75 +111 21.48015751 -158.04582429 51 +111 21.48023427 -158.04562493 51 +111 21.48031591 -158.04541291 51 +111 21.48010153 -158.04532059 51 +111 21.47987787 -158.04522428 51 +111 21.47968449 -158.04514101 51 +111 21.47961595 -158.04533631 51 +111 21.47953928 -158.04555476 51 +111 21.47973586 -158.04564047 51 +113 21.47995451 -158.04573579 51 +120 Linear Feature 75 +111 21.48047049 -158.04499958 51 +111 21.48054725 -158.04480022 51 +111 21.48062889 -158.04458819 51 +111 21.48041451 -158.04449588 51 +111 21.48019085 -158.04439957 51 +111 21.47999747 -158.04431630 51 +111 21.47992892 -158.04451160 51 +111 21.47985226 -158.04473005 51 +111 21.48004884 -158.04481576 51 +113 21.48026749 -158.04491108 51 +120 Linear Feature 74 +111 21.48312449 -158.03570666 51 +116 21.48296805 -158.03573127 21.48292405 -158.03579361 +120 Linear Feature 73 +111 21.48377165 -158.03598673 51 +116 21.48401762 -158.03585456 21.48408205 -158.03569721 +120 Linear Feature 72 +111 21.48404907 -158.03610496 51 +112 21.48401762 -158.03585456 21.48405862 -158.03572869 51 +115 21.48405862 -158.03572869 +120 Linear Feature 70 +111 21.48303607 -158.03554495 51 +112 21.48312449 -158.03570666 21.48322698 -158.03575386 51 +111 21.48377165 -158.03598673 51 +111 21.48404907 -158.03610496 51 +115 21.48411133 -158.03613149 +120 Linear Feature 89 +111 21.48098292 -158.04241663 51 +111 21.48087548 -158.04237400 51 +111 21.48094159 -158.04220347 51 +113 21.48104738 -158.04225143 51 +120 Linear Feature 89 +111 21.48124739 -158.04253031 51 +111 21.48113995 -158.04248768 51 +111 21.48120607 -158.04231715 51 +113 21.48131186 -158.04236511 51 +14 21.47671805 -158.03351586 59.06 0 New Tower Viewpoint 32 +15 21.47740277 -158.04228449 199.75 Apron 1 +15 21.47746277 -158.04248223 199.75 Apron 2 +15 21.47750277 -158.04268212 199.75 Apron 3 +15 21.47754277 -158.04286266 199.75 Apron 4 +15 21.47757477 -158.04306900 199.75 Apron 5 +15 21.47901216 -158.03716576 166.19 Helipad +15 21.48095316 -158.04230827 250.35 North 1 +15 21.48122756 -158.04242551 250.35 North 2 +18 21.47782479 -158.03375916 4 New Airport Beacon 44 +19 21.47906544 -158.04019244 1 New Windsock 43 +50 11967 ATIS +51 12630 CTAF +53 12185 GND +54 12630 TWR +54 11830 VFR ADVSY SVC +54 12090 VFR ADVSY SVC +55 11830 HONOLULU APP +55 11910 HONOLULU APP +56 11830 DEP +56 11910 DEP +56 12480 DEP + +1 20 1 0 PHJR KALAELOA +1302 city Kapolei +1302 country United States +1302 datum_lat 21.307352778 +1302 datum_lon -158.070302778 +1302 faa_code JRF +1302 iata_code JRF +1302 icao_code PHJR +1302 region_code PH +1302 state Hawaii +1302 transition_alt 18000 +1302 transition_level 18000 +100 60.96 1 0 1.00 0 3 0 04R 21.29987372 -158.07946622 0 0 2 9 0 0 22L 21.31251623 -158.06021445 0 55 2 0 0 0 +100 60.96 1 0 0.00 0 2 0 11 21.31047700 -158.08151577 0 290 2 0 0 0 29 21.30264126 -158.06598113 0 427 2 0 0 0 +100 60.96 1 0 0.00 0 2 0 04L 21.30628193 -158.07290499 236 0 2 0 0 0 22R 21.31338728 -158.06207101 0 50 2 0 0 0 +102 H1 21.30264213 -158.06379379 295.12 24.70 25.00 3 0 0 0.25 0 +110 2 1.00 118.4300 New Taxiway 23 +111 21.31215188 -158.08370877 +111 21.31229831 -158.08401842 +111 21.31162875 -158.08444719 +111 21.31148092 -158.08412429 +113 21.31206196 -158.08376481 +110 1 1.00 54.8200 New Taxiway 9 +111 21.31301995 -158.05995353 +111 21.31315247 -158.06004960 +111 21.31304128 -158.06023480 +111 21.31371608 -158.06075748 +111 21.31384644 -158.06057228 +111 21.31456726 -158.06112377 +111 21.31432476 -158.06149870 +111 21.31416698 -158.06140373 +111 21.31372060 -158.06106890 +113 21.31276629 -158.06033980 +110 2 1.00 86.0900 New Taxiway 21 +111 21.30238059 -158.08417177 +111 21.30242775 -158.08355743 +111 21.30302938 -158.08360280 +113 21.30298873 -158.08421540 +110 2 1.00 145.7500 New Taxiway 11 +111 21.30140981 -158.07256288 +111 21.30030116 -158.07175057 +111 21.30046588 -158.07149681 +113 21.30157277 -158.07230852 +110 2 1.00 163.6000 New Taxiway 13 +111 21.30142454 -158.07080171 +111 21.30134680 -158.07108780 +111 21.30116220 -158.07102769 +111 21.30104391 -158.07098918 +111 21.30112165 -158.07070743 +113 21.30123888 -158.07074392 +110 1 1.00 54.8200 New Taxiway 1 +111 21.30053784 -158.08109488 +111 21.30085209 -158.08060683 +111 21.30079257 -158.08056340 53 102 +112 21.30104730 -158.08045863 21.30113777 -158.08032576 53 102 +111 21.30496030 -158.07456165 53 102 +112 21.30483460 -158.07405009 21.30455963 -158.07391798 53 102 +111 21.30422083 -158.07375179 53 102 +112 21.30391810 -158.07383921 21.30381335 -158.07392072 +111 21.30302246 -158.07419336 +112 21.30297263 -158.07393207 21.30285279 -158.07378808 +111 21.30232556 -158.07317974 53 102 +112 21.30157071 -158.07326058 21.30117528 -158.07300199 +111 21.29979672 -158.07200096 +112 21.29969244 -158.07174967 21.29975540 -158.07163352 +111 21.29982230 -158.07153216 +111 21.29969637 -158.07143713 +111 21.29965202 -158.07134787 +111 21.29968052 -158.07126581 +111 21.29973237 -158.07132456 +111 21.29987640 -158.07108958 +111 21.29984471 -158.07105557 +111 21.29998010 -158.07079895 +111 21.29986200 -158.07072475 +111 21.29986488 -158.07067837 +111 21.29994265 -158.07070001 +111 21.30053032 -158.06984584 +111 21.30111940 -158.07025372 +112 21.30126525 -158.07053824 21.30124361 -158.07069874 53 +111 21.30123888 -158.07074392 +111 21.30112165 -158.07070743 +111 21.30104391 -158.07098918 +111 21.30116220 -158.07102769 53 +112 21.30112737 -158.07133929 21.30114705 -158.07139209 53 +112 21.30126903 -158.07157159 21.30132216 -158.07161171 53 102 +111 21.30184044 -158.07199838 +111 21.30209085 -158.07165107 +112 21.30208597 -158.07158301 21.30205996 -158.07156032 +112 21.30203719 -158.07158301 21.30202744 -158.07159697 +111 21.30202581 -158.07160046 +112 21.30192337 -158.07148353 21.30189573 -158.07140674 +111 21.30191361 -158.07133867 +112 21.30215905 -158.07115837 21.30218285 -158.07101016 +111 21.30209001 -158.07089518 +111 21.30178334 -158.07029935 +111 21.30200856 -158.07024313 +112 21.30178073 -158.06996487 21.30163669 -158.06990584 +111 21.30146622 -158.06983252 +112 21.30137842 -158.06985346 21.30136541 -158.06987964 +111 21.30131988 -158.07005766 +111 21.30115890 -158.07008384 +111 21.30125484 -158.06976097 +111 21.30093130 -158.06961781 +111 21.30076800 -158.06984166 +111 21.30074242 -158.06980787 +112 21.30075226 -158.06973396 21.30074439 -158.06972129 +111 21.30069520 -158.06970229 +111 21.30068536 -158.06974874 +111 21.30060076 -158.06970229 +111 21.30061256 -158.06966216 +112 21.30055354 -158.06969384 21.30052206 -158.06973819 +111 21.30001003 -158.07050314 +111 21.29995386 -158.07046665 +111 21.29998490 -158.07028419 +111 21.30024064 -158.06991610 +111 21.30018003 -158.06977648 +111 21.30036906 -158.06950283 +112 21.30044681 -158.06950045 21.30047124 -158.06950760 +111 21.30053010 -158.06953502 +111 21.30054232 -158.06948614 +111 21.30072890 -158.06956243 +111 21.30072779 -158.06960058 +112 21.30076111 -158.06963634 21.30079221 -158.06965064 +112 21.30082775 -158.06964230 21.30084218 -158.06960773 +111 21.30084684 -158.06956171 +111 21.30039599 -158.06938560 +112 21.30028660 -158.06940464 21.30025556 -158.06943637 +111 21.30024373 -158.06945223 +111 21.30034573 -158.06910160 +112 21.30041816 -158.06927930 21.30048320 -158.06931261 +111 21.30099023 -158.06954267 +111 21.30118616 -158.06916227 +112 21.30118173 -158.06891476 21.30120242 -158.06882274 +111 21.30153599 -158.06859884 +111 21.30201496 -158.06957296 +112 21.30197431 -158.06964277 21.30198406 -158.06967593 +111 21.30200845 -158.06973876 +111 21.30204748 -158.06972480 +111 21.30211089 -158.06991677 +111 21.30197756 -158.06997262 +112 21.30194016 -158.06992725 21.30191902 -158.06992899 +111 21.30190601 -158.06994644 +111 21.30185886 -158.06990107 +111 21.30191414 -158.06983998 +111 21.30189463 -158.06979810 +111 21.30194992 -158.06976843 +111 21.30192390 -158.06970734 +112 21.30185398 -158.06967418 21.30181658 -158.06969164 +111 21.30176455 -158.06975446 +111 21.30174341 -158.06983300 +111 21.30195942 -158.07000065 +112 21.30199286 -158.07007865 21.30200896 -158.07011129 +111 21.30237778 -158.07085641 +111 21.30270675 -158.07066361 +111 21.30270025 -158.07083551 +111 21.30250763 -158.07110497 +111 21.30247301 -158.07119324 +111 21.30196130 -158.07194679 +112 21.30196917 -158.07205237 21.30200065 -158.07207983 53 102 +111 21.30336743 -158.07305385 53 102 +112 21.30382532 -158.07297130 21.30401492 -158.07274860 +111 21.30426242 -158.07330498 53 102 +112 21.30432583 -158.07353013 21.30442502 -158.07358772 53 102 +111 21.30498117 -158.07387164 53 102 +112 21.30589392 -158.07303569 21.30617182 -158.07266498 +111 21.30617299 -158.07360586 53 102 +111 21.30144408 -158.08085588 +112 21.30156471 -158.08113971 21.30166677 -158.08120444 +111 21.30215853 -158.08148329 +112 21.30237194 -158.08145341 21.30248792 -158.08136876 +111 21.30342950 -158.08069996 +111 21.30361474 -158.08091867 +111 21.30344019 -158.08164253 +112 21.30350346 -158.08175117 21.30356672 -158.08174665 +112 21.30364685 -158.08173759 21.30365950 -158.08171043 +111 21.30371012 -158.08171043 +111 21.30353189 -158.08257212 +112 21.30363963 -158.08269455 21.30376004 -158.08271496 +111 21.30431456 -158.08276598 +111 21.30431139 -158.08285780 +111 21.30361111 -158.08274897 +112 21.30351288 -158.08278978 21.30349070 -158.08282379 +111 21.30347486 -158.08281699 +111 21.30311680 -158.08280679 +111 21.30302424 -158.08437053 +111 21.30232821 -158.08432818 +111 21.30232285 -158.08451248 +111 21.30198122 -158.08450288 +111 21.30201341 -158.08423795 +112 21.30199373 -158.08415347 21.30196333 -158.08414196 +111 21.30193113 -158.08414196 +111 21.30195796 -158.08374264 +111 21.30172621 -158.08337661 +112 21.30138577 -158.08283413 21.30137792 -158.08240689 +111 21.30135856 -158.08170673 +111 21.30124516 -158.08162219 +113 21.30105121 -158.08147741 +111 21.30320597 -158.07392280 +111 21.30339858 -158.07361385 53 102 +112 21.30331201 -158.07330489 21.30323626 -158.07322823 53 102 +111 21.30286618 -158.07297271 53 102 +112 21.30270386 -158.07297967 21.30263027 -158.07301917 53 102 +111 21.30254370 -158.07305866 +112 21.30262811 -158.07333044 21.30269520 -158.07340710 +113 21.30308044 -158.07386705 +111 21.30140845 -158.07256144 +112 21.30136410 -158.07264395 21.30131975 -158.07272645 +111 21.30147644 -158.07288194 +112 21.30176174 -158.07308661 21.30186965 -158.07315166 +111 21.30201008 -158.07307233 +112 21.30212982 -158.07300887 21.30224660 -158.07294699 +111 21.30215790 -158.07285497 +112 21.30193471 -158.07254093 21.30186752 -158.07246593 +112 21.30173977 -158.07235843 21.30165759 -158.07229645 +111 21.30157277 -158.07230852 +111 21.30046588 -158.07149681 +113 21.30030116 -158.07175057 +111 21.30212049 -158.07152186 +112 21.30216928 -158.07152884 21.30218391 -158.07151488 +112 21.30217741 -158.07149568 21.30217415 -158.07149394 +111 21.30213838 -158.07147299 +111 21.30228798 -158.07123040 +111 21.30234326 -158.07126356 +111 21.30239692 -158.07118502 +112 21.30239692 -158.07109427 21.30238066 -158.07104714 +111 21.30231562 -158.07088483 +112 21.30224570 -158.07086389 21.30221318 -158.07087785 +111 21.30219854 -158.07094592 +111 21.30225383 -158.07092498 +112 21.30228960 -158.07115361 21.30227009 -158.07125832 +112 21.30216114 -158.07136827 21.30209610 -158.07140143 +111 21.30204244 -158.07141714 +114 21.30204082 -158.07146427 21.30206358 -158.07148521 +111 21.30220036 -158.07082753 +112 21.30220362 -158.07071758 21.30217435 -158.07064427 +111 21.30202800 -158.07031616 +113 21.30197512 -158.07033683 +111 21.30115157 -158.06960213 +111 21.30165060 -158.06981906 +111 21.30173288 -158.06969236 +111 21.30150769 -158.06918083 +111 21.30135112 -158.06882986 +112 21.30127420 -158.06892009 21.30125453 -158.06899496 +114 21.30125990 -158.06925413 21.30121697 -158.06935972 +111 21.30148157 -158.08284571 +112 21.30174868 -158.08327294 21.30196080 -158.08339099 +111 21.30228815 -158.08317175 +111 21.30305806 -158.08234820 +111 21.30262411 -158.08156671 +112 21.30206465 -158.08192955 21.30186467 -158.08206754 +113 21.30146471 -158.08179924 +111 21.30298873 -158.08421540 +111 21.30302938 -158.08360280 +111 21.30242775 -158.08355743 +113 21.30238059 -158.08417177 +110 2 1.00 54.8200 New Taxiway 18 +112 21.30009793 -158.07963508 21.29994483 -158.07986784 53 102 +111 21.30013570 -158.08007836 53 102 +111 21.30079257 -158.08056340 +111 21.30085209 -158.08060683 +111 21.30053784 -158.08109488 +111 21.30124516 -158.08162219 +111 21.30102071 -158.08199754 +111 21.30033053 -158.08152605 +111 21.30045623 -158.08132086 +111 21.29959728 -158.08069969 +111 21.29946634 -158.08090206 +111 21.29875666 -158.08037365 +111 21.29900020 -158.07998858 +111 21.29912021 -158.08007219 +113 21.29965222 -158.07929186 +110 2 1.00 138.6500 New Taxiway 5 +111 21.31983352 -158.05791549 +111 21.32011686 -158.05756916 +111 21.32169772 -158.05908333 +113 21.32141438 -158.05942879 +110 2 1.00 138.6500 New Taxiway 5 +111 21.31915488 -158.05869748 +111 21.31943822 -158.05835115 +111 21.32223183 -158.06099091 +113 21.32194849 -158.06133637 +110 2 1.00 138.6500 New Taxiway 5 +111 21.31849694 -158.05952598 +111 21.31878029 -158.05917964 +111 21.32157390 -158.06181940 +113 21.32129055 -158.06216486 +110 1 1.00 54.8200 New Taxiway 2 +111 21.30697364 -158.07404280 +111 21.30694540 -158.07394094 +111 21.30761894 -158.07274630 +111 21.30800063 -158.07229858 53 102 +112 21.30933401 -158.07028965 21.30945305 -158.07009915 53 102 +111 21.30930310 -158.06991992 53 102 +112 21.30901525 -158.06969691 21.30890055 -158.06962489 53 102 +111 21.30870144 -158.06972246 +112 21.30826142 -158.06942344 21.30829094 -158.06923784 53 102 +111 21.30813911 -158.06909751 53 102 +112 21.30762036 -158.06866745 21.30745165 -158.06853617 53 102 +111 21.30726608 -158.06871272 +111 21.30709738 -158.06812874 +112 21.30765573 -158.06811509 21.30760820 -158.06837698 53 102 +111 21.30772861 -158.06847561 53 102 +112 21.30827362 -158.06890076 21.30843206 -158.06900619 53 102 +111 21.30853784 -158.06897933 +112 21.30900834 -158.06923982 21.30898299 -158.06934866 53 102 +111 21.30909073 -158.06945410 53 102 +112 21.30945513 -158.06973300 21.30956920 -158.06982483 53 102 +111 21.30974665 -158.06965817 53 102 +112 21.31128182 -158.06715756 21.31132016 -158.06707113 53 102 +111 21.31127032 -158.06701763 53 102 +112 21.31081406 -158.06663489 21.31076421 -158.06662254 53 102 +111 21.31071820 -158.06664724 +111 21.31067219 -158.06641677 +112 21.31097509 -158.06624392 21.31097892 -158.06633857 53 102 +111 21.31102877 -158.06640854 53 102 +112 21.31145052 -158.06673366 21.31153104 -158.06678305 53 102 +111 21.31161155 -158.06662254 53 102 +112 21.31308588 -158.06445846 21.31318289 -158.06430454 53 102 +111 21.31307323 -158.06420495 53 102 +112 21.31265013 -158.06391722 21.31260576 -158.06388661 53 102 +111 21.31250120 -158.06391042 +111 21.31244422 -158.06355224 +112 21.31275626 -158.06351423 21.31274476 -158.06361712 53 102 +111 21.31282911 -158.06366651 53 102 +112 21.31320473 -158.06393138 21.31334276 -158.06402604 53 102 +111 21.31345723 -158.06392095 53 102 +112 21.31444136 -158.06241319 21.31451037 -158.06230207 53 102 +111 21.31437001 -158.06218684 53 102 +112 21.31397168 -158.06191327 21.31388733 -158.06186388 53 102 +111 21.31379915 -158.06194619 +111 21.31347325 -158.06197912 +112 21.31338940 -158.06160518 21.31340624 -158.06153890 53 102 +111 21.31334449 -158.06148467 53 102 +112 21.31266525 -158.06098454 21.31255859 -158.06090621 53 102 +111 21.31230037 -158.06104480 +111 21.31276629 -158.06033980 +111 21.31372060 -158.06106890 +111 21.31416698 -158.06140373 +111 21.31432476 -158.06149870 53 102 +111 21.31442172 -158.06155706 +111 21.31456218 -158.06145739 +112 21.31639231 -158.05853989 21.31666885 -158.05813791 +111 21.31706521 -158.05834594 +112 21.31745298 -158.05860800 21.31748446 -158.05863335 +111 21.31757693 -158.05862701 +112 21.31875023 -158.05720409 21.31907919 -158.05679664 +111 21.31955031 -158.05729708 +111 21.32015657 -158.05664026 +112 21.32131296 -158.05773696 21.32171714 -158.05799608 +111 21.32248653 -158.05785003 +111 21.32376863 -158.05908882 +111 21.32138088 -158.06267421 +111 21.32091422 -158.06265566 +111 21.31908686 -158.06088350 +111 21.31899774 -158.06079707 +111 21.31787055 -158.05970392 +112 21.31740210 -158.05941697 21.31724091 -158.05944097 +111 21.31716876 -158.05949328 +111 21.31584096 -158.06112161 +111 21.31558618 -158.06211850 +111 21.31580808 -158.06253314 +111 21.31666284 -158.06326537 +111 21.31775594 -158.06254196 +111 21.31899774 -158.06079707 +111 21.31908686 -158.06088350 +111 21.31784127 -158.06267833 +111 21.31883350 -158.06426407 +111 21.31687653 -158.06547089 +111 21.31657159 -158.06505257 +111 21.31651260 -158.06497165 +111 21.31632608 -158.06471578 +111 21.31585788 -158.06413937 +111 21.31647716 -158.06353700 +111 21.31603798 -158.06302442 +111 21.31567548 -158.06275129 +111 21.31509688 -158.06351081 +111 21.31491847 -158.06334111 +111 21.31533617 -158.06268558 +111 21.31526127 -158.06262374 +111 21.31539378 -158.06218157 +111 21.31508843 -158.06200841 53 102 +112 21.31225832 -158.06609669 21.31219811 -158.06618440 53 +111 21.31230363 -158.06625009 +111 21.31243408 -158.06632618 +111 21.31331740 -158.06684137 +111 21.31310879 -158.06730142 +111 21.31274629 -158.06710312 +111 21.31288894 -158.06682846 +112 21.31234870 -158.06646606 21.31214858 -158.06633408 +111 21.31234870 -158.06646606 +112 21.31234870 -158.06646606 21.31234908 -158.06646462 +112 21.31221649 -158.06638104 21.31219612 -158.06636918 +111 21.31221649 -158.06638104 +112 21.31221649 -158.06638104 21.31213120 -158.06633138 53 +111 21.31207707 -158.06638478 53 102 +111 21.31003632 -158.06960239 +111 21.30798432 -158.07271630 +111 21.30771982 -158.07294679 +113 21.30707880 -158.07416123 +111 21.31484659 -158.06132146 +111 21.31488110 -158.06146962 +111 21.31490410 -158.06147785 +111 21.31532585 -158.06140788 +111 21.31738585 -158.05885623 +112 21.31737635 -158.05876099 21.31734466 -158.05872698 +111 21.31693907 -158.05845827 +114 21.31655249 -158.05860793 21.31643208 -158.05876099 +111 21.31776478 -158.05875916 +112 21.31844172 -158.05865712 21.31865489 -158.05838191 +111 21.31938413 -158.05748314 +111 21.31919626 -158.05729794 +114 21.31892404 -158.05735556 21.31883202 -158.05745845 +111 21.32129055 -158.06216486 +111 21.32157390 -158.06181940 +111 21.31878029 -158.05917964 +113 21.31849694 -158.05952598 +111 21.32194849 -158.06133637 +111 21.32223183 -158.06099091 +111 21.31943822 -158.05835115 +113 21.31915488 -158.05869748 +111 21.32141438 -158.05942879 +111 21.32169772 -158.05908333 +111 21.32011686 -158.05756916 +113 21.31983352 -158.05791549 +110 2 1.00 118.4300 New Taxiway 24 +111 21.31241487 -158.07998272 +111 21.31180754 -158.07887359 +111 21.31145327 -158.07913616 +111 21.31056286 -158.07761751 +111 21.31100174 -158.07732719 +111 21.31031791 -158.07609470 +111 21.31342693 -158.07408167 +111 21.31411472 -158.07529626 +111 21.31349049 -158.07567720 +111 21.31427480 -158.07707443 +111 21.31456120 -158.07689359 +111 21.31483664 -158.07739744 +111 21.31456586 -158.07758915 +113 21.31495475 -158.07830342 +110 2 1.00 118.4300 New Taxiway 26 +111 21.30884442 -158.07290821 +111 21.30896995 -158.07282225 +111 21.30895263 -158.07278508 +111 21.31004116 -158.07109496 +111 21.31171798 -158.07396446 +113 21.31005441 -158.07503585 +110 1 1.00 118.4300 New Taxiway 22 +111 21.30104970 -158.06222204 53 +111 21.30241008 -158.06141131 53 102 +111 21.30620075 -158.06934103 +111 21.30651940 -158.06986186 53 102 +112 21.30654301 -158.07004982 21.30658040 -158.07012584 53 102 +111 21.30690311 -158.07081658 53 102 +112 21.30727548 -158.07091257 21.30753889 -158.07079913 +111 21.30738632 -158.07174723 53 102 +112 21.30745851 -158.07196688 21.30749983 -158.07204290 53 102 +111 21.30763952 -158.07231111 53 102 +112 21.30800237 -158.07229541 21.30819587 -158.07204059 +111 21.30798432 -158.07271630 +111 21.31003632 -158.06960239 +112 21.31017823 -158.06993560 21.31033787 -158.06998161 +111 21.31040030 -158.06998621 +111 21.31045505 -158.06974600 +111 21.31189282 -158.07012542 +112 21.31198688 -158.07005763 21.31200570 -158.06996819 +111 21.31206617 -158.06967104 +112 21.31202048 -158.06956719 21.31197882 -158.06956142 +111 21.31170333 -158.06948785 +111 21.31172080 -158.06940274 +111 21.31178557 -158.06940045 +111 21.31188001 -158.06895695 +111 21.31180525 -158.06888937 +111 21.31183091 -158.06883414 +111 21.31169518 -158.06873316 +111 21.31198638 -158.06833245 +111 21.31205604 -158.06839422 +111 21.31261132 -158.06750907 +112 21.31267852 -158.06751169 21.31268585 -158.06753398 +112 21.31281168 -158.06760086 21.31288498 -158.06755103 +111 21.31462657 -158.06643068 22 +111 21.31651260 -158.06497165 +111 21.31657159 -158.06505257 22 +111 21.31462704 -158.06657644 +111 21.31386017 -158.07000965 +111 21.31325790 -158.07038748 +111 21.31369652 -158.07136533 +111 21.31330295 -158.07164102 +111 21.31327934 -158.07156499 +111 21.31292519 -158.07175084 +112 21.31290551 -158.07184377 21.31292912 -158.07187967 +111 21.31654741 -158.07789166 +111 21.31645155 -158.07793282 +111 21.31627902 -158.07769000 +112 21.31617166 -158.07769000 21.31614866 -158.07772292 +111 21.31612565 -158.07781758 +111 21.31606047 -158.07782170 +112 21.31593778 -158.07734429 21.31591861 -158.07727844 +111 21.31586877 -158.07720847 +112 21.31580742 -158.07723728 21.31580359 -158.07727020 +111 21.31579975 -158.07728667 +111 21.31500609 -158.07745541 +111 21.31497925 -158.07725786 +111 21.31574224 -158.07706854 +112 21.31579975 -158.07698211 21.31576908 -158.07690803 +111 21.31545085 -158.07633184 +111 21.31456120 -158.07689359 +111 21.31427480 -158.07707443 +111 21.31349049 -158.07567720 +111 21.31411472 -158.07529626 +111 21.31342693 -158.07408167 +111 21.31031791 -158.07609470 +111 21.31100174 -158.07732719 +111 21.31056286 -158.07761751 +111 21.31145327 -158.07913616 +111 21.31180754 -158.07887359 +111 21.31241487 -158.07998272 +111 21.31186512 -158.08037135 53 102 +111 21.31328670 -158.08287007 +111 21.31332114 -158.08293061 +111 21.31206196 -158.08376481 +111 21.31195240 -158.08382892 +111 21.31150833 -158.08344297 +111 21.31162240 -158.08319468 53 +112 21.31193927 -158.08323890 21.31209454 -158.08314707 53 +111 21.31272868 -158.08278149 53 +112 21.31277305 -158.08242435 21.31265897 -158.08222027 53 +111 21.31167908 -158.08050871 +111 21.30919676 -158.07766766 +112 21.30921977 -158.07739604 21.30924660 -158.07736312 +111 21.30980255 -158.07702154 +112 21.30980255 -158.07696803 21.30979489 -158.07694334 53 102 +112 21.30923741 -158.07652440 21.30889749 -158.07681505 53 102 +111 21.30857805 -158.07712925 +111 21.30826908 -158.07739500 +111 21.30787391 -158.07769669 +111 21.30657804 -158.07870941 +112 21.30654348 -158.07886710 21.30655788 -158.07897222 +111 21.30660973 -158.07907116 +111 21.30666446 -158.07901860 +111 21.30682866 -158.07933398 +111 21.30652619 -158.07950404 +111 21.30646858 -158.07939891 +112 21.30654635 -158.07915465 21.30646282 -158.07900933 +112 21.30627270 -158.07896913 21.30615459 -158.07904643 +111 21.30361474 -158.08091867 +111 21.30342950 -158.08069996 +111 21.30775557 -158.07749475 +111 21.30846064 -158.07689639 53 102 +111 21.30923329 -158.07624730 53 102 +112 21.30924866 -158.07589015 21.30913631 -158.07565207 53 102 +111 21.30729636 -158.07213316 +112 21.30716140 -158.07205620 21.30707283 -158.07206978 +111 21.30686284 -158.07153528 53 102 +112 21.30684066 -158.07121217 21.30675193 -158.07100810 53 102 +111 21.30651211 -158.07052061 53 102 +112 21.30611210 -158.07048396 21.30589746 -158.07061486 +111 21.30606815 -158.06954665 53 102 +111 21.30542566 -158.06822967 53 102 +112 21.30506364 -158.06813675 21.30487673 -158.06823600 53 102 +111 21.30451503 -158.06841504 53 102 +112 21.30435566 -158.06877827 21.30439895 -158.06898312 +111 21.30404673 -158.06849080 +111 21.30406067 -158.06819524 53 102 +112 21.30438483 -158.06823265 21.30452076 -158.06816157 53 102 +111 21.30501397 -158.06788447 53 102 +112 21.30511505 -158.06752158 21.30501397 -158.06730833 53 102 +111 21.30356576 -158.06428644 53 102 +112 21.30325555 -158.06412557 21.30309521 -158.06420787 53 102 +111 21.30254851 -158.06451751 53 102 +112 21.30237772 -158.06486169 21.30240212 -158.06502630 +111 21.30209539 -158.06458484 +111 21.30208145 -158.06425937 53 +112 21.30243697 -158.06433045 21.30259382 -158.06424440 53 102 +111 21.30315447 -158.06391232 53 102 +112 21.30321721 -158.06355691 21.30312658 -158.06337360 53 102 +111 21.30253791 -158.06215365 53 102 +112 21.30220663 -158.06206399 21.30197618 -158.06219075 53 102 +111 21.30126158 -158.06265812 +113 21.30094836 -158.06264937 +111 21.31005441 -158.07503585 +111 21.31171798 -158.07396446 +111 21.31004116 -158.07109496 +111 21.30895263 -158.07278508 +111 21.30896995 -158.07282225 +113 21.30884442 -158.07290821 +111 21.30797882 -158.07747666 +111 21.30798575 -158.07743291 +111 21.30796998 -158.07742837 +111 21.30796036 -158.07747542 +111 21.30792421 -158.07746923 +111 21.30791921 -158.07748946 +111 21.30795729 -158.07749771 +111 21.30795075 -158.07752785 +111 21.30797036 -158.07753074 +111 21.30797459 -158.07749895 +111 21.30800651 -158.07750473 +113 21.30801036 -158.07748285 +110 5 0.00 0.0000 New Taxiway 1 +111 21.30202936 -158.08345005 +111 21.30168625 -158.08331141 +111 21.30145616 -158.08292581 +111 21.30144405 -158.08173868 +111 21.30196881 -158.08195098 +111 21.30260660 -158.08142674 +113 21.30313540 -158.08242756 +130 Airport Boundary 1 +111 21.32494164 -158.05865511 +111 21.31462125 -158.08680469 +111 21.29511664 -158.08534675 +111 21.30038730 -158.05835126 +113 21.31676738 -158.05299854 +120 T-LINE +111 21.32224710 -158.06039873 51 +111 21.32233201 -158.06028387 +111 21.32209203 -158.06025567 51 +111 21.32217825 -158.06014319 +111 21.32193298 -158.06011259 51 +111 21.32202214 -158.05999836 +111 21.32177575 -158.05996938 51 +111 21.32186413 -158.05985794 +111 21.32161864 -158.05982627 51 +111 21.32170881 -158.05971390 +111 21.32146120 -158.05968286 51 +111 21.32155047 -158.05957076 +111 21.32130420 -158.05953984 51 +111 21.32139370 -158.05942576 +111 21.32114543 -158.05939763 51 +111 21.32123511 -158.05928507 +111 21.32099008 -158.05925371 51 +111 21.32107858 -158.05914154 +111 21.32083319 -158.05911080 51 +111 21.32092040 -158.05899595 +111 21.32067597 -158.05896759 51 +111 21.32076690 -158.05885599 +111 21.32051841 -158.05882407 51 +111 21.32060722 -158.05871086 +111 21.32036163 -158.05868126 51 +111 21.32044968 -158.05856793 +111 21.32020418 -158.05853784 51 +111 21.32029285 -158.05842413 +111 21.32004695 -158.05839462 51 +111 21.32013597 -158.05828178 +111 21.31989040 -158.05825201 51 +111 21.31997794 -158.05813771 +111 21.31983748 -158.05820380 51 +111 21.31989040 -158.05825201 51 +111 21.31994233 -158.05829932 +111 21.31999458 -158.05834691 51 +111 21.32004695 -158.05839462 51 +111 21.32009934 -158.05844233 +111 21.32015204 -158.05849034 51 +111 21.32020418 -158.05853784 51 +111 21.32025776 -158.05858664 +111 21.32030937 -158.05863365 51 +111 21.32036163 -158.05868126 51 +111 21.32041333 -158.05872835 +111 21.32046616 -158.05877647 51 +111 21.32051841 -158.05882407 51 +111 21.32057090 -158.05887188 +111 21.32062337 -158.05891968 51 +111 21.32067597 -158.05896759 51 +111 21.32072846 -158.05901540 +111 21.32078072 -158.05906301 51 +111 21.32083319 -158.05911080 51 +111 21.32088491 -158.05915791 +111 21.32093760 -158.05920591 51 +111 21.32099008 -158.05925371 51 +111 21.32104312 -158.05930203 +111 21.32109549 -158.05934973 51 +111 21.32114708 -158.05939672 51 +111 21.32119946 -158.05944444 +111 21.32125227 -158.05949254 51 +111 21.32130420 -158.05953984 51 +111 21.32135633 -158.05958733 +111 21.32140893 -158.05963524 51 +111 21.32146120 -158.05968286 51 +111 21.32151335 -158.05973036 +111 21.32156594 -158.05977827 51 +111 21.32161864 -158.05982627 51 +111 21.32167101 -158.05987397 +111 21.32172338 -158.05992168 51 +111 21.32177575 -158.05996938 51 +111 21.32182824 -158.06001719 +111 21.32188083 -158.06006510 51 +111 21.32193298 -158.06011259 51 +111 21.32198491 -158.06015990 +111 21.32203795 -158.06020822 51 +111 21.32209010 -158.06025572 51 +111 21.32214302 -158.06030393 +111 21.32219496 -158.06035123 51 +111 21.32224710 -158.06039873 51 +115 21.32229925 -158.06044623 +120 T-LINE +111 21.31091347 -158.07452570 51 +111 21.31103048 -158.07445084 +111 21.31081510 -158.07433381 51 +111 21.31093255 -158.07426167 +111 21.31071300 -158.07414040 51 +111 21.31083377 -158.07406774 +111 21.31061266 -158.07394755 51 +111 21.31073179 -158.07387719 +111 21.31051239 -158.07375485 51 +111 21.31063350 -158.07368431 +111 21.31041192 -158.07356174 51 +111 21.31053209 -158.07349110 +111 21.31031172 -158.07336917 51 +111 21.31043276 -158.07329677 +111 21.31020960 -158.07317666 51 +111 21.31033032 -158.07310575 +111 21.31011125 -158.07298387 51 +111 21.31023073 -158.07291287 +111 21.31001112 -158.07279144 51 +111 21.31013027 -158.07271746 +111 21.30991078 -158.07259859 51 +111 21.31003235 -158.07252905 +111 21.30981023 -158.07240533 51 +111 21.30993034 -158.07233349 +111 21.30971017 -158.07221303 51 +111 21.30982961 -158.07214079 +111 21.30960969 -158.07201991 51 +111 21.30972983 -158.07194755 +111 21.30950935 -158.07182705 51 +111 21.30962953 -158.07175563 +111 21.30940944 -158.07163503 51 +111 21.30952872 -158.07156169 +111 21.30937566 -158.07157011 51 +111 21.30940944 -158.07163503 51 +111 21.30944258 -158.07169873 +111 21.30947593 -158.07176282 51 +111 21.30950935 -158.07182705 51 +111 21.30954278 -158.07189131 +111 21.30957641 -158.07195595 51 +111 21.30960969 -158.07201991 51 +111 21.30964389 -158.07208563 +111 21.30967682 -158.07214893 51 +111 21.30971017 -158.07221303 51 +111 21.30974317 -158.07227644 +111 21.30977689 -158.07234124 51 +111 21.30981023 -158.07240533 51 +111 21.30984373 -158.07246971 +111 21.30987722 -158.07253408 51 +111 21.30991078 -158.07259859 51 +111 21.30994428 -158.07266297 +111 21.30997764 -158.07272707 51 +111 21.31001112 -158.07279144 51 +111 21.31004413 -158.07285487 +111 21.31007776 -158.07291950 51 +111 21.31011125 -158.07298387 51 +111 21.31014510 -158.07304893 +111 21.31017852 -158.07311316 51 +111 21.31021145 -158.07317644 51 +111 21.31024488 -158.07324070 +111 21.31027858 -158.07330546 51 +111 21.31031172 -158.07336917 51 +111 21.31034499 -158.07343311 +111 21.31037856 -158.07349762 51 +111 21.31041192 -158.07356174 51 +111 21.31044520 -158.07362570 +111 21.31047876 -158.07369021 51 +111 21.31051239 -158.07375485 51 +111 21.31054582 -158.07381908 +111 21.31057924 -158.07388332 51 +111 21.31061266 -158.07394755 51 +111 21.31064616 -158.07401193 +111 21.31067972 -158.07407644 51 +111 21.31071300 -158.07414040 51 +111 21.31074615 -158.07420411 +111 21.31078000 -158.07426917 51 +111 21.31081328 -158.07433313 51 +111 21.31084705 -158.07439804 +111 21.31088019 -158.07446174 51 +111 21.31091347 -158.07452570 51 +115 21.31094675 -158.07458966 +120 T-LINE +111 21.31233402 -158.07859070 51 +111 21.31245102 -158.07851585 +111 21.31223564 -158.07839882 51 +111 21.31235309 -158.07832667 +111 21.31213355 -158.07820541 51 +111 21.31225432 -158.07813274 +111 21.31203320 -158.07801256 51 +111 21.31215234 -158.07794220 +111 21.31193294 -158.07781985 51 +111 21.31205404 -158.07774931 +111 21.31183246 -158.07762674 51 +111 21.31195263 -158.07755610 +111 21.31173227 -158.07743417 51 +111 21.31185331 -158.07736177 +111 21.31163015 -158.07724166 51 +111 21.31175086 -158.07717075 +111 21.31153179 -158.07704887 51 +111 21.31165127 -158.07697788 +111 21.31143167 -158.07685644 51 +111 21.31155082 -158.07678246 +111 21.31133133 -158.07666359 51 +111 21.31145290 -158.07659405 +111 21.31123078 -158.07647034 51 +111 21.31135088 -158.07639849 +111 21.31113072 -158.07627804 51 +111 21.31125016 -158.07620579 +111 21.31103024 -158.07608491 51 +111 21.31115038 -158.07601255 +111 21.31092989 -158.07589206 51 +111 21.31105008 -158.07582063 +111 21.31082998 -158.07570003 51 +111 21.31094927 -158.07562669 +111 21.31079620 -158.07563512 51 +111 21.31082998 -158.07570003 51 +111 21.31086313 -158.07576373 +111 21.31089647 -158.07582782 51 +111 21.31092989 -158.07589206 51 +111 21.31096332 -158.07595631 +111 21.31099696 -158.07602095 51 +111 21.31103024 -158.07608491 51 +111 21.31106443 -158.07615063 +111 21.31109737 -158.07621393 51 +111 21.31113072 -158.07627804 51 +111 21.31116371 -158.07634144 +111 21.31119743 -158.07640625 51 +111 21.31123078 -158.07647034 51 +111 21.31126427 -158.07653472 +111 21.31129776 -158.07659908 51 +111 21.31133133 -158.07666359 51 +111 21.31136483 -158.07672797 +111 21.31139818 -158.07679208 51 +111 21.31143167 -158.07685644 51 +111 21.31146467 -158.07691987 +111 21.31149830 -158.07698451 51 +111 21.31153179 -158.07704887 51 +111 21.31156564 -158.07711393 +111 21.31159906 -158.07717817 51 +111 21.31163199 -158.07724145 51 +111 21.31166542 -158.07730570 +111 21.31169912 -158.07737047 51 +111 21.31173227 -158.07743417 51 +111 21.31176553 -158.07749811 +111 21.31179910 -158.07756262 51 +111 21.31183246 -158.07762674 51 +111 21.31186574 -158.07769070 +111 21.31189931 -158.07775521 51 +111 21.31193294 -158.07781985 51 +111 21.31196636 -158.07788409 +111 21.31199978 -158.07794832 51 +111 21.31203320 -158.07801256 51 +111 21.31206670 -158.07807694 +111 21.31210027 -158.07814145 51 +111 21.31213355 -158.07820541 51 +111 21.31216669 -158.07826911 +111 21.31220054 -158.07833417 51 +111 21.31223382 -158.07839813 51 +111 21.31226760 -158.07846304 +111 21.31230074 -158.07852674 51 +111 21.31233402 -158.07859070 51 +115 21.31236730 -158.07865466 +120 T-LINE +111 21.31341796 -158.07823324 51 +111 21.31353497 -158.07815838 +111 21.31331959 -158.07804135 51 +111 21.31343704 -158.07796920 +111 21.31321749 -158.07784794 51 +111 21.31333826 -158.07777527 +111 21.31311715 -158.07765509 51 +111 21.31323628 -158.07758473 +111 21.31301688 -158.07746238 51 +111 21.31313799 -158.07739184 +111 21.31291641 -158.07726928 51 +111 21.31303658 -158.07719863 +111 21.31281621 -158.07707670 51 +111 21.31293725 -158.07700431 +111 21.31271409 -158.07688419 51 +111 21.31283480 -158.07681329 +111 21.31261574 -158.07669140 51 +111 21.31273522 -158.07662041 +111 21.31251561 -158.07649897 51 +111 21.31263476 -158.07642499 +111 21.31241527 -158.07630612 51 +111 21.31253684 -158.07623658 +111 21.31231472 -158.07611287 51 +111 21.31243483 -158.07604103 +111 21.31221466 -158.07592057 51 +111 21.31233410 -158.07584833 +111 21.31211418 -158.07572744 51 +111 21.31223432 -158.07565509 +111 21.31201384 -158.07553459 51 +111 21.31213402 -158.07546317 +111 21.31191392 -158.07534256 51 +111 21.31203321 -158.07526922 +111 21.31188015 -158.07527765 51 +111 21.31191392 -158.07534256 51 +111 21.31194707 -158.07540627 +111 21.31198042 -158.07547035 51 +111 21.31201384 -158.07553459 51 +111 21.31204727 -158.07559884 +111 21.31208090 -158.07566348 51 +111 21.31211418 -158.07572744 51 +111 21.31214838 -158.07579316 +111 21.31218131 -158.07585646 51 +111 21.31221466 -158.07592057 51 +111 21.31224766 -158.07598398 +111 21.31228137 -158.07604878 51 +111 21.31231472 -158.07611287 51 +111 21.31234822 -158.07617725 +111 21.31238171 -158.07624161 51 +111 21.31241527 -158.07630612 51 +111 21.31244877 -158.07637050 +111 21.31248212 -158.07643461 51 +111 21.31251561 -158.07649897 51 +111 21.31254862 -158.07656240 +111 21.31258225 -158.07662704 51 +111 21.31261574 -158.07669140 51 +111 21.31264959 -158.07675646 +111 21.31268301 -158.07682070 51 +111 21.31271594 -158.07688398 51 +111 21.31274936 -158.07694823 +111 21.31278307 -158.07701300 51 +111 21.31281621 -158.07707670 51 +111 21.31284948 -158.07714064 +111 21.31288304 -158.07720515 51 +111 21.31291641 -158.07726928 51 +111 21.31294969 -158.07733324 +111 21.31298325 -158.07739775 51 +111 21.31301688 -158.07746238 51 +111 21.31305031 -158.07752662 +111 21.31308373 -158.07759085 51 +111 21.31311715 -158.07765509 51 +111 21.31315065 -158.07771947 +111 21.31318421 -158.07778398 51 +111 21.31321749 -158.07784794 51 +111 21.31325063 -158.07791164 +111 21.31328449 -158.07797670 51 +111 21.31331776 -158.07804066 51 +111 21.31335154 -158.07810557 +111 21.31338468 -158.07816927 51 +111 21.31341796 -158.07823324 51 +115 21.31345124 -158.07829719 +120 T-LINE +111 21.31402989 -158.07758483 51 +111 21.31414690 -158.07750997 +111 21.31393152 -158.07739294 51 +111 21.31404897 -158.07732079 +111 21.31382942 -158.07719953 51 +111 21.31395019 -158.07712686 +111 21.31372908 -158.07700668 51 +111 21.31384821 -158.07693632 +111 21.31362882 -158.07681398 51 +111 21.31374992 -158.07674343 +111 21.31352834 -158.07662087 51 +111 21.31364851 -158.07655023 +111 21.31342814 -158.07642829 51 +111 21.31354918 -158.07635590 +111 21.31332602 -158.07623578 51 +111 21.31344674 -158.07616488 +111 21.31322767 -158.07604300 51 +111 21.31334715 -158.07597200 +111 21.31312755 -158.07585057 51 +111 21.31324669 -158.07577658 +111 21.31302720 -158.07565772 51 +111 21.31314877 -158.07558817 +111 21.31292665 -158.07546446 51 +111 21.31304676 -158.07539262 +111 21.31282660 -158.07527216 51 +111 21.31294604 -158.07519992 +111 21.31272611 -158.07507903 51 +111 21.31284625 -158.07500668 +111 21.31262577 -158.07488618 51 +111 21.31274595 -158.07481476 +111 21.31252586 -158.07469416 51 +111 21.31264514 -158.07462082 +111 21.31249208 -158.07462924 51 +111 21.31252586 -158.07469416 51 +111 21.31255900 -158.07475786 +111 21.31259235 -158.07482195 51 +111 21.31262577 -158.07488618 51 +111 21.31265920 -158.07495043 +111 21.31269283 -158.07501507 51 +111 21.31272611 -158.07507903 51 +111 21.31276031 -158.07514476 +111 21.31279324 -158.07520805 51 +111 21.31282660 -158.07527216 51 +111 21.31285959 -158.07533557 +111 21.31289331 -158.07540037 51 +111 21.31292665 -158.07546446 51 +111 21.31296015 -158.07552884 +111 21.31299364 -158.07559320 51 +111 21.31302720 -158.07565772 51 +111 21.31306070 -158.07572210 +111 21.31309406 -158.07578620 51 +111 21.31312755 -158.07585057 51 +111 21.31316055 -158.07591399 +111 21.31319418 -158.07597863 51 +111 21.31322767 -158.07604300 51 +111 21.31326152 -158.07610806 +111 21.31329494 -158.07617229 51 +111 21.31332787 -158.07623557 51 +111 21.31336130 -158.07629982 +111 21.31339500 -158.07636459 51 +111 21.31342814 -158.07642829 51 +111 21.31346141 -158.07649223 +111 21.31349498 -158.07655675 51 +111 21.31352834 -158.07662087 51 +111 21.31356162 -158.07668483 +111 21.31359518 -158.07674934 51 +111 21.31362882 -158.07681398 51 +111 21.31366224 -158.07687821 +111 21.31369566 -158.07694245 51 +111 21.31372908 -158.07700668 51 +111 21.31376258 -158.07707106 +111 21.31379614 -158.07713557 51 +111 21.31382942 -158.07719953 51 +111 21.31386257 -158.07726323 +111 21.31389642 -158.07732829 51 +111 21.31392970 -158.07739225 51 +111 21.31396347 -158.07745717 +111 21.31399662 -158.07752087 51 +111 21.31402989 -158.07758483 51 +115 21.31406317 -158.07764879 +120 T-LINE +111 21.31290300 -158.07460861 51 +111 21.31278508 -158.07468180 +111 21.31299899 -158.07480188 51 +111 21.31288066 -158.07487235 +111 21.31309869 -158.07499673 51 +111 21.31297703 -158.07506767 +111 21.31319664 -158.07519099 51 +111 21.31307665 -158.07525964 +111 21.31329452 -158.07538510 51 +111 21.31317256 -158.07545391 +111 21.31339261 -158.07557962 51 +111 21.31327157 -158.07564855 +111 21.31349042 -158.07577361 51 +111 21.31336849 -158.07584427 +111 21.31359015 -158.07596755 51 +111 21.31346857 -158.07603673 +111 21.31368611 -158.07616172 51 +111 21.31356577 -158.07623101 +111 21.31378385 -158.07635556 51 +111 21.31366380 -158.07642784 +111 21.31388180 -158.07654982 51 +111 21.31375939 -158.07661762 +111 21.31397996 -158.07674449 51 +111 21.31385898 -158.07681461 +111 21.31407763 -158.07693820 51 +111 21.31395731 -158.07700873 +111 21.31417572 -158.07713273 51 +111 21.31405470 -158.07720337 +111 21.31427368 -158.07732700 51 +111 21.31415262 -158.07739670 +111 21.31437121 -158.07752043 51 +111 21.31425103 -158.07759206 +111 21.31440418 -158.07758582 51 +111 21.31437121 -158.07752043 51 +111 21.31433885 -158.07745626 +111 21.31430630 -158.07739170 51 +111 21.31427368 -158.07732700 51 +111 21.31424104 -158.07726227 +111 21.31420821 -158.07719716 51 +111 21.31417572 -158.07713273 51 +111 21.31414234 -158.07706653 +111 21.31411019 -158.07700277 51 +111 21.31407763 -158.07693820 51 +111 21.31404543 -158.07687432 +111 21.31401251 -158.07680905 51 +111 21.31397996 -158.07674449 51 +111 21.31394726 -158.07667964 +111 21.31391457 -158.07661480 51 +111 21.31388180 -158.07654982 51 +111 21.31384910 -158.07648497 +111 21.31381654 -158.07642039 51 +111 21.31378385 -158.07635556 51 +111 21.31375164 -158.07629167 +111 21.31371881 -158.07622656 51 +111 21.31368611 -158.07616172 51 +111 21.31365307 -158.07609618 +111 21.31362044 -158.07603148 51 +111 21.31358830 -158.07596774 51 +111 21.31355567 -158.07590301 +111 21.31352277 -158.07583777 51 +111 21.31349042 -158.07577361 51 +111 21.31345794 -158.07570920 +111 21.31342517 -158.07564421 51 +111 21.31339261 -158.07557962 51 +111 21.31336012 -158.07551519 +111 21.31332735 -158.07545021 51 +111 21.31329452 -158.07538510 51 +111 21.31326190 -158.07532040 +111 21.31322927 -158.07525569 51 +111 21.31319664 -158.07519099 51 +111 21.31316394 -158.07512614 +111 21.31313118 -158.07506115 51 +111 21.31309869 -158.07499673 51 +111 21.31306634 -158.07493256 +111 21.31303329 -158.07486702 51 +111 21.31300081 -158.07480260 51 +111 21.31296784 -158.07473721 +111 21.31293548 -158.07467304 51 +111 21.31290300 -158.07460861 51 +115 21.31287051 -158.07454419 +120 T-LINE +111 21.31172339 -158.07532205 51 +111 21.31160547 -158.07539523 +111 21.31181938 -158.07551531 51 +111 21.31170105 -158.07558578 +111 21.31191908 -158.07571016 51 +111 21.31179742 -158.07578110 +111 21.31201703 -158.07590442 51 +111 21.31189704 -158.07597308 +111 21.31211491 -158.07609853 51 +111 21.31199295 -158.07616735 +111 21.31221299 -158.07629305 51 +111 21.31209196 -158.07636198 +111 21.31231081 -158.07648704 51 +111 21.31218888 -158.07655771 +111 21.31241054 -158.07668098 51 +111 21.31228896 -158.07675016 +111 21.31250650 -158.07687515 51 +111 21.31238615 -158.07694444 +111 21.31260424 -158.07706899 51 +111 21.31248419 -158.07714127 +111 21.31270219 -158.07726325 51 +111 21.31257978 -158.07733106 +111 21.31280035 -158.07745792 51 +111 21.31267937 -158.07752805 +111 21.31289802 -158.07765163 51 +111 21.31277770 -158.07772217 +111 21.31299612 -158.07784617 51 +111 21.31287509 -158.07791681 +111 21.31309407 -158.07804043 51 +111 21.31297301 -158.07811014 +111 21.31319160 -158.07823386 51 +111 21.31307142 -158.07830550 +111 21.31322457 -158.07829925 51 +111 21.31319160 -158.07823386 51 +111 21.31315925 -158.07816969 +111 21.31312669 -158.07810513 51 +111 21.31309407 -158.07804043 51 +111 21.31306143 -158.07797571 +111 21.31302860 -158.07791059 51 +111 21.31299612 -158.07784617 51 +111 21.31296273 -158.07777996 +111 21.31293058 -158.07771620 51 +111 21.31289802 -158.07765163 51 +111 21.31286582 -158.07758775 +111 21.31283290 -158.07752248 51 +111 21.31280035 -158.07745792 51 +111 21.31276765 -158.07739307 +111 21.31273496 -158.07732823 51 +111 21.31270219 -158.07726325 51 +111 21.31266949 -158.07719840 +111 21.31263693 -158.07713383 51 +111 21.31260424 -158.07706899 51 +111 21.31257203 -158.07700510 +111 21.31253920 -158.07693999 51 +111 21.31250650 -158.07687515 51 +111 21.31247346 -158.07680962 +111 21.31244083 -158.07674491 51 +111 21.31240869 -158.07668117 51 +111 21.31237606 -158.07661645 +111 21.31234316 -158.07655120 51 +111 21.31231081 -158.07648704 51 +111 21.31227833 -158.07642263 +111 21.31224556 -158.07635765 51 +111 21.31221299 -158.07629305 51 +111 21.31218051 -158.07622863 +111 21.31214774 -158.07616365 51 +111 21.31211491 -158.07609853 51 +111 21.31208229 -158.07603383 +111 21.31204966 -158.07596912 51 +111 21.31201703 -158.07590442 51 +111 21.31198433 -158.07583957 +111 21.31195157 -158.07577459 51 +111 21.31191908 -158.07571016 51 +111 21.31188673 -158.07564599 +111 21.31185368 -158.07558046 51 +111 21.31182120 -158.07551603 51 +111 21.31178823 -158.07545064 +111 21.31175587 -158.07538647 51 +111 21.31172339 -158.07532205 51 +115 21.31169090 -158.07525762 +120 T-LINE +111 21.31982637 -158.05848636 51 +111 21.31974005 -158.05860000 +111 21.31997967 -158.05863163 51 +111 21.31989207 -158.05874287 +111 21.32013695 -158.05877696 51 +111 21.32004639 -158.05888991 +111 21.32029240 -158.05892242 51 +111 21.32020266 -158.05903258 +111 21.32044774 -158.05906776 51 +111 21.32035619 -158.05917882 +111 21.32060340 -158.05921341 51 +111 21.32051277 -158.05932422 +111 21.32075863 -158.05935865 51 +111 21.32066774 -158.05947144 +111 21.32091564 -158.05950313 51 +111 21.32082459 -158.05961439 +111 21.32106921 -158.05964925 51 +111 21.32097934 -158.05976015 +111 21.32122432 -158.05979439 51 +111 21.32113572 -158.05990798 +111 21.32137978 -158.05993984 51 +111 21.32128748 -158.06005013 +111 21.32153556 -158.06008560 51 +111 21.32144537 -158.06019752 +111 21.32169057 -158.06023064 51 +111 21.32160113 -158.06034270 +111 21.32184625 -158.06037630 51 +111 21.32175619 -158.06048872 +111 21.32200170 -158.06052175 51 +111 21.32191130 -158.06063331 +111 21.32215649 -158.06066658 51 +111 21.32206755 -158.06077962 +111 21.32220882 -158.06071554 51 +111 21.32215649 -158.06066658 51 +111 21.32210514 -158.06061853 +111 21.32205348 -158.06057020 51 +111 21.32200170 -158.06052175 51 +111 21.32194991 -158.06047329 +111 21.32189780 -158.06042454 51 +111 21.32184625 -158.06037630 51 +111 21.32179327 -158.06032673 +111 21.32174224 -158.06027899 51 +111 21.32169057 -158.06023064 51 +111 21.32163946 -158.06018281 +111 21.32158722 -158.06013393 51 +111 21.32153556 -158.06008560 51 +111 21.32148366 -158.06003704 +111 21.32143178 -158.05998849 51 +111 21.32137978 -158.05993984 51 +111 21.32132788 -158.05989128 +111 21.32127621 -158.05984293 51 +111 21.32122432 -158.05979439 51 +111 21.32117320 -158.05974655 +111 21.32112109 -158.05969780 51 +111 21.32106921 -158.05964925 51 +111 21.32101677 -158.05960018 +111 21.32096499 -158.05955173 51 +111 21.32091398 -158.05950401 51 +111 21.32086219 -158.05945554 +111 21.32080998 -158.05940670 51 +111 21.32075863 -158.05935865 51 +111 21.32070709 -158.05931042 +111 21.32065509 -158.05926177 51 +111 21.32060340 -158.05921341 51 +111 21.32055184 -158.05916517 +111 21.32049984 -158.05911651 51 +111 21.32044774 -158.05906776 51 +111 21.32039596 -158.05901931 +111 21.32034418 -158.05897086 51 +111 21.32029240 -158.05892242 51 +111 21.32024050 -158.05887386 +111 21.32018850 -158.05882520 51 +111 21.32013695 -158.05877696 51 +111 21.32008560 -158.05872892 +111 21.32003316 -158.05867985 51 +111 21.31998160 -158.05863161 51 +111 21.31992927 -158.05858265 +111 21.31987792 -158.05853460 51 +111 21.31982637 -158.05848636 51 +115 21.31977481 -158.05843812 +120 T-LINE +111 21.30927293 -158.07182907 51 +111 21.30915501 -158.07190225 +111 21.30936893 -158.07202234 51 +111 21.30925059 -158.07209281 +111 21.30946862 -158.07221718 51 +111 21.30934697 -158.07228812 +111 21.30956658 -158.07241144 51 +111 21.30944659 -158.07248010 +111 21.30966445 -158.07260556 51 +111 21.30954249 -158.07267437 +111 21.30976254 -158.07280008 51 +111 21.30964150 -158.07286900 +111 21.30986035 -158.07299406 51 +111 21.30973842 -158.07306473 +111 21.30996008 -158.07318800 51 +111 21.30983850 -158.07325719 +111 21.31005605 -158.07338218 51 +111 21.30993570 -158.07345147 +111 21.31015378 -158.07357601 51 +111 21.31003373 -158.07364829 +111 21.31025174 -158.07377027 51 +111 21.31012932 -158.07383808 +111 21.31034989 -158.07396494 51 +111 21.31022891 -158.07403507 +111 21.31044757 -158.07415865 51 +111 21.31032725 -158.07422919 +111 21.31054566 -158.07435319 51 +111 21.31042463 -158.07442383 +111 21.31064361 -158.07454745 51 +111 21.31052255 -158.07461716 +111 21.31074114 -158.07474088 51 +111 21.31062096 -158.07481252 +111 21.31077411 -158.07480627 51 +111 21.31074114 -158.07474088 51 +111 21.31070879 -158.07467671 +111 21.31067623 -158.07461216 51 +111 21.31064361 -158.07454745 51 +111 21.31061097 -158.07448273 +111 21.31057814 -158.07441762 51 +111 21.31054566 -158.07435319 51 +111 21.31051228 -158.07428698 +111 21.31048013 -158.07422323 51 +111 21.31044757 -158.07415865 51 +111 21.31041536 -158.07409478 +111 21.31038244 -158.07402950 51 +111 21.31034989 -158.07396494 51 +111 21.31031719 -158.07390009 +111 21.31028450 -158.07383526 51 +111 21.31025174 -158.07377027 51 +111 21.31021903 -158.07370542 +111 21.31018647 -158.07364085 51 +111 21.31015378 -158.07357601 51 +111 21.31012157 -158.07351212 +111 21.31008874 -158.07344701 51 +111 21.31005605 -158.07338218 51 +111 21.31002300 -158.07331664 +111 21.30999038 -158.07325194 51 +111 21.30995823 -158.07318819 51 +111 21.30992560 -158.07312347 +111 21.30989270 -158.07305823 51 +111 21.30986035 -158.07299406 51 +111 21.30982787 -158.07292965 +111 21.30979510 -158.07286467 51 +111 21.30976254 -158.07280008 51 +111 21.30973005 -158.07273565 +111 21.30969728 -158.07267067 51 +111 21.30966445 -158.07260556 51 +111 21.30963183 -158.07254085 +111 21.30959920 -158.07247615 51 +111 21.30956658 -158.07241144 51 +111 21.30953388 -158.07234659 +111 21.30950111 -158.07228161 51 +111 21.30946862 -158.07221718 51 +111 21.30943627 -158.07215301 +111 21.30940323 -158.07208748 51 +111 21.30937074 -158.07202305 51 +111 21.30933777 -158.07195766 +111 21.30930541 -158.07189350 51 +111 21.30927293 -158.07182907 51 +115 21.30924044 -158.07176464 +120 T-LINE +111 21.31069347 -158.07589407 51 +111 21.31057555 -158.07596726 +111 21.31078947 -158.07608734 51 +111 21.31067114 -158.07615781 +111 21.31088917 -158.07628218 51 +111 21.31076751 -158.07635313 +111 21.31098712 -158.07647645 51 +111 21.31086713 -158.07654510 +111 21.31108500 -158.07667056 51 +111 21.31096303 -158.07673937 +111 21.31118308 -158.07686508 51 +111 21.31106205 -158.07693401 +111 21.31128089 -158.07705906 51 +111 21.31115897 -158.07712973 +111 21.31138062 -158.07725301 51 +111 21.31125905 -158.07732219 +111 21.31147659 -158.07744718 51 +111 21.31135624 -158.07751647 +111 21.31157433 -158.07764102 51 +111 21.31145428 -158.07771330 +111 21.31167228 -158.07783528 51 +111 21.31154987 -158.07790308 +111 21.31177044 -158.07802995 51 +111 21.31164945 -158.07810007 +111 21.31186811 -158.07822365 51 +111 21.31174779 -158.07829419 +111 21.31196620 -158.07841819 51 +111 21.31184518 -158.07848883 +111 21.31206415 -158.07861245 51 +111 21.31194310 -158.07868216 +111 21.31216169 -158.07880588 51 +111 21.31204151 -158.07887752 +111 21.31219466 -158.07887127 51 +111 21.31216169 -158.07880588 51 +111 21.31212933 -158.07874172 +111 21.31209678 -158.07867716 51 +111 21.31206415 -158.07861245 51 +111 21.31203152 -158.07854773 +111 21.31199869 -158.07848262 51 +111 21.31196620 -158.07841819 51 +111 21.31193282 -158.07835199 +111 21.31190067 -158.07828823 51 +111 21.31186811 -158.07822365 51 +111 21.31183590 -158.07815978 +111 21.31180299 -158.07809450 51 +111 21.31177044 -158.07802995 51 +111 21.31173774 -158.07796509 +111 21.31170505 -158.07790026 51 +111 21.31167228 -158.07783528 51 +111 21.31163958 -158.07777043 +111 21.31160702 -158.07770585 51 +111 21.31157433 -158.07764102 51 +111 21.31154211 -158.07757713 +111 21.31150928 -158.07751201 51 +111 21.31147659 -158.07744718 51 +111 21.31144354 -158.07738164 +111 21.31141092 -158.07731694 51 +111 21.31137878 -158.07725319 51 +111 21.31134614 -158.07718847 +111 21.31131325 -158.07712323 51 +111 21.31128089 -158.07705906 51 +111 21.31124842 -158.07699465 +111 21.31121565 -158.07692967 51 +111 21.31118308 -158.07686508 51 +111 21.31115060 -158.07680065 +111 21.31111783 -158.07673567 51 +111 21.31108500 -158.07667056 51 +111 21.31105237 -158.07660585 +111 21.31101975 -158.07654115 51 +111 21.31098712 -158.07647645 51 +111 21.31095442 -158.07641159 +111 21.31092166 -158.07634661 51 +111 21.31088917 -158.07628218 51 +111 21.31085682 -158.07621802 +111 21.31082377 -158.07615248 51 +111 21.31079128 -158.07608805 51 +111 21.31075831 -158.07602267 +111 21.31072596 -158.07595850 51 +111 21.31069347 -158.07589407 51 +115 21.31066099 -158.07582964 +120 Linear Feature 1 +111 21.29998108 -158.08032297 51 101 +116 21.29984874 -158.07950246 21.30016392 -158.07902245 +120 Linear Feature 1 +112 21.31346929 -158.06194838 21.31378447 -158.06146837 51 101 +115 21.31423375 -158.06180635 +120 Linear Feature 1 +112 21.31207880 -158.06088151 21.31239398 -158.06040149 51 101 +115 21.31284327 -158.06073947 +120 Linear Feature 2 +111 21.31423375 -158.06180635 51 +115 21.31333719 -158.06112745 +120 Linear Feature 1 +111 21.30051886 -158.08072954 51 101 +115 21.29998108 -158.08032297 +120 Linear Feature 1 +111 21.30051886 -158.08072954 51 101 +116 21.30128332 -158.08058751 21.30159850 -158.08010708 +120 Linear Feature 1 +112 21.31346929 -158.06194838 21.31378447 -158.06146794 51 101 +115 21.31333719 -158.06112745 +120 Linear Feature 95 +111 21.30134427 -158.07295319 51 101 +112 21.30130741 -158.07228010 21.30157361 -158.07198741 51 101 +115 21.30185510 -158.07216102 +120 Linear Feature 96 +111 21.30091463 -158.07262381 51 101 +112 21.30085264 -158.07215418 21.30096872 -158.07194723 51 101 +111 21.30100807 -158.07190077 51 101 +116 21.30144797 -158.07184322 21.30170965 -158.07195092 +120 Linear Feature 97 +111 21.30202158 -158.07227041 51 +111 21.30250953 -158.07329251 51 +112 21.30263746 -158.07345049 21.30267642 -158.07350160 51 +115 21.30289934 -158.07373854 +120 Linear Feature 94 +111 21.30446255 -158.07247575 51 101 +111 21.30399549 -158.07317909 51 101 +112 21.30336460 -158.07319406 21.30299862 -158.07291721 51 101 +111 21.30299285 -158.07292339 51 101 +111 21.30202058 -158.07227191 51 101 +111 21.30185510 -158.07216102 51 101 +111 21.30144797 -158.07184322 51 101 +111 21.30112534 -158.07160206 51 101 +112 21.30063563 -158.07168244 21.30049736 -158.07189269 51 101 +111 21.30049736 -158.07189269 51 101 +112 21.30061835 -158.07239666 21.30085642 -158.07257616 51 101 +111 21.30091463 -158.07262381 51 101 +111 21.30134427 -158.07295319 51 101 +111 21.30166690 -158.07317889 51 101 +112 21.30202410 -158.07320054 21.30222574 -158.07309850 51 101 +111 21.30267512 -158.07286971 51 101 +116 21.30299285 -158.07292339 21.30318874 -158.07305325 +120 Linear Feature 93 +111 21.30430383 -158.07365988 51 101 +112 21.30423948 -158.07287232 21.30447998 -158.07249446 51 101 +115 21.30447998 -158.07249446 +120 Linear Feature 92 +111 21.30606637 -158.07339340 51 101 +116 21.30508964 -158.07404334 21.30477277 -158.07388312 +120 Linear Feature 91 +111 21.30520529 -158.07467790 51 101 +112 21.30508964 -158.07404334 21.30475320 -158.07387862 51 101 +111 21.30430383 -158.07365988 51 101 +112 21.30348368 -158.07400496 21.30319324 -158.07444447 51 101 +115 21.30319324 -158.07444447 +120 Linear Feature 88 +111 21.30608083 -158.07335815 51 101 +111 21.30606637 -158.07339340 51 101 +111 21.30520529 -158.07467790 51 101 +115 21.30128332 -158.08058751 +120 Linear Feature 87 +111 21.30242308 -158.06446651 51 101 +112 21.30176994 -158.06422191 21.30158558 -158.06387253 51 101 +115 21.30149628 -158.06368392 +120 Linear Feature 87 +111 21.30434402 -158.06838651 51 101 +112 21.30372573 -158.06812491 21.30354137 -158.06777552 51 101 +115 21.30345207 -158.06758692 +120 Linear Feature 86 +111 21.30333075 -158.06354640 51 101 +116 21.30317484 -158.06402522 21.30292725 -158.06417087 +120 Linear Feature 86 +111 21.30523215 -158.06755515 51 101 +116 21.30505809 -158.06799881 21.30481050 -158.06814446 +120 Linear Feature 85 +111 21.30363374 -158.06418521 51 101 +112 21.30317484 -158.06402522 21.30292963 -158.06416576 51 101 +111 21.30242308 -158.06446651 51 101 +112 21.30232475 -158.06532677 21.30257234 -158.06581739 51 101 +115 21.30257234 -158.06581739 +120 Linear Feature 85 +111 21.30549017 -158.06810123 51 101 +112 21.30505809 -158.06799881 21.30481288 -158.06813935 51 101 +111 21.30434402 -158.06838651 51 101 +112 21.30428689 -158.06922976 21.30453448 -158.06972038 51 101 +115 21.30453448 -158.06972038 +120 Linear Feature 84 +111 21.30610878 -158.06940334 51 101 +111 21.30549017 -158.06810123 51 101 +111 21.30523215 -158.06755515 51 101 +111 21.30363374 -158.06418521 51 101 +111 21.30333075 -158.06354640 51 101 +111 21.30264375 -158.06214582 51 101 +112 21.30208704 -158.06188688 21.30175764 -158.06205618 51 101 +111 21.30117748 -158.06242456 51 101 +112 21.30111716 -158.06292749 21.30130274 -158.06329597 51 101 +115 21.30130274 -158.06329597 +120 Linear Feature 81 +111 21.30768223 -158.06858007 51 101 +112 21.30754320 -158.06782649 21.30777889 -158.06745826 51 101 +115 21.30777889 -158.06745826 +120 Linear Feature 80 +111 21.30931187 -158.06827908 51 101 +111 21.30890858 -158.06887780 51 101 +116 21.30826621 -158.06904667 21.30792839 -158.06882742 +120 Linear Feature 79 +111 21.30806456 -158.07018790 51 101 +111 21.30839715 -158.06965383 51 101 +112 21.30826621 -158.06904667 21.30800171 -158.06883023 51 101 +111 21.30768223 -158.06858007 51 101 +112 21.30690049 -158.06879376 21.30670461 -158.06909677 51 101 +115 21.30656962 -158.06929092 +120 Linear Feature 78 +111 21.30641158 -158.07003413 51 101 +112 21.30644575 -158.06947952 21.30656962 -158.06929092 51 101 +115 21.30656962 -158.06929092 +120 Linear Feature 77 +111 21.30700437 -158.07130669 51 101 +111 21.30641158 -158.07003413 51 101 +112 21.30608179 -158.07003939 21.30596656 -158.07022181 51 101 +115 21.30596656 -158.07022181 +120 Linear Feature 76 +111 21.30765185 -158.07256315 51 101 +116 21.30794981 -158.07257314 21.30807827 -158.07239163 +120 Linear Feature 75 +111 21.30807641 -158.07019724 51 101 +111 21.30841546 -158.06967344 51 101 +116 21.30906767 -158.06957585 21.30943551 -158.06987587 +120 Linear Feature 75 +111 21.31004810 -158.06721576 51 101 +111 21.31038715 -158.06669196 51 101 +116 21.31088043 -158.06650653 21.31112509 -158.06668140 +120 Linear Feature 75 +111 21.31185602 -158.06444097 51 101 +111 21.31219507 -158.06391717 51 101 +116 21.31282564 -158.06384914 21.31326292 -158.06410764 +120 Linear Feature 74 +111 21.30946013 -158.07029387 51 101 +116 21.30942938 -158.06987000 21.30926451 -158.06973653 +120 Linear Feature 74 +111 21.31139624 -158.06718506 51 101 +116 21.31133572 -158.06684849 21.31116145 -158.06672945 +120 Linear Feature 74 +111 21.31319115 -158.06452595 51 101 +116 21.31319004 -158.06411444 21.31301577 -158.06399540 +120 Linear Feature 73 +111 21.30932487 -158.06829253 51 101 +111 21.30899533 -158.06879252 51 101 +112 21.30906767 -158.06957585 21.30943551 -158.06987587 51 101 +111 21.30942938 -158.06987000 51 101 +116 21.30981886 -158.06971786 21.30999314 -158.06946617 +120 Linear Feature 73 +111 21.31125439 -158.06536990 51 101 +111 21.31092484 -158.06586989 51 101 +112 21.31088043 -158.06650653 21.31112509 -158.06668140 51 101 +111 21.31133572 -158.06684849 51 101 +116 21.31165451 -158.06679915 21.31178269 -158.06661239 +120 Linear Feature 73 +111 21.31310449 -158.06253625 51 101 +111 21.31277495 -158.06303624 51 101 +112 21.31282564 -158.06384914 21.31319004 -158.06411444 51 101 +111 21.31319004 -158.06411444 51 101 +116 21.31358948 -158.06394451 21.31376376 -158.06369281 +120 Linear Feature 72 +111 21.31333719 -158.06112745 51 101 +115 21.31284327 -158.06073947 +120 Linear Feature 71 +111 21.31456762 -158.06251674 51 101 +111 21.31716341 -158.05932356 51 101 +111 21.31726826 -158.05919522 51 101 +111 21.31882080 -158.05729486 51 101 +112 21.31931511 -158.05723704 21.31951791 -158.05741731 51 101 +111 21.31953058 -158.05742072 51 101 +116 21.31949890 -158.05762820 21.31942285 -158.05773024 +120 Linear Feature 70 +111 21.30786649 -158.07297178 51 101 +112 21.30794981 -158.07257314 21.30811170 -158.07232527 51 101 +111 21.30936799 -158.07044183 51 101 +111 21.30946013 -158.07029387 51 101 +111 21.30981886 -158.06971786 51 101 +111 21.31139624 -158.06718506 51 101 +111 21.31165451 -158.06679915 51 101 +111 21.31319115 -158.06452595 51 101 +111 21.31358948 -158.06394451 51 101 +111 21.31456762 -158.06251674 51 101 +112 21.31456762 -158.06207116 21.31440601 -158.06193511 51 101 +115 21.31423375 -158.06180635 +120 Linear Feature 69 +111 21.30796154 -158.07752842 20 +115 21.30797931 -158.07742947 +120 Linear Feature 68 +111 21.30800773 -158.07749148 20 +115 21.30792149 -158.07747724 +120 Linear Feature 66 +111 21.30934930 -158.07628519 51 101 +116 21.30941909 -158.07597640 21.30933861 -158.07578633 +120 Linear Feature 65 +111 21.30941909 -158.07597640 51 101 +116 21.30965603 -158.07604200 21.30979018 -158.07598441 +120 Linear Feature 64 +111 21.30964292 -158.07639855 51 101 +116 21.30965603 -158.07604200 21.30979018 -158.07594793 +120 Linear Feature 63 +111 21.30964292 -158.07639855 51 101 +116 21.30934930 -158.07628519 21.30919011 -158.07636967 +120 Linear Feature 99 +111 21.30988535 -158.07051099 51 101 +111 21.30972374 -158.07018447 51 101 +116 21.30981886 -158.06971786 21.30995242 -158.06949861 +120 Linear Feature 98 +111 21.31194868 -158.07453024 51 101 +112 21.31195725 -158.07406835 21.31183679 -158.07386034 51 101 +111 21.30988535 -158.07051439 51 101 +116 21.30936799 -158.07044183 21.30908280 -158.07065270 +120 Linear Feature 100 +111 21.31240677 -158.07422847 51 101 +116 21.31195725 -158.07406835 21.31180416 -158.07382434 +120 Linear Feature 62 +111 21.30852877 -158.07700165 51 101 +111 21.30934930 -158.07628519 51 101 +111 21.30965603 -158.07604200 51 101 +111 21.30980379 -158.07591838 51 101 +111 21.31194868 -158.07453024 51 101 +111 21.31240677 -158.07422847 51 101 +115 21.31288439 -158.07391324 +120 Linear Feature 61 +111 21.31142012 -158.08341927 51 101 +112 21.31196736 -158.08355022 21.31231940 -158.08332574 51 101 +111 21.31285252 -158.08300568 51 101 +112 21.31291177 -158.08243326 21.31268521 -158.08204415 51 101 +111 21.31167147 -158.08022448 51 101 +111 21.30964292 -158.07639855 51 101 +111 21.30941909 -158.07597640 51 101 +111 21.30786854 -158.07297792 51 101 +111 21.30765185 -158.07256315 51 101 +115 21.30731366 -158.07191583 +120 Linear Feature 40 +111 21.30254370 -158.07305866 53 +115 21.30232556 -158.07317974 +120 Linear Feature 39 +111 21.30157033 -158.07325617 53 102 +111 21.30037865 -158.07235548 53 102 +112 21.30030116 -158.07175057 21.30048494 -158.07146149 53 +115 21.30049273 -158.07146101 +120 Linear Feature 38 +111 21.30144384 -158.08085504 53 102 +115 21.30105121 -158.08147741 +120 Linear Feature 35 +111 21.31170806 -158.07276871 53 102 +112 21.31160148 -158.07315831 21.31171671 -158.07338712 53 102 +111 21.31203004 -158.07397148 53 102 +116 21.31242469 -158.07405806 21.31265226 -158.07390037 +120 Linear Feature 34 +111 21.31091200 -158.07144549 53 102 +112 21.31083056 -158.07186368 21.31097696 -158.07211809 53 102 +111 21.31121746 -158.07251093 53 102 +116 21.31156599 -158.07257763 21.31172981 -158.07246165 +120 Linear Feature 33 +111 21.31002983 -158.06958948 53 102 +111 21.30986276 -158.06986467 53 102 +112 21.30983683 -158.07018933 21.30991749 -158.07037176 53 102 +111 21.31038599 -158.07116319 53 102 +116 21.31072187 -158.07126863 21.31089298 -158.07119380 +120 Linear Feature 37 +111 21.31176285 -158.07446325 53 +112 21.31181337 -158.07404749 21.31172355 -158.07389685 53 +111 21.30981620 -158.07056779 53 +112 21.30936791 -158.07061883 21.30915734 -158.07093233 53 +111 21.30813169 -158.07244880 53 +112 21.30804339 -158.07306122 21.30819282 -158.07333098 53 +111 21.30936920 -158.07570789 53 +114 21.30986319 -158.07576212 21.31018316 -158.07554521 53 +120 Linear Feature 32 +111 21.31441196 -158.06154937 53 +115 21.31478246 -158.06182655 +120 Linear Feature 28 +111 21.31167908 -158.08050871 53 102 +115 21.30980255 -158.07696803 +120 Linear Feature 27 +111 21.31254946 -158.07425871 53 +111 21.30991599 -158.07596569 53 +112 21.30981055 -158.07651346 21.30998347 -158.07683487 53 +115 21.31186512 -158.08037135 +120 Linear Feature 30 +111 21.31328670 -158.08287007 53 102 +115 21.31192321 -158.08372012 +120 Linear Feature 110 +111 21.31726826 -158.05919522 1 +112 21.31774777 -158.05908135 21.31800945 -158.05907713 1 +112 21.31847693 -158.05890241 21.31862929 -158.05871586 1 +115 21.31949890 -158.05762820 +120 Linear Feature 107 +111 21.30496139 -158.07540860 20 +115 21.30484090 -158.07531198 +120 Linear Feature 106 +111 21.30944047 -158.06820411 20 +115 21.30956860 -158.06830560 +120 Linear Feature 105 +111 21.30422154 -158.07654924 20 +111 21.30409885 -158.07645871 20 +111 21.30484090 -158.07531198 20 +111 21.30944047 -158.06820411 20 +111 21.31021481 -158.06700748 20 +111 21.31034313 -158.06711149 20 +111 21.30956860 -158.06830560 20 +113 21.30496139 -158.07540860 20 +120 Linear Feature 115 +111 21.30278452 -158.07366314 20 +115 21.30278563 -158.07356897 +120 Linear Feature 114 +111 21.30283005 -158.07361665 20 +115 21.30274454 -158.07361784 +120 Linear Feature 113 +111 21.31012074 -158.06992164 22 +111 21.30823602 -158.07284329 22 +115 21.31204101 -158.08021694 +120 Linear Feature 112 +111 21.31234870 -158.06646606 2 +115 21.31243408 -158.06632618 +120 HOLD +111 21.31233149 -158.08302519 54 +115 21.31249814 -158.08335043 +120 HOLD +111 21.30899114 -158.07646686 54 +115 21.30910151 -158.07663180 +120 HOLD +111 21.30476947 -158.06803894 54 +115 21.30486248 -158.06823668 +120 HOLD +111 21.30279400 -158.06413793 54 +115 21.30288344 -158.06432119 +120 HOLD +111 21.30163791 -158.06187885 54 +115 21.30183919 -158.06228536 +120 HOLD +111 21.31305955 -158.06125703 54 +115 21.31349044 -158.06058966 +120 HOLD +111 21.31330942 -158.06045872 54 +115 21.31289034 -158.06113665 +120 HOLD +111 21.31483526 -158.06141431 54 +115 21.31436778 -158.06218095 +120 HOLD +111 21.31316274 -158.06391176 54 +115 21.31300162 -158.06414819 +120 HOLD +111 21.31131489 -158.06663706 54 +115 21.31113102 -158.06689303 +120 HOLD +111 21.30573212 -158.06884475 54 +115 21.30591262 -158.06875399 +120 HOLD +111 21.30664860 -158.07078733 54 +115 21.30683397 -158.07068261 +120 HOLD +111 21.30677706 -158.07056916 54 +115 21.30659169 -158.07066690 +120 HOLD +111 21.30797038 -158.06894427 54 +115 21.30808298 -158.06876437 +120 HOLD +111 21.30792324 -158.06863788 54 +115 21.30781063 -158.06880935 +120 HOLD +111 21.30936101 -158.06967322 54 +115 21.30924317 -158.06985312 +120 HOLD +111 21.30771258 -158.07238507 54 +115 21.30750546 -158.07251283 +120 HOLD +111 21.30173485 -158.08126040 54 +115 21.30142590 -158.08176653 +120 HOLD +111 21.30472069 -158.07398770 54 +115 21.30480833 -158.07378995 +120 HOLD +111 21.30309490 -158.07313595 54 +115 21.30321262 -158.07294508 +120 HOLD +111 21.30464556 -158.07370356 54 +115 21.30455613 -158.07390898 +120 HOLD +111 21.30019543 -158.08084386 54 +115 21.30050844 -158.08036199 +120 HOLD +111 21.30032242 -158.08022569 54 +115 21.30002908 -158.08069411 +120 Linear Feature 60 +111 21.30786680 -158.07769366 54 +115 21.30775425 -158.07750317 +21 21.31031931 -158.06238153 2 234.8200 3.00 New PAPI-4L +21 21.31176362 -158.06352424 2 234.8200 3.00 New PAPI-4L +21 21.30873814 -158.07015175 2 54.8200 3.00 New PAPI-4L +21 21.30203458 -158.07732863 2 54.8200 3.00 New PAPI-4L +21 21.30347307 -158.06893508 2 298.4300 3.00 New PAPI-4L +21 21.30976919 -158.07851244 2 118.4300 3.00 New PAPI-4L +20 21.30010617 -158.08095942 325.4100 0 2 {@L}A1{@R}04L-22R{@L}{@@}A1 +20 21.30040112 -158.08013546 147.0800 0 2 {@L}A1{@R}22L-04R{@L}{@@}A1 +20 21.30464948 -158.07411111 336.5200 0 2 {@L}A2{@R}04L-22R +20 21.30467955 -158.07362101 159.1500 0 2 {@L}A2{@R}22L-04R +20 21.31492000 -158.06137398 139.4600 0 2 {@L}B1{@R}04L-22R +20 21.31334974 -158.06037078 144.1600 0 2 {@L}B1{@R}04L-22R +20 21.31298550 -158.06134716 323.5500 0 2 {@L}B1{@R}04L-22R +20 21.31322709 -158.06380110 139.8000 0 2 {@L}B2{@R}04L-22R +20 21.31136962 -158.06657341 137.1500 0 2 {@L}B3{@R}04L-22R +20 21.30792059 -158.06903341 324.7400 0 2 {@L}B4{@R}04L-22R +20 21.30940686 -158.06956751 147.9100 0 2 {@L}B4{@R}04L-22R +20 21.30798948 -158.06853175 144.0600 0 2 {@L}B4{@R}22L-04R +20 21.30779716 -158.07228175 170.2700 0 2 {@L}C{@R}04L-22R +20 21.30658001 -158.07083985 296.5700 0 2 {@L}C{@R}04L-22R +20 21.30689065 -158.07051036 114.8200 0 2 {@L}C{@R}22L-04R +20 21.31228824 -158.08291340 207.9000 0 2 {@L}C1{@R}29-11 +20 21.30891849 -158.07634738 216.7800 0 2 {@L}C2{@R}29-11 +20 21.30934427 -158.07665496 38.1000 0 2 {@L}C2{@Y}{^l}C{^r} +20 21.30472170 -158.06792339 209.0500 0 2 {@L}C3{@R}29-11 +20 21.30511882 -158.06827803 28.7400 0 2 {@L}C3{@Y}{^l}C{^r} +20 21.30274066 -158.06401983 204.5200 0 2 {@L}C4{@R}29-11 +20 21.30317780 -158.06428165 28.6700 0 2 {@L}C4{@Y}{^l}C{^r} +20 21.30158797 -158.06177028 206.2000 0 2 {@L}C5{@R}29-11 +14 21.31111126 -158.07008918 150.92 0 New Tower Viewpoint 34 +1300 21.31293548 -158.07467304 32.00 tie_down jets|turboprops|props GA 1 +1301 C general_aviation +1300 21.31281621 -158.07707670 209.75 tie_down jets|turboprops|props|helos|fighters GA 2 +1301 C general_aviation +1300 21.31196620 -158.07841819 33.69 tie_down jets|turboprops|props GA 3 +1301 C general_aviation +1300 21.31003244 -158.07351240 29.13 tie_down jets|turboprops|props|helos GA 4 +1301 C general_aviation +1300 21.30956658 -158.07241144 30.07 tie_down jets|turboprops|props GA 5 +1301 C general_aviation +1300 21.32008560 -158.05872892 -129.53 tie_down jets|turboprops|props GA 6 +1301 C general_aviation +1300 21.30077331 -158.07129282 325.21 tie_down jets|turboprops|props|helos Ramp South +1301 C general_aviation +19 21.30599040 -158.07498908 1 New Windsock 1 +50 11980 ATIS +51 13260 CTAF +52 12170 CLNC DEL +53 12380 GND +54 13260 TWR +55 11830 HONOLULU APP/DEP +1000 CALM ATC Flow +1001 PHJR 000 359 2 +1002 PHJR 0 +1003 PHJR 0.0 +1101 04L left +1100 04L 13300 arrivals|departures helos 000000 000000 04L Runway Use +1100 04R 13300 arrivals|departures jets|turboprops 000000 000000 04R Runway Use +1100 04L 13300 arrivals|departures props 000000 000000 29 Runway Use +1000 FROM EAST ATC Flow +1001 PHJR 000 179 999 +1002 PHJR 0 +1003 PHJR 0.0 +1101 04L left +1100 04L 13300 arrivals|departures helos 000000 000000 04L Runway Use +1100 04R 13300 arrivals|departures jets|turboprops 000000 000000 04R Runway Use +1100 11 13300 arrivals|departures props 000000 000000 11 Runway Use +1000 FROM WEST ATC Flow +1001 PHJR 180 359 999 +1002 PHJR 0 +1003 PHJR 0.0 +1101 04L left +1100 22R 13300 arrivals|departures helos 000000 000000 22R Runway Use +1100 22L 13300 arrivals|departures jets|turboprops 000000 000000 22L Runway Use +1100 29 13300 arrivals|departures props 000000 000000 29 Runway Use +1200 +1201 21.32024860 -158.05908340 both 0 ground_stop +1201 21.31796597 -158.06403780 both 1 ground_stop +1201 21.31774003 -158.06270023 both 2 unnamed entity(split) +1201 21.31376194 -158.06954860 both 3 ground_stop +1201 21.31313687 -158.07032425 both 4 ground_stop +1201 21.31430777 -158.07762100 both 5 grnd_stop +1201 21.31153419 -158.07278510 both 6 grnd_stop +1201 21.31323714 -158.07121942 both 7 grnd_stop +1201 21.31254734 -158.07158191 both 8 grnd_stop +1201 21.31309343 -158.07275425 both 9 grnd_stop +1201 21.31278446 -158.07208324 both 10 unnamed entity(split) +1201 21.31261919 -158.07302420 both 11 grnd_start +1201 21.31281320 -158.07292393 both 12 unnamed entity(split) +1201 21.31699862 -158.06424800 both 13 crew_stop +1201 21.31658147 -158.06498386 both 14 crew_stop +1201 21.31436067 -158.06672014 both 15 crew_stop +1201 21.31249148 -158.06793347 both 16 crew_stop +1201 21.31202599 -158.07038029 both 17 crew_stop +1201 21.31207858 -158.07140807 both 18 crew_stop +1201 21.31179605 -158.07162202 both 19 crew_start +1201 21.31958142 -158.05751304 both 20 B_stop +1201 21.31817427 -158.05927527 both 21 B_stop +1201 21.31753057 -158.05887354 both 22 B_stop +1201 21.30283547 -158.06422307 both 23 C4_stop +1201 21.30481443 -158.06813429 both 24 C3_stop +1201 21.31253762 -158.07414236 both 25 C2_stop +1201 21.30981375 -158.07590469 both 26 C2_stop +1201 21.30904609 -158.07654954 both 27 C2_stop +1201 21.31307947 -158.06403395 both 28 B2_stop +1201 21.31122495 -158.06676224 both 29 B3_stop +1201 21.31215385 -158.07439169 both 30 B4_stop +1201 21.30989906 -158.07054154 both 31 B4_stop +1201 21.30930135 -158.06976508 both 32 B4_stop +1201 21.30802687 -158.06885350 both 33 B4_stop +1201 21.30786610 -158.06872512 both 34 B4_stop +1201 21.30104894 -158.07158209 both 35 A2_stop +1201 21.30315540 -158.07303738 both 36 A2_stop +1201 21.30534664 -158.07416327 both 37 A2_stop +1201 21.30476615 -158.07388529 both 38 A2_stop +1201 21.30460149 -158.07380499 both 39 A2_stop +1201 21.30430261 -158.07365629 both 40 A2_stop +1201 21.31178916 -158.08044586 both 41 C_stop +1201 21.30951332 -158.07615523 both 42 C_stop +1201 21.30242959 -158.06167878 both 43 C5_stop +1201 21.30347538 -158.06385225 both 44 unnamed entity(split) +1201 21.30535568 -158.06781973 both 45 unnamed entity(split) +1201 21.30582245 -158.06879931 both 46 unnamed entity(split) +1201 21.30626655 -158.06973158 both 47 unnamed entity(split) +1201 21.30724081 -158.06824792 both 48 unnamed entity(split) +1201 21.30668181 -158.07062047 both 49 unnamed entity(split) +1201 21.30673792 -158.07073673 both 50 unnamed entity(split) +1201 21.30092022 -158.06256917 both 51 C5_stop +1201 21.30174130 -158.06208566 both 52 unnamed entity(split) +1201 21.31313833 -158.08282237 both 53 C1_stop +1201 21.31244751 -158.08325156 both 54 C1_stop +1201 21.31185546 -158.08362278 both 55 C1_stop +1201 21.31141694 -158.08341941 both 56 C1_stop +1201 21.31474990 -158.06219595 both 57 B1_stop +1201 21.31519637 -158.06173194 both 58 unnamed entity(split) +1201 21.31337638 -158.06425460 both 59 unnamed entity(split) +1201 21.31152852 -158.06698828 both 60 unnamed entity(split) +1201 21.30962251 -158.07003273 both 61 unnamed entity(split) +1201 21.31448045 -158.06199934 both 62 B1_stop +1201 21.31321382 -158.06101854 both 63 B1_stop +1201 21.31378684 -158.06146183 both 64 unnamed entity(split) +1201 21.31304306 -158.06088977 both 65 B1_stop +1201 21.29970216 -158.07990813 both 66 A1_stop +1201 21.30093126 -158.08083907 both 67 A_stop +1201 21.30051047 -158.08072647 both 68 unnamed entity(split) +1201 21.30017341 -158.08046460 both 69 unnamed entity(split) +1201 21.29993527 -158.08029754 both 70 unnamed entity(split) +1201 21.31239578 -158.06039787 both 71 04R/22L_stop +1201 21.29987655 -158.07946197 both 72 04R/22L_start +1201 21.30377811 -158.07352126 both 73 unnamed entity(split) +1201 21.30389293 -158.07334645 both 74 unnamed entity(split) +1201 21.30480953 -158.07195179 both 75 unnamed entity(split) +1201 21.31338617 -158.06207264 both 76 04L/29R_stop +1201 21.30631189 -158.07285922 both 77 04L/29R_start +1201 21.30713881 -158.07159818 both 78 unnamed entity(split) +1201 21.30864950 -158.06929503 both 79 unnamed entity(split) +1201 21.31061249 -158.06630213 both 80 unnamed entity(split) +1201 21.31242163 -158.06354355 both 81 unnamed entity(split) +1201 21.30759628 -158.07245787 both 82 unnamed entity(split) +1201 21.30778792 -158.07282101 both 83 unnamed entity(split) +1201 21.30264200 -158.06598238 both 84 11/29_stop +1201 21.30200105 -158.06471200 both 85 unnamed entity(split) +1201 21.31047664 -158.08151511 both 86 11/29_start +1201 21.30830456 -158.07719685 both 87 unnamed entity(split) +1201 21.30660058 -158.07385223 both 88 unnamed entity(split) +1201 21.30619880 -158.07303471 both 89 unnamed entity(split) +1201 21.30563603 -158.07402174 both 90 unnamed entity(split) +1201 21.30128496 -158.08058372 both 91 unnamed entity(split) +1201 21.30582552 -158.07230097 both 92 unnamed entity(split) +1201 21.30562948 -158.07191438 both 93 unnamed entity(split) +1201 21.30528320 -158.07122880 both 94 unnamed entity(split) +1201 21.30584446 -158.07037607 both 95 unnamed entity(split) +1201 21.30495472 -158.07057844 both 96 unnamed entity(split) +1201 21.30396851 -158.06861949 both 97 unnamed entity(split) +1202 21 20 twoway taxiway_C B +1202 22 21 twoway taxiway_C B +1202 57 58 twoway taxiway_C B +1202 58 22 twoway taxiway_C B +1202 23 44 twoway taxiway_C C4 +1202 85 23 twoway taxiway_C C4 +1204 departure 11,29 +1204 arrival 11,29 +1202 24 45 twoway taxiway_C C3 +1202 97 24 twoway taxiway_C C3 +1204 departure 11,29 +1204 arrival 11,29 +1202 30 25 twoway taxiway_C C2 +1202 26 30 twoway taxiway_C C2 +1202 42 26 twoway taxiway_C C2 +1202 27 42 twoway taxiway_C C2 +1202 87 27 twoway taxiway_C C2 +1204 departure 11,29 +1204 arrival 11,29 +1202 28 59 twoway taxiway_C B2 +1202 81 28 twoway taxiway_C B2 +1204 departure 04L,22R +1204 arrival 04L,22R +1202 29 60 twoway taxiway_C B3 +1202 80 29 twoway taxiway_C B3 +1204 departure 04L,22R +1204 arrival 04L,22R +1202 31 30 twoway taxiway_C B4 +1202 61 31 twoway taxiway_C B4 +1202 32 61 twoway taxiway_C B4 +1202 33 79 twoway taxiway_C B4 +1204 departure 04L,22R +1204 arrival 04L,22R +1202 79 32 twoway taxiway_C B4 +1204 departure 04L,22R +1204 arrival 04L,22R +1202 34 33 twoway taxiway_C B4 +1202 48 34 twoway taxiway_C B4 +1204 departure 04R,22L +1204 arrival 04R,22L +1202 36 35 twoway taxiway_C A2 +1202 73 36 twoway taxiway_C A2 +1204 departure 04R,22L +1204 arrival 04R,22L +1202 37 90 twoway taxiway_C A2 +1204 departure 04L,22R +1204 arrival 04L,22R +1202 38 37 twoway taxiway_C A2 +1204 departure 04L,22R +1204 arrival 04L,22R +1202 39 38 twoway taxiway_C A2 +1202 40 39 twoway taxiway_C A2 +1204 departure 04R,22L +1204 arrival 04R,22L +1202 74 40 twoway taxiway_C A2 +1204 departure 04R,22L +1204 arrival 04R,22L +1202 57 59 twoway taxiway_C B +1202 59 60 twoway taxiway_C B +1202 60 61 twoway taxiway_C B +1202 61 83 twoway taxiway_C B +1202 41 53 twoway taxiway_C C +1202 42 41 twoway taxiway_C C +1202 43 44 twoway taxiway_C C +1202 44 45 twoway taxiway_C C +1202 45 46 twoway taxiway_C C +1202 46 47 twoway taxiway_C C +1204 departure 04R,22L +1204 arrival 04R,22L +1202 47 49 twoway taxiway_C C +1204 departure 04R,22L +1204 arrival 04R,22L +1202 49 50 twoway taxiway_C C +1202 50 78 twoway taxiway_C C +1204 departure 04L,22R +1204 arrival 04L,22R +1202 78 82 twoway taxiway_C C +1204 departure 04L,22R +1204 arrival 04L,22R +1202 82 83 twoway taxiway_C C +1202 83 42 twoway taxiway_C C +1202 51 52 twoway taxiway_C C5 +1204 departure 11,29 +1204 arrival 11,29 +1202 52 43 twoway taxiway_C C5 +1202 84 85 twoway taxiway_C C5 +1204 departure 11,29 +1204 arrival 11,29 +1202 85 51 twoway taxiway_C C5 +1204 departure 11,29 +1204 arrival 11,29 +1202 54 53 twoway taxiway_C C1 +1202 55 54 twoway taxiway_C C1 +1204 departure 11,29 +1204 arrival 11,29 +1202 56 55 twoway taxiway_C C1 +1204 departure 11,29 +1204 arrival 11,29 +1202 86 56 twoway taxiway_C C1 +1204 departure 11,29 +1204 arrival 11,29 +1202 76 64 twoway taxiway_C B1 +1204 departure 04L,22R +1204 arrival 04L,22R +1202 62 57 twoway taxiway_C B1 +1202 63 64 twoway taxiway_C B1 +1204 departure 04L,22R +1204 arrival 04L,22R +1202 64 62 twoway taxiway_C B1 +1204 departure 04L,22R +1204 arrival 04L,22R +1202 65 63 twoway taxiway_C B1 +1202 71 65 twoway taxiway_C B1 +1204 departure 04R,22L +1204 arrival 04R,22L +1202 66 72 twoway taxiway_C A1 +1204 departure 04R,22L +1204 arrival 04R,22L +1202 67 68 twoway taxiway_C A1 +1202 68 69 twoway taxiway_C A1 +1202 69 70 twoway taxiway_C A1 +1204 departure 04R,22L +1204 arrival 04R,22L +1202 70 66 twoway taxiway_C A1 +1204 departure 04R,22L +1204 arrival 04R,22L +1202 77 89 twoway taxiway_C A +1204 departure 04L,11,22R,29 +1204 arrival 04L,11,22R,29 +1202 89 90 twoway taxiway_C A +1204 departure 04L,11,22R,29 +1204 arrival 04L,11,22R,29 +1202 90 91 twoway taxiway_C A +1202 91 67 twoway taxiway_C A +1202 72 73 twoway runway 04R/22L +1204 departure 04R,22L +1204 arrival 04R,22L +1204 ils 04R,22L +1202 73 74 twoway runway 04R/22L +1204 departure 04R,22L +1204 arrival 04R,22L +1204 ils 04R,22L +1202 74 75 twoway runway 04R/22L +1204 departure 04R,22L +1204 arrival 04R,22L +1204 ils 04R,22L +1202 75 94 twoway runway 04R/22L +1204 departure 04R,11,22L,29 +1204 arrival 04R,11,22L,29 +1204 ils 04R,22L +1202 94 95 twoway runway 04R/22L +1204 departure 04R,11,22L,29 +1204 arrival 04R,11,22L,29 +1204 ils 04R,22L +1202 95 47 twoway runway 04R/22L +1204 departure 04R,22L +1204 arrival 04R,22L +1204 ils 04R,22L +1202 47 48 twoway runway 04R/22L +1204 departure 04R,22L +1204 arrival 04R,22L +1204 ils 04R,22L +1202 48 71 twoway runway 04R/22L +1204 departure 04R,22L +1204 arrival 04R,22L +1204 ils 04R,22L +1202 77 78 twoway runway 04L/22R +1204 departure 04L,11,22R,29 +1204 arrival 04L,11,22R,29 +1204 ils 04L,22R +1202 78 79 twoway runway 04L/22R +1204 departure 04L,11,22R,29 +1204 arrival 04L,11,22R,29 +1204 ils 04L,22R +1202 79 80 twoway runway 04L/22R +1204 departure 04L,11,22R,29 +1204 arrival 04L,11,22R,29 +1204 ils 04L,22R +1202 80 81 twoway runway 04L/22R +1204 departure 04L,11,22R,29 +1204 arrival 04L,11,22R,29 +1204 ils 04L,22R +1202 81 76 twoway runway 04L/22R +1204 departure 04L,11,22R,29 +1204 arrival 04L,11,22R,29 +1204 ils 04L,22R +1202 86 87 twoway runway 11/29 +1204 departure 11,29 +1204 arrival 11,29 +1204 ils 11,29 +1202 87 88 twoway runway 11/29 +1204 departure 11,29 +1204 arrival 11,29 +1204 ils 11,29 +1202 88 89 twoway runway 11/29 +1204 departure 04L,11,22R,29 +1204 arrival 04L,11,22R,29 +1204 ils 11,29 +1202 89 92 twoway runway 11/29 +1204 departure 04L,11,22R,29 +1204 arrival 04L,11,22R,29 +1204 ils 11,29 +1202 92 93 twoway runway 11/29 +1204 departure 11,29 +1204 arrival 11,29 +1204 ils 11,29 +1202 93 94 twoway runway 11/29 +1204 departure 04R,11,22L,29 +1204 arrival 04R,11,22L,29 +1204 ils 11,29 +1202 94 96 twoway runway 11/29 +1204 departure 04R,11,22L,29 +1204 arrival 04R,11,22L,29 +1204 ils 11,29 +1202 96 97 twoway runway 11/29 +1204 departure 11,29 +1204 arrival 11,29 +1204 ils 11,29 +1202 97 84 twoway runway 11/29 +1204 departure 11,29 +1204 arrival 11,29 +1204 ils 11,29 +1206 1 2 twoway ground +1206 2 0 twoway ground +1206 14 1 twoway ground +1206 15 14 twoway ground +1206 3 15 twoway ground +1206 4 3 twoway ground +1206 7 4 twoway ground +1206 12 5 twoway grnd +1206 10 6 twoway grnd +1206 8 7 twoway grnd +1206 9 10 twoway grnd +1206 10 8 twoway grnd +1206 11 12 twoway grnd +1206 12 9 twoway grnd +1206 14 13 twoway crew +1206 15 14 twoway crew +1206 16 15 twoway crew +1206 17 16 twoway crew +1206 18 17 twoway crew +1206 19 18 twoway crew +1400 21.31248071 -158.07302890 0.00 pushback 0 New Service Truck 11 +1400 21.31258882 -158.07322976 0.00 gpu 0 New Service Truck 10 +1400 21.31171143 -158.07161400 0.00 crew_limo 0 New Service Truck 14 +1400 21.31176965 -158.07154705 0.00 crew_ferrari 0 New Service Truck 13 +1400 21.31180707 -158.07166756 0.00 crew_car 0 New Service Truck 12 +1400 21.31212310 -158.07321190 0.00 food 0 New Service Truck 9 +1400 21.31229573 -158.07310741 0.00 fuel_props 0 New Service Truck 8 +1400 21.31230815 -158.07326734 0.00 fuel_liners 0 New Service Truck 7 +1400 21.31243231 -158.07316072 0.00 fuel_jets 0 New Service Truck 6 +1400 21.31213892 -158.07344413 0.00 baggage_train 3 New Service Truck 5 +1400 21.31210299 -158.07334772 0.00 baggage_loader 0 New Service Truck 4 +1401 21.30974375 -158.07309121 0.00 baggage_loader|baggage_train|crew_car|crew_ferrari|crew_limo|fuel_jets|fuel_liners|fuel_props|food|gpu|pushback New Service Truck Destination 3 +1401 21.31811043 -158.06356628 0.00 baggage_loader|baggage_train|crew_car|crew_ferrari|crew_limo|fuel_jets|fuel_liners|fuel_props|food|gpu|pushback New Service Truck Destination 3 +1401 21.32042024 -158.05955704 0.00 baggage_loader|baggage_train|crew_car|crew_ferrari|crew_limo|fuel_jets|fuel_liners|fuel_props|food|gpu|pushback New Service Truck Destination 3 +1401 21.31432095 -158.07779303 0.00 baggage_loader|baggage_train|crew_car|crew_ferrari|crew_limo|fuel_jets|fuel_liners|fuel_props|food|gpu|pushback New Service Truck Destination 3 +1401 21.31315877 -158.07105705 0.00 baggage_loader|baggage_train|crew_car|crew_ferrari|crew_limo|fuel_jets|fuel_liners|fuel_props|food|gpu|pushback New Service Truck Destination 2 +1401 21.31664931 -158.06440322 0.00 crew_car|crew_ferrari|crew_limo New Service Truck Destination 1 + +1 22 1 0 PHNG KANEOHE BAY MCAF +100 60.96 1 0 1.00 0 3 0 04 21.44380654 -157.77688840 0 0 2 5 0 1 22 21.45708246 -157.75894976 0 0 2 5 0 1 +102 H1 21.44764080 -157.77492448 59.54 45.11 44.81 1 0 0 0.25 0 +102 H2 21.44700706 -157.77449807 59.55 49.99 49.99 1 0 0 0.25 0 +102 H3 21.45236078 -157.77380246 106.13 36.58 36.27 2 0 0 0.25 0 +110 2 1.00 117.1400 New Taxiway 15 +111 21.44325752 -157.77147010 +111 21.44330685 -157.77157255 +111 21.44276419 -157.77185918 +111 21.43967553 -157.76538013 +111 21.43990389 -157.76525298 +111 21.43976515 -157.76494526 +111 21.43965883 -157.76500123 +111 21.43947591 -157.76460718 +111 21.43987288 -157.76439978 +111 21.44005977 -157.76479184 +111 21.43985435 -157.76489644 +111 21.43999422 -157.76520268 +111 21.44019686 -157.76508985 +111 21.44100701 -157.76678564 +111 21.44105783 -157.76676316 +111 21.44037025 -157.76531788 +111 21.44038520 -157.76530825 +112 21.44043303 -157.76540139 21.44046568 -157.76547285 +111 21.44058830 -157.76547962 +112 21.44070560 -157.76541596 21.44080719 -157.76536009 +111 21.44070806 -157.76514124 +111 21.44156006 -157.76467233 +111 21.44250729 -157.76663474 +111 21.44303008 -157.76772947 +111 21.44208309 -157.76824627 +111 21.44210722 -157.76830610 +111 21.44306329 -157.76779355 +111 21.44330586 -157.76826168 +111 21.44374820 -157.76923482 +111 21.44398138 -157.76970053 +111 21.44405014 -157.76966520 +111 21.44431321 -157.77021442 +111 21.44433414 -157.77021442 +111 21.44437300 -157.77029792 +111 21.44441186 -157.77027544 +113 21.44462222 -157.77072111 +110 2 1.00 51.0000 New Taxiway 13 +111 21.45684162 -157.75927554 +112 21.45646669 -157.75931928 21.45649454 -157.75904305 53 102 +111 21.45640885 -157.75902233 53 102 +112 21.45591861 -157.75860578 21.45571668 -157.75844541 53 102 +111 21.45553816 -157.75865924 53 102 +111 21.45511534 -157.75922242 +111 21.45495985 -157.75908968 53 102 +112 21.45552606 -157.75831106 21.45577030 -157.75799569 53 102 +111 21.45615306 -157.75822787 53 102 +111 21.45676058 -157.75875252 53 102 +113 21.45687418 -157.75877038 +110 2 1.00 51.0000 New Taxiway 14 +111 21.45641261 -157.75941609 +111 21.45638690 -157.75939997 +112 21.45644260 -157.75928027 21.45647045 -157.75916748 +111 21.45638904 -157.75905468 +112 21.45590057 -157.75863343 21.45572275 -157.75848381 +112 21.45555564 -157.75869328 21.45552136 -157.75872321 +111 21.45551922 -157.75868638 +111 21.45548922 -157.75832958 +112 21.45571203 -157.75813161 21.45589792 -157.75801675 +111 21.45620693 -157.75818225 +113 21.45687418 -157.75877038 +110 2 1.00 61.9500 New Taxiway 7 +111 21.44526341 -157.77378378 +111 21.44500247 -157.77363509 +111 21.44453831 -157.77337060 +111 21.44469643 -157.77303349 +111 21.44454325 -157.77292732 +111 21.44507860 -157.77190083 +111 21.44522210 -157.77198113 +111 21.44580038 -157.77084646 +111 21.44629229 -157.77079683 +112 21.44643642 -157.77088239 21.44652087 -157.77096275 +111 21.44652343 -157.77098600 +111 21.44656529 -157.77097958 +111 21.44658023 -157.77111768 +111 21.44654137 -157.77121725 +113 21.44654735 -157.77123010 +110 2 1.00 51.0000 New Taxiway 2 +111 21.44644360 -157.77831576 53 102 +112 21.44619267 -157.77831576 21.44603101 -157.77817837 53 102 +111 21.44568839 -157.77787766 +111 21.44635674 -157.77699110 53 102 +111 21.44692375 -157.77747845 53 102 +114 21.44692617 -157.77765213 21.44685619 -157.77774546 53 102 +110 2 1.00 51.0000 New Taxiway 3 +111 21.44686418 -157.77739201 +111 21.44643719 -157.77703263 +111 21.44649595 -157.77692273 +111 21.44652874 -157.77686139 +111 21.44695348 -157.77606688 +111 21.44712776 -157.77616472 +111 21.44671239 -157.77702511 +111 21.44697280 -157.77724950 +113 21.44693829 -157.77729479 +110 2 1.00 51.0000 New Taxiway 4 +111 21.44386070 -157.77668452 +111 21.44361941 -157.77668193 53 102 +112 21.44356633 -157.77645640 21.44354462 -157.77635790 53 102 +111 21.44355482 -157.77620183 53 102 +111 21.44353069 -157.77603452 +111 21.44341882 -157.77604630 +111 21.44326320 -157.77417148 +111 21.44336843 -157.77416088 +111 21.44336843 -157.77418208 +111 21.44355916 -157.77416795 +111 21.44357560 -157.77425981 +112 21.44396304 -157.77511192 21.44396666 -157.77544496 +111 21.44371372 -157.77568359 +111 21.44371700 -157.77572952 +111 21.44390773 -157.77587791 53 102 +112 21.44379337 -157.77608067 21.44375748 -157.77619421 53 102 +113 21.44387314 -157.77633132 +110 2 1.00 51.0000 New Taxiway 6 +112 21.44418142 -157.77485333 21.44415550 -157.77476549 +111 21.44407374 -157.77463481 +111 21.44409767 -157.77460053 +112 21.44426317 -157.77473764 21.44435490 -157.77477835 +111 21.44452240 -157.77464338 +111 21.44455231 -157.77466909 +113 21.44421931 -157.77508256 +110 2 1.00 51.0000 New Taxiway 8 +111 21.44682661 -157.77036090 +111 21.44684634 -157.77027964 +111 21.44673782 -157.77027964 +111 21.44671809 -157.77011005 +111 21.44581048 -157.77021604 +111 21.44564606 -157.77040329 +111 21.44532523 -157.77013030 +111 21.44560750 -157.76972707 +111 21.44534220 -157.76950585 +111 21.44548227 -157.76932532 +111 21.44490608 -157.76882864 +111 21.44569453 -157.76778997 +111 21.44625847 -157.76826733 +111 21.44856890 -157.76514842 +111 21.44916717 -157.76567074 +111 21.44745503 -157.76797693 +111 21.44652697 -157.76922445 +111 21.44655090 -157.76926087 +111 21.44689581 -157.76921644 +111 21.44689087 -157.76927749 +111 21.44695511 -157.76927484 +111 21.44696005 -157.76929873 +111 21.44733806 -157.76925095 +111 21.44733806 -157.76920847 +111 21.44748629 -157.76920582 +111 21.44773377 -157.76887634 +111 21.44788497 -157.76899604 53 102 +112 21.44738043 -157.76968629 21.44716308 -157.76997765 53 102 +113 21.44702391 -157.77042802 +112 21.44708571 -157.76960521 21.44706450 -157.76956977 53 102 +111 21.44697731 -157.76959002 53 102 +111 21.44650362 -157.76965839 53 102 +112 21.44620668 -157.76974194 21.44609591 -157.76980271 53 102 +111 21.44622317 -157.76989386 53 102 +112 21.44687126 -157.76980271 21.44698202 -157.76978498 53 102 +113 21.44710928 -157.76968877 53 102 +110 2 1.00 51.0000 New Taxiway 2 +111 21.44898262 -157.76641625 +111 21.44892323 -157.76626150 +111 21.44897784 -157.76619769 +113 21.44903586 -157.76635098 +110 2 1.00 51.0000 New Taxiway 2 +111 21.44883693 -157.76660730 +111 21.44877754 -157.76645255 +111 21.44883215 -157.76638874 +113 21.44889018 -157.76654203 +110 2 1.00 51.0000 New Taxiway 2 +111 21.44869125 -157.76680986 +111 21.44863186 -157.76665511 +111 21.44868647 -157.76659130 +113 21.44874449 -157.76674459 +110 2 1.00 51.0000 New Taxiway 2 +111 21.44854342 -157.76700322 +111 21.44848403 -157.76684846 +111 21.44853864 -157.76678465 +113 21.44859667 -157.76693794 +110 2 1.00 51.0000 New Taxiway 2 +111 21.44839988 -157.76720347 +111 21.44834049 -157.76704872 +111 21.44839510 -157.76698491 +113 21.44845313 -157.76713820 +110 2 1.00 51.0000 New Taxiway 2 +111 21.44824905 -157.76740457 +111 21.44818966 -157.76724982 +111 21.44824427 -157.76718601 +113 21.44830230 -157.76733929 +110 2 1.00 51.0000 New Taxiway 2 +111 21.44810095 -157.76760566 +111 21.44804156 -157.76745091 +111 21.44809617 -157.76738710 +113 21.44815420 -157.76754039 +110 2 1.00 51.0000 New Taxiway 2 +111 21.44795739 -157.76779895 +111 21.44789800 -157.76764420 +111 21.44795261 -157.76758039 +113 21.44801064 -157.76773368 +110 2 1.00 51.0000 New Taxiway 16 +111 21.44710657 -157.77288808 +111 21.44734390 -157.77327057 +111 21.44728820 -157.77331211 +112 21.44711114 -157.77318655 21.44704385 -157.77316943 +111 21.44693836 -157.77323985 +113 21.44688981 -157.77318465 +110 2 1.00 51.0000 New Taxiway 20 +111 21.44703048 -157.77236003 +111 21.44659214 -157.77265627 53 102 +111 21.44656857 -157.77263855 53 102 +112 21.44662749 -157.77253474 21.44665813 -157.77246637 53 102 +112 21.44653087 -157.77225116 21.44640596 -157.77214735 53 102 +111 21.44629756 -157.77233218 53 102 +111 21.44624100 -157.77230433 +111 21.44662749 -157.77155234 53 102 +111 21.44665813 -157.77155740 53 102 +112 21.44675947 -157.77195564 21.44693858 -157.77211262 53 102 +113 21.44713889 -157.77192779 +110 2 1.00 108.8800 New Taxiway 91 +111 21.45643384 -157.77256966 +111 21.45678797 -157.77246494 +111 21.45677090 -157.77239829 +111 21.45680797 -157.77238691 +111 21.45683089 -157.77237987 +111 21.45697657 -157.77287939 +113 21.45657853 -157.77302050 +110 1 1.00 51.5100 New Taxiway 9 +111 21.44703631 -157.77730422 +111 21.44697280 -157.77724950 +111 21.44671239 -157.77702511 +111 21.44712776 -157.77616472 +111 21.44695348 -157.77606688 +111 21.44652874 -157.77686139 +111 21.44638849 -157.77674600 +112 21.44609253 -157.77699685 21.44604649 -157.77706398 +112 21.44587549 -157.77715937 21.44581301 -157.77712757 +111 21.44484015 -157.77663744 +112 21.44462491 -157.77644794 21.44460697 -157.77642867 +111 21.44458587 -157.77640854 +111 21.44691841 -157.77322413 +111 21.44708512 -157.77307479 +111 21.44734390 -157.77327200 +111 21.44710657 -157.77288951 +111 21.44714945 -157.77275788 +111 21.44724950 -157.77270962 53 102 +111 21.44807139 -157.77409245 53 +112 21.44823882 -157.77414949 21.44833887 -157.77411877 53 +111 21.44989593 -157.77360503 +111 21.44987384 -157.77340967 +111 21.44999549 -157.77337942 +111 21.45040590 -157.77330922 +111 21.45037527 -157.77318856 +112 21.45045899 -157.77309861 21.45047533 -157.77304596 +112 21.45065909 -157.77300867 21.45071831 -157.77310081 +111 21.45134783 -157.77283320 +111 21.45152394 -157.77071879 +111 21.45147620 -157.77071879 +111 21.45143243 -157.77088124 +111 21.45125735 -157.77090689 +111 21.45120562 -157.77092827 +111 21.45119369 -157.77103087 +111 21.45081568 -157.77097529 +111 21.45085547 -157.77056916 +111 21.45121756 -157.77059481 +111 21.45123348 -157.77045373 +111 21.45156373 -157.77047511 +111 21.45161546 -157.77002622 +112 21.45167117 -157.76988087 21.45167515 -157.76985950 +112 21.45164479 -157.76945030 21.45162890 -157.76931942 +112 21.45149650 -157.76869920 21.45149121 -157.76854557 +112 21.45165209 -157.76814549 21.45175272 -157.76802599 20 +111 21.45381538 -157.76532493 20 +112 21.45380225 -157.76513683 21.45375848 -157.76508980 20 +111 21.45205437 -157.76333158 53 102 +111 21.45082327 -157.76506350 53 102 +112 21.45085861 -157.76536426 21.45094829 -157.76545770 53 102 +111 21.45140486 -157.76582269 53 102 +112 21.45165218 -157.76582853 21.45176360 -157.76574093 +111 21.45178110 -157.76625187 +111 21.45128333 -157.76631353 53 102 +112 21.45122910 -157.76600765 21.45110953 -157.76590166 53 102 +111 21.45085841 -157.76569288 +111 21.45032575 -157.76671868 +111 21.44984429 -157.76640831 53 102 +111 21.44788497 -157.76899604 +111 21.44773377 -157.76887634 +111 21.44748629 -157.76920582 +111 21.44733806 -157.76920847 +111 21.44733806 -157.76925095 +111 21.44696005 -157.76929873 +111 21.44695511 -157.76927484 +111 21.44689087 -157.76927749 +111 21.44689581 -157.76921644 +111 21.44751183 -157.76801547 +111 21.44745503 -157.76797693 +111 21.44916717 -157.76567074 +111 21.44856890 -157.76514842 +111 21.44625847 -157.76826733 +111 21.44569453 -157.76778997 +111 21.44490608 -157.76882864 +111 21.44548227 -157.76932532 +111 21.44534220 -157.76950585 +111 21.44560750 -157.76972707 +111 21.44532523 -157.77013030 +111 21.44564606 -157.77040329 +111 21.44581048 -157.77021604 +111 21.44671809 -157.77011005 +111 21.44673782 -157.77027964 +111 21.44684634 -157.77027964 +111 21.44682661 -157.77036090 +111 21.44702391 -157.77042802 53 102 +112 21.44692197 -157.77090498 21.44686935 -157.77104630 53 102 +111 21.44662749 -157.77155234 +111 21.44630087 -157.77232923 +111 21.44563802 -157.77366224 +112 21.44539132 -157.77401279 21.44529583 -157.77408546 +111 21.44525604 -157.77412393 53 102 +111 21.44390773 -157.77587791 +111 21.44371700 -157.77572952 +111 21.44371372 -157.77568359 +112 21.44391925 -157.77510564 21.44389623 -157.77480181 +111 21.44357560 -157.77425981 +111 21.44355916 -157.77416795 +111 21.44336843 -157.77418208 +111 21.44336843 -157.77416088 +111 21.44326320 -157.77417148 +111 21.44314935 -157.77268680 +111 21.44276419 -157.77185918 +111 21.44330685 -157.77157255 +111 21.44325752 -157.77147010 +111 21.44462222 -157.77072111 +111 21.44441186 -157.77027544 +111 21.44437300 -157.77029792 +111 21.44433414 -157.77021442 +111 21.44431321 -157.77021442 +111 21.44405014 -157.76966520 +111 21.44398138 -157.76970053 +111 21.44374820 -157.76923482 +111 21.44401127 -157.76910635 +112 21.44404117 -157.76893934 21.44400230 -157.76884299 +111 21.44336963 -157.76754307 +112 21.44326141 -157.76755185 21.44322262 -157.76757159 +112 21.44323691 -157.76769224 21.44324916 -157.76772076 +111 21.44345410 -157.76819411 +111 21.44335079 -157.76823513 +111 21.44330586 -157.76826168 +111 21.44306329 -157.76779355 +111 21.44210722 -157.76830610 +111 21.44208309 -157.76824627 +111 21.44303008 -157.76772947 +111 21.44313186 -157.76767392 +111 21.44293095 -157.76722722 +112 21.44295954 -157.76704953 21.44302488 -157.76699249 +112 21.44304938 -157.76686307 21.44302488 -157.76681261 +111 21.44268024 -157.76610870 +112 21.44259489 -157.76608698 21.44256569 -157.76609905 +111 21.44253425 -157.76612559 +111 21.44265328 -157.76618109 +111 21.44275436 -157.76643204 +111 21.44250729 -157.76663474 +111 21.44156006 -157.76467233 +111 21.44070806 -157.76514124 +111 21.44080983 -157.76533050 +111 21.44073048 -157.76548041 +111 21.44053123 -157.76557866 +112 21.44043303 -157.76540139 21.44040911 -157.76534036 +111 21.44038520 -157.76530825 +111 21.44037025 -157.76531788 +111 21.44105783 -157.76676316 +111 21.44100701 -157.76678564 +111 21.44019686 -157.76508985 +111 21.43967553 -157.76538013 +112 21.43969595 -157.76512687 21.43968481 -157.76505308 +111 21.43965883 -157.76500123 +111 21.44005977 -157.76479184 +111 21.43987288 -157.76439978 +111 21.43970084 -157.76403888 +111 21.44109676 -157.76326880 +112 21.44121519 -157.76328197 21.44122948 -157.76331706 +111 21.44178591 -157.76450051 +112 21.44183974 -157.76436291 21.44180819 -157.76428912 +111 21.44108989 -157.76282334 +111 21.44117805 -157.76276113 +111 21.44336186 -157.76737883 +112 21.44346052 -157.76738589 21.44353944 -157.76735056 +111 21.44565126 -157.76617376 +112 21.44566320 -157.76603696 21.44562341 -157.76595574 +111 21.44347177 -157.76144834 +111 21.44353380 -157.76140669 +111 21.44574367 -157.76603839 +112 21.44587209 -157.76604697 21.44595394 -157.76601076 +111 21.44709872 -157.76533874 +112 21.44730490 -157.76526490 21.44735916 -157.76522992 +112 21.44752917 -157.76502394 21.44754002 -157.76498508 +112 21.44753641 -157.76491513 21.44747491 -157.76495788 +111 21.44739533 -157.76500840 +111 21.44721809 -157.76464697 +111 21.44811517 -157.76410677 +111 21.44816581 -157.76418061 +111 21.44756173 -157.76463531 +111 21.44767748 -157.76486849 +112 21.44830421 -157.76447487 21.44844010 -157.76443983 +112 21.44878253 -157.76432011 21.44883960 -157.76427340 +112 21.44898483 -157.76404291 21.44902462 -157.76396596 20 +111 21.44998108 -157.76191166 20 +111 21.44776299 -157.76084645 20 +111 21.44782427 -157.76080413 20 +111 21.45115864 -157.76247590 20 +112 21.45163875 -157.76281508 21.45174069 -157.76292108 20 +111 21.45197417 -157.76315073 53 102 +111 21.45380615 -157.76062454 53 102 +112 21.45371223 -157.76036128 21.45354684 -157.76023184 53 102 +111 21.45342841 -157.76012215 53 102 +112 21.45339370 -157.75958027 21.45358359 -157.75933456 53 +111 21.45401467 -157.75885158 53 102 +112 21.45439787 -157.75887786 21.45458267 -157.75904430 53 102 +111 21.45469953 -157.75913190 +112 21.45478106 -157.75911730 21.45482726 -157.75908518 +111 21.45491695 -157.75905306 +111 21.45495985 -157.75908968 +111 21.45511534 -157.75922242 53 102 +111 21.45310138 -157.76192272 53 102 +112 21.45315574 -157.76226436 21.45331336 -157.76241036 53 102 +111 21.45362862 -157.76266440 53 102 +112 21.45397105 -157.76269068 21.45413683 -157.76260892 +111 21.45405258 -157.76311116 +111 21.45331266 -157.76451309 20 +111 21.45379825 -157.76504078 20 +112 21.45409392 -157.76519576 21.45424067 -157.76521912 20 +111 21.45631904 -157.76547124 +112 21.45635857 -157.76541815 21.45636351 -157.76538895 +111 21.45638080 -157.76511022 +111 21.45610903 -157.76488723 +111 21.45619303 -157.76481821 +111 21.45644751 -157.76503855 +111 21.45651422 -157.76498015 +111 21.45699352 -157.76505447 +111 21.45693917 -157.76552965 +112 21.45697623 -157.76556416 21.45698611 -157.76556416 +111 21.45715777 -157.76556736 +111 21.45715777 -157.76564509 +111 21.45692265 -157.76563732 +111 21.45691179 -157.76568396 +111 21.45715777 -157.76572282 +111 21.45714692 -157.76622031 +111 21.45647410 -157.76616201 +111 21.45651751 -157.76565675 +111 21.45686115 -157.76568007 +111 21.45686115 -157.76561011 20 +111 21.45409282 -157.76528260 20 +112 21.45387578 -157.76533702 21.45381429 -157.76540697 20 +111 21.45166975 -157.76823517 20 +112 21.45156630 -157.76853871 21.45156630 -157.76862848 +111 21.45157824 -157.76873964 +111 21.45341131 -157.76975870 +111 21.45347110 -157.76979374 +111 21.45388419 -157.77003026 +111 21.45393582 -157.77005654 +111 21.45413150 -157.76980542 +111 21.45418042 -157.76984630 +111 21.45400105 -157.77008282 +111 21.45656747 -157.77158947 +111 21.45680797 -157.77238691 +111 21.45677090 -157.77239829 +111 21.45678797 -157.77246494 +111 21.45643384 -157.77256966 +111 21.45657853 -157.77302050 +111 21.44761927 -157.77581870 +111 21.44716247 -157.77673523 +111 21.44730173 -157.77700882 +112 21.44712268 -157.77711997 21.44711870 -157.77713280 +112 21.44708289 -157.77728670 21.44712268 -157.77732517 +111 21.44725001 -157.77750899 +113 21.44719828 -157.77752609 +111 21.45499327 -157.77166518 +111 21.45182393 -157.76987518 +111 21.45173711 -157.76989461 +112 21.45163241 -157.77140850 21.45163241 -157.77142987 +112 21.45180351 -157.77149827 21.45189105 -157.77149827 +111 21.45190299 -157.77147690 +111 21.45201440 -157.77151965 +111 21.45205021 -157.77142132 +112 21.45213775 -157.77054492 21.45214173 -157.77051500 +111 21.45217754 -157.77048080 +112 21.45276245 -157.77048507 21.45277837 -157.77048935 +111 21.45304496 -157.77075013 +112 21.45296140 -157.77169065 21.45295344 -157.77176333 +113 21.45299323 -157.77231055 +111 21.44526341 -157.77378378 +111 21.44654735 -157.77123010 +111 21.44654137 -157.77121725 +111 21.44658023 -157.77111768 +111 21.44656529 -157.77097958 +111 21.44652343 -157.77098600 +111 21.44640891 -157.77093491 +111 21.44629229 -157.77079683 +111 21.44580038 -157.77084646 +111 21.44522210 -157.77198113 +111 21.44507860 -157.77190083 +111 21.44454325 -157.77292732 +111 21.44469643 -157.77303349 +111 21.44453831 -157.77337060 +111 21.44452729 -157.77337149 +111 21.44439028 -157.77328221 +111 21.44421958 -157.77369967 +111 21.44409380 -157.77364175 +111 21.44430493 -157.77321705 +111 21.44386920 -157.77298781 +111 21.44352780 -157.77325808 +112 21.44352780 -157.77342940 21.44353454 -157.77349697 +111 21.44361975 -157.77372643 +112 21.44410372 -157.77458637 21.44413898 -157.77465218 +112 21.44426706 -157.77472597 21.44430605 -157.77473594 +111 21.44437917 -157.77471105 +111 21.44426362 -157.77465932 +111 21.44436473 -157.77444207 +111 21.44455731 -157.77454035 +113 21.44500247 -157.77363509 +111 21.44483454 -157.77048450 +112 21.44498700 -157.77052304 21.44505875 -157.77048129 53 +111 21.44522018 -157.77036888 53 +112 21.44525605 -157.76991601 21.44514843 -157.76973615 53 +111 21.44464620 -157.76898138 +112 21.44454456 -157.76892356 21.44452064 -157.76892356 +111 21.44447879 -157.76892678 +111 21.44480464 -157.76964943 +113 21.44449972 -157.76974900 +111 21.44526002 -157.76783237 +111 21.44515837 -157.76758185 +112 21.44511951 -157.76755295 21.44511353 -157.76754652 +111 21.44505673 -157.76754973 +111 21.44508364 -157.76764288 +111 21.44418283 -157.76860881 +111 21.44425159 -157.76876619 +111 21.44409913 -157.76881758 +111 21.44392872 -157.76846106 +111 21.44396161 -157.76844822 +112 21.44391079 -157.76842895 21.44388089 -157.76843858 +111 21.44387790 -157.76848355 +111 21.44414098 -157.76898780 +111 21.44440106 -157.76888502 +111 21.44438612 -157.76882400 +111 21.44441601 -157.76880473 +112 21.44449075 -157.76883685 21.44452363 -157.76885290 +113 21.44459239 -157.76878867 53 +111 21.44922156 -157.76465967 +111 21.44919191 -157.76455879 +112 21.44891273 -157.76439687 21.44887567 -157.76436767 +112 21.44878920 -157.76439687 21.44876202 -157.76441811 +112 21.44834344 -157.76453173 21.44821990 -157.76455828 +112 21.44787154 -157.76479452 21.44778260 -157.76485292 +112 21.44768357 -157.76495614 21.44765640 -157.76500870 +112 21.44730038 -157.76547587 21.44725418 -157.76551967 +111 21.44711014 -157.76541748 +111 21.44668603 -157.76570427 +112 21.44667615 -157.76572551 21.44668356 -157.76573082 +111 21.44671568 -157.76573878 +111 21.44676262 -157.76580779 +111 21.44660944 -157.76603607 +111 21.44660203 -157.76618472 +112 21.44628331 -157.76640238 21.44620672 -157.76643689 +111 21.44606837 -157.76632010 +111 21.44594977 -157.76611040 +112 21.44586083 -157.76615021 21.44584107 -157.76616083 +111 21.44583860 -157.76624577 +111 21.44596460 -157.76650591 +112 21.44613013 -157.76642362 21.44621166 -157.76638115 +111 21.44628578 -157.76647140 +112 21.44644390 -157.76680320 21.44648343 -157.76688814 +111 21.44640437 -157.76697043 +111 21.44623986 -157.76706390 +111 21.44626288 -157.76712043 +111 21.44619382 -157.76715576 +111 21.44574989 -157.76628310 +111 21.44566767 -157.76626191 +111 21.44491791 -157.76666114 +111 21.44502643 -157.76690138 +111 21.44508562 -157.76688725 +111 21.44525662 -157.76725468 +111 21.44522045 -157.76734301 +112 21.44530266 -157.76755499 21.44532239 -157.76759032 +112 21.44549010 -157.76753732 21.44558875 -157.76745960 53 +111 21.44583313 -157.76749478 53 +112 21.44614783 -157.76757640 21.44630338 -157.76761915 53 +111 21.44648424 -157.76749867 53 +112 21.44833631 -157.76496033 21.44846762 -157.76477694 +111 21.44872148 -157.76489450 +113 21.44896221 -157.76508730 +112 21.44972431 -157.76356355 21.44974877 -157.76349347 +111 21.44971887 -157.76341755 +111 21.44947428 -157.76327740 20 +111 21.44919619 -157.76383071 +112 21.44895703 -157.76424825 21.44892714 -157.76429643 20 +111 21.44896002 -157.76436067 +112 21.44922908 -157.76452769 21.44923206 -157.76453090 +113 21.44929783 -157.76451484 +111 21.44970528 -157.76284525 +112 21.44976779 -157.76284817 21.44978953 -157.76282481 +111 21.44980856 -157.76281313 +111 21.45089657 -157.76342429 +111 21.45148903 -157.76378344 53 102 +111 21.45192801 -157.76319623 20 +112 21.45156329 -157.76283328 21.45146165 -157.76275620 20 +112 21.45111487 -157.76252494 21.45099828 -157.76246070 20 +111 21.45006593 -157.76197573 20 +111 21.44949195 -157.76315130 20 +114 21.44953082 -157.76316414 21.44955174 -157.76315130 +111 21.44448145 -157.76690386 +112 21.44450319 -157.76701774 21.44453852 -157.76704694 +112 21.44457113 -157.76710825 21.44458200 -157.76712285 +111 21.44462277 -157.76713453 +111 21.44485377 -157.76700606 +112 21.44489726 -157.76687759 21.44487551 -157.76681627 +111 21.44485649 -157.76678707 +114 21.44472876 -157.76677247 21.44463364 -157.76681627 +111 21.44421931 -157.77508256 +111 21.44455032 -157.77466909 +111 21.44452240 -157.77464338 +111 21.44445152 -157.77472736 +111 21.44435091 -157.77476978 +111 21.44421532 -157.77475907 +111 21.44409767 -157.77460053 +111 21.44407374 -157.77463481 +113 21.44422728 -157.77481905 +111 21.44795261 -157.76758039 +111 21.44789800 -157.76764420 +111 21.44795739 -157.76779895 +113 21.44801064 -157.76773368 +111 21.44897784 -157.76619769 +111 21.44892323 -157.76626150 +111 21.44898262 -157.76641625 +113 21.44903586 -157.76635098 +111 21.44883215 -157.76638874 +111 21.44877754 -157.76645255 +111 21.44884298 -157.76659561 +113 21.44889018 -157.76654203 +111 21.44868647 -157.76659130 +111 21.44863186 -157.76665511 +111 21.44869125 -157.76680986 +113 21.44874449 -157.76674459 +111 21.44853864 -157.76678465 +111 21.44848403 -157.76684846 +111 21.44854342 -157.76700322 +113 21.44859667 -157.76693794 +111 21.44839510 -157.76698491 +111 21.44834049 -157.76704872 +111 21.44839988 -157.76720347 +113 21.44845313 -157.76713820 +111 21.44824905 -157.76740457 +111 21.44830230 -157.76733929 +111 21.44824427 -157.76718601 +113 21.44818966 -157.76724982 +111 21.44809617 -157.76738710 +111 21.44804156 -157.76745091 +111 21.44810095 -157.76760566 +113 21.44815420 -157.76754039 +111 21.45359931 -157.76320399 53 102 +112 21.45349090 -157.76282165 21.45330237 -157.76266466 53 102 +111 21.45302664 -157.76243678 53 102 +112 21.45264722 -157.76252034 21.45250582 -157.76272543 53 102 +111 21.45208826 -157.76327973 20 +111 21.45291587 -157.76411554 +113 21.45345972 -157.76384382 +112 21.45433776 -157.75913750 21.45421229 -157.75903946 53 102 +111 21.45404405 -157.75915588 53 +112 21.45361632 -157.75965222 21.45349085 -157.75982379 53 102 +111 21.45363058 -157.76000149 53 102 +112 21.45389292 -157.76024047 21.45400983 -157.76033851 53 102 +111 21.45411534 -157.76020983 53 102 +112 21.45460866 -157.75955418 21.45467995 -157.75945307 53 102 +113 21.45457729 -157.75934890 53 102 +110 1 1.00 152.4500 New Taxiway 8 +111 21.44448816 -157.77642926 +112 21.44466481 -157.77681760 21.44483874 -157.77691104 +111 21.44564178 -157.77736617 +111 21.44572084 -157.77727061 +112 21.44597284 -157.77727857 21.44606920 -157.77715381 +111 21.44623967 -157.77692554 +112 21.44640521 -157.77684856 21.44646944 -157.77690430 +111 21.44649595 -157.77692273 +111 21.44643719 -157.77703263 +111 21.44686418 -157.77739201 +111 21.44693829 -157.77729479 +111 21.44702845 -157.77741165 +112 21.44702865 -157.77770981 21.44693881 -157.77783704 +111 21.44648475 -157.77842354 +112 21.44617439 -157.77846083 21.44602942 -157.77834895 +111 21.44562513 -157.77800234 +112 21.44556592 -157.77785756 21.44556592 -157.77780929 +111 21.44549229 -157.77770148 +111 21.44553448 -157.77760176 +111 21.44432822 -157.77691269 +112 21.44419643 -157.77691070 21.44416673 -157.77693463 +111 21.44416673 -157.77693463 +111 21.44420200 -157.77697452 +111 21.44412218 -157.77711212 +111 21.44402533 -157.77705138 +113 21.44422024 -157.77663258 +111 21.44692617 -157.77765213 +111 21.44692375 -157.77747845 +111 21.44635674 -157.77699110 +111 21.44568839 -157.77787766 +111 21.44619267 -157.77831576 +113 21.44644360 -157.77831576 +120 Linear Feature 12 +111 21.45230351 -157.76563946 20 +115 21.45210419 -157.76547353 +120 Linear Feature 11 +111 21.44791250 -157.77114980 20 +115 21.44810672 -157.77131427 +120 Linear Feature 9 +111 21.45315621 -157.76448646 20 +111 21.45295365 -157.76432323 20 +111 21.45210419 -157.76547353 20 +111 21.44791250 -157.77114980 20 +111 21.44706728 -157.77229437 20 +111 21.44726097 -157.77245788 20 +111 21.44810672 -157.77131427 20 +113 21.45230351 -157.76563946 20 +120 Linear Feature 96 +111 21.44388669 -157.77228250 20 +115 21.44356524 -157.77169205 +120 Linear Feature 95 +111 21.44401890 -157.77219059 20 +115 21.44368968 -157.77160572 +120 Linear Feature 94 +111 21.44410445 -157.77206804 20 +115 21.44384262 -157.77157787 +120 Linear Feature 93 +111 21.44784530 -157.76861432 20 +115 21.44918508 -157.76592300 +120 Linear Feature 92 +111 21.44948719 -157.76533992 20 +115 21.45052920 -157.76323799 +120 Linear Feature 90 +111 21.45479603 -157.77292638 20 +111 21.45489131 -157.77302729 20 +111 21.45551492 -157.77233296 20 +115 21.45541572 -157.77223579 +120 Linear Feature 89 +111 21.45474241 -157.77304186 20 +111 21.45469149 -157.77310081 20 +115 21.45479775 -157.77310044 +120 Linear Feature 89 +111 21.45576593 -157.77190153 20 +111 21.45571501 -157.77196048 20 +115 21.45582127 -157.77196011 +120 Linear Feature 88 +111 21.45474241 -157.77315546 20 +111 21.45469149 -157.77310081 20 +115 21.45466493 -157.77307248 +120 Linear Feature 88 +111 21.45576593 -157.77201513 20 +111 21.45571501 -157.77196048 20 +115 21.45568839 -157.77193191 +120 Linear Feature 85 +111 21.45501711 -157.77320464 20 +111 21.45500602 -157.77318919 20 +111 21.45510314 -157.77308914 20 +115 21.45511275 -157.77309715 +120 Linear Feature 84 +111 21.45453644 -157.77340930 20 +111 21.45464951 -157.77328638 20 +111 21.45472401 -157.77335499 20 +115 21.45460969 -157.77348261 +120 Linear Feature 87 +111 21.45492858 -157.77325235 20 +111 21.45488025 -157.77329706 20 +115 21.45487655 -157.77319466 +120 Linear Feature 87 +111 21.45520495 -157.77293071 20 +111 21.45515661 -157.77297541 20 +115 21.45515291 -157.77287302 +120 Linear Feature 87 +111 21.45540361 -157.77271098 20 +111 21.45535527 -157.77275568 20 +115 21.45535157 -157.77265329 +120 Linear Feature 87 +111 21.45559837 -157.77248497 20 +111 21.45555004 -157.77252968 20 +115 21.45554634 -157.77242728 +120 Linear Feature 87 +111 21.45579898 -157.77226106 20 +111 21.45575065 -157.77230576 20 +115 21.45574695 -157.77220337 +120 Linear Feature 87 +111 21.45599639 -157.77203829 20 +111 21.45594806 -157.77208300 20 +115 21.45594436 -157.77198061 +120 Linear Feature 87 +111 21.45607239 -157.77175518 20 +111 21.45602405 -157.77179989 20 +115 21.45602035 -157.77169750 +120 Linear Feature 86 +111 21.45481791 -157.77323327 20 +111 21.45488025 -157.77329706 20 +115 21.45491049 -157.77332692 +120 Linear Feature 86 +111 21.45509427 -157.77291163 20 +111 21.45515661 -157.77297541 20 +115 21.45519010 -157.77300908 +120 Linear Feature 86 +111 21.45529293 -157.77269190 20 +111 21.45535527 -157.77275568 20 +115 21.45538544 -157.77278666 +120 Linear Feature 86 +111 21.45548770 -157.77246589 20 +111 21.45555004 -157.77252968 20 +115 21.45558215 -157.77256268 +120 Linear Feature 86 +111 21.45568831 -157.77224198 20 +111 21.45575065 -157.77230576 20 +115 21.45578075 -157.77233655 +120 Linear Feature 86 +111 21.45588572 -157.77201922 20 +111 21.45594806 -157.77208300 20 +115 21.45597763 -157.77211238 +120 Linear Feature 86 +111 21.45596171 -157.77173611 20 +111 21.45602405 -157.77179989 20 +115 21.45605366 -157.77183032 +120 Linear Feature 83 +111 21.45453700 -157.77334203 20 +111 21.45450883 -157.77338303 20 +111 21.45450883 -157.77340646 20 +111 21.45453644 -157.77340930 20 +111 21.45460969 -157.77348261 20 +111 21.45461423 -157.77351189 20 +111 21.45466511 -157.77347382 20 +111 21.45471963 -157.77352556 20 +111 21.45474325 -157.77351873 20 +111 21.45491049 -157.77332692 20 +111 21.45501711 -157.77320464 20 +111 21.45507318 -157.77325780 20 +111 21.45516113 -157.77315621 20 +111 21.45511275 -157.77309715 20 +111 21.45519010 -157.77300908 20 +111 21.45538544 -157.77278666 20 +111 21.45558215 -157.77256268 20 +111 21.45578075 -157.77233655 20 +111 21.45597763 -157.77211238 20 +111 21.45605692 -157.77202210 20 +111 21.45603785 -157.77198873 20 +111 21.45607413 -157.77189128 20 +111 21.45618296 -157.77177173 20 +111 21.45604871 -157.77164000 20 +111 21.45596171 -157.77173611 20 +111 21.45594482 -157.77175477 20 +111 21.45584092 -157.77179565 20 +111 21.45582336 -157.77178150 20 +111 21.45568839 -157.77193191 20 +111 21.45541572 -157.77223579 20 +111 21.45479603 -157.77292638 20 +111 21.45466493 -157.77307248 20 +111 21.45449567 -157.77326110 20 +114 21.45449567 -157.77329458 21.45449957 -157.77330296 20 +120 Linear Feature 82 +111 21.44567300 -157.77069142 51 101 +115 21.44517397 -157.77074084 +120 Linear Feature 77 +111 21.44908740 -157.76722488 51 +112 21.44909384 -157.76703811 21.44908257 -157.76693089 51 +111 21.44902784 -157.76650373 51 +112 21.44899887 -157.76635501 21.44898760 -157.76631696 51 +111 21.44888762 -157.76604784 51 +116 21.44886032 -157.76580467 21.44887495 -157.76571977 +120 Linear Feature 77 +111 21.44894482 -157.76741428 51 +112 21.44895126 -157.76722750 21.44893999 -157.76712028 51 +111 21.44888526 -157.76669312 51 +112 21.44885629 -157.76654440 21.44884502 -157.76650635 51 +111 21.44874262 -157.76624633 51 +116 21.44870145 -157.76601644 21.44871609 -157.76593155 +120 Linear Feature 77 +111 21.44879446 -157.76761759 51 +112 21.44880090 -157.76743082 21.44878964 -157.76732360 51 +111 21.44873491 -157.76689644 51 +112 21.44870593 -157.76674772 21.44869467 -157.76670967 51 +111 21.44859227 -157.76644965 51 +116 21.44855046 -157.76621772 21.44856509 -157.76613282 +120 Linear Feature 77 +111 21.44864670 -157.76781534 51 +112 21.44865314 -157.76762857 21.44864187 -157.76752135 51 +111 21.44858715 -157.76709419 51 +112 21.44855817 -157.76694546 21.44854690 -157.76690742 51 +111 21.44844450 -157.76664740 51 +116 21.44840498 -157.76641144 21.44841961 -157.76632655 +120 Linear Feature 77 +111 21.44850153 -157.76801031 51 +112 21.44850797 -157.76782353 21.44849670 -157.76771631 51 +111 21.44844198 -157.76728915 51 +112 21.44841300 -157.76714043 21.44840173 -157.76710238 51 +111 21.44829933 -157.76684236 51 +116 21.44826160 -157.76660277 21.44827624 -157.76651788 +120 Linear Feature 77 +111 21.44835636 -157.76820248 51 +112 21.44836280 -157.76801571 21.44835153 -157.76790849 51 +111 21.44829680 -157.76748133 51 +112 21.44826783 -157.76733261 21.44825656 -157.76729456 51 +111 21.44815416 -157.76703454 51 +116 21.44811735 -157.76679507 21.44813198 -157.76671017 +120 Linear Feature 77 +111 21.44821378 -157.76840023 51 +112 21.44822022 -157.76821346 21.44820895 -157.76810624 51 +111 21.44815423 -157.76767908 51 +112 21.44812525 -157.76753035 21.44811399 -157.76749231 51 +111 21.44801159 -157.76723229 51 +116 21.44797369 -157.76698657 21.44798832 -157.76690167 +120 Linear Feature 77 +111 21.44806084 -157.76860355 51 +112 21.44806727 -157.76841678 21.44805601 -157.76830956 51 +111 21.44800128 -157.76788240 51 +112 21.44797231 -157.76773367 21.44796104 -157.76769563 51 +111 21.44785864 -157.76743561 51 +116 21.44781670 -157.76719315 21.44783133 -157.76710826 +120 Linear Feature 76 +111 21.44558562 -157.76788558 51 +116 21.44551896 -157.76767894 21.44556794 -157.76756190 +120 Linear Feature 75 +111 21.44537746 -157.76814599 51 +112 21.44535787 -157.76789175 21.44543189 -157.76779340 51 +111 21.44558562 -157.76788558 51 +111 21.44594518 -157.76817789 51 +112 21.44594485 -157.76835204 21.44587279 -157.76845038 51 +116 21.44573701 -157.76843830 21.44566300 -157.76842156 +120 Linear Feature 75 +111 21.44516830 -157.76840482 51 +112 21.44515229 -157.76816334 21.44522630 -157.76806499 51 +111 21.44537746 -157.76814599 51 +111 21.44573701 -157.76843830 51 +112 21.44573498 -157.76863533 21.44566291 -157.76873368 51 +116 21.44551498 -157.76870405 21.44544097 -157.76868731 +120 Linear Feature 75 +111 21.44494481 -157.76866732 51 +112 21.44494475 -157.76843752 21.44501876 -157.76833917 51 +111 21.44516830 -157.76840482 51 +111 21.44551498 -157.76870405 51 +112 21.44553328 -157.76890760 21.44546121 -157.76900595 51 +116 21.44530537 -157.76898898 21.44523136 -157.76897224 +120 Linear Feature 73 +111 21.44474502 -157.76870181 51 +112 21.44494481 -157.76866732 21.44501885 -157.76873650 51 +111 21.44530537 -157.76898898 51 +116 21.44532452 -157.76918940 21.44528106 -157.76928278 +120 Linear Feature 72 +111 21.44474325 -157.76870371 51 +111 21.44494475 -157.76843752 51 +111 21.44515229 -157.76816334 51 +111 21.44535787 -157.76789175 51 +111 21.44551896 -157.76767894 51 +112 21.44575719 -157.76758556 21.44589240 -157.76762360 51 +111 21.44611453 -157.76768932 51 +116 21.44650156 -157.76759937 21.44664185 -157.76745645 +120 Linear Feature 71 +111 21.44515548 -157.76954808 51 +111 21.44501770 -157.76935049 51 +111 21.44472732 -157.76892057 51 +116 21.44474502 -157.76870181 21.44481408 -157.76862572 +120 Linear Feature 74 +111 21.44501885 -157.76935387 51 +116 21.44521248 -157.76934157 21.44528974 -157.76927412 +120 Linear Feature 66 +111 21.44839360 -157.76504657 51 +111 21.44822572 -157.76527318 51 +111 21.44802057 -157.76555471 51 +111 21.44781337 -157.76582979 51 +111 21.44760381 -157.76611591 51 +111 21.44739725 -157.76639150 51 +111 21.44718935 -157.76667357 51 +111 21.44698059 -157.76695393 51 +111 21.44677756 -157.76722799 51 +111 21.44656519 -157.76751328 51 +111 21.44636279 -157.76778787 51 +111 21.44615675 -157.76806527 51 +111 21.44594485 -157.76835204 51 +111 21.44573498 -157.76863533 51 +111 21.44553328 -157.76890760 51 +111 21.44532452 -157.76918940 51 +111 21.44521248 -157.76934157 51 +115 21.44514853 -157.76942841 +120 Linear Feature 70 +111 21.44595044 -157.76858828 51 +112 21.44573498 -157.76863533 21.44567135 -157.76872142 51 +111 21.44574586 -157.76886638 51 +111 21.44614683 -157.76920563 51 +112 21.44635047 -157.76915037 21.44642290 -157.76903969 51 +115 21.44635421 -157.76892711 +120 Linear Feature 70 +111 21.44678626 -157.76747319 51 +112 21.44656519 -157.76751328 21.44650156 -157.76759937 51 +111 21.44658169 -157.76775129 51 +111 21.44697555 -157.76808781 51 +112 21.44719088 -157.76803008 21.44726331 -157.76791940 51 +115 21.44718827 -157.76780632 +120 Linear Feature 70 +111 21.44761749 -157.76635433 51 +112 21.44739725 -157.76639150 21.44733362 -157.76647759 51 +111 21.44741042 -157.76663347 51 +111 21.44781138 -157.76697272 51 +112 21.44802304 -157.76692078 21.44809548 -157.76681010 51 +115 21.44801846 -157.76669358 +120 Linear Feature 70 +111 21.44554337 -157.76914669 51 +112 21.44532452 -157.76918940 21.44526089 -157.76927548 51 +111 21.44533598 -157.76942521 51 +111 21.44573695 -157.76976446 51 +112 21.44593377 -157.76970583 21.44600621 -157.76959515 51 +115 21.44594434 -157.76948594 +120 Linear Feature 70 +111 21.44636720 -157.76802708 51 +112 21.44615675 -157.76806527 21.44609312 -157.76815136 51 +111 21.44616263 -157.76830518 51 +111 21.44656359 -157.76864443 51 +112 21.44676984 -157.76859133 21.44684228 -157.76848065 51 +115 21.44677098 -157.76836592 +120 Linear Feature 70 +111 21.44720584 -157.76691157 51 +112 21.44698059 -157.76695393 21.44691696 -157.76704002 51 +111 21.44699845 -157.76719009 51 +111 21.44739942 -157.76752934 51 +112 21.44760661 -157.76747590 21.44767904 -157.76736522 51 +115 21.44760400 -157.76725124 +120 Linear Feature 70 +111 21.44803426 -157.76579313 51 +112 21.44781337 -157.76582979 21.44774974 -157.76591588 51 +111 21.44782968 -157.76607123 51 +111 21.44823065 -157.76641049 51 +112 21.44844300 -157.76636096 21.44851544 -157.76625028 51 +115 21.44843804 -157.76613197 +120 Linear Feature 70 +111 21.44533598 -157.76942521 51 +112 21.44514853 -157.76942841 21.44510427 -157.76948168 51 +111 21.44515548 -157.76954808 51 +111 21.44552757 -157.77004714 51 +112 21.44572351 -157.76998612 21.44579595 -157.76987544 51 +115 21.44573695 -157.76976446 +120 Linear Feature 70 +111 21.44616263 -157.76830518 51 +112 21.44594485 -157.76835204 21.44588122 -157.76843812 51 +111 21.44595044 -157.76858828 51 +111 21.44635421 -157.76892711 51 +112 21.44656200 -157.76886839 21.44663443 -157.76875771 51 +115 21.44656359 -157.76864443 +120 Linear Feature 70 +111 21.44699845 -157.76719009 51 +112 21.44677756 -157.76722799 21.44671393 -157.76731408 51 +111 21.44678626 -157.76747319 51 +111 21.44718827 -157.76780632 51 +112 21.44739018 -157.76776440 21.44746262 -157.76765372 51 +115 21.44739942 -157.76752934 +120 Linear Feature 70 +111 21.44782968 -157.76607123 51 +112 21.44760381 -157.76611591 21.44754018 -157.76620199 51 +111 21.44762031 -157.76635391 51 +111 21.44801846 -157.76669358 51 +112 21.44822968 -157.76664533 21.44830211 -157.76653465 51 +115 21.44823065 -157.76641049 +120 Linear Feature 70 +111 21.44574586 -157.76886638 51 +112 21.44553328 -157.76890760 21.44546965 -157.76899369 51 +111 21.44554337 -157.76914669 51 +111 21.44594434 -157.76948594 51 +112 21.44614565 -157.76942340 21.44621808 -157.76931272 51 +115 21.44614891 -157.76920784 +120 Linear Feature 70 +111 21.44658169 -157.76775129 51 +112 21.44636279 -157.76778787 21.44629916 -157.76787396 51 +111 21.44636720 -157.76802708 51 +111 21.44677098 -157.76836592 51 +112 21.44697818 -157.76831361 21.44705061 -157.76820293 51 +115 21.44697555 -157.76808781 +120 Linear Feature 70 +111 21.44741042 -157.76663347 51 +112 21.44718935 -157.76667357 21.44712572 -157.76675965 51 +111 21.44720584 -157.76691157 51 +111 21.44760400 -157.76725124 51 +112 21.44781656 -157.76719603 21.44788899 -157.76708535 51 +115 21.44781138 -157.76697272 +120 Linear Feature 70 +111 21.44824164 -157.76551461 51 +112 21.44802057 -157.76555471 21.44795694 -157.76564080 51 +111 21.44803426 -157.76579313 51 +111 21.44843804 -157.76613197 51 +112 21.44865365 -157.76608016 21.44872609 -157.76596948 51 +115 21.44864261 -157.76585386 +120 Linear Feature 70 +111 21.44843220 -157.76522073 51 +112 21.44822572 -157.76527318 21.44816209 -157.76535927 51 +111 21.44824164 -157.76551461 51 +111 21.44864261 -157.76585386 51 +112 21.44886032 -157.76580467 21.44893275 -157.76569399 51 +115 21.44884697 -157.76557267 +120 Linear Feature 69 +111 21.44909170 -157.76576784 51 +111 21.44884697 -157.76557267 51 +111 21.44843220 -157.76522073 51 +116 21.44839360 -157.76504657 21.44842659 -157.76495795 +120 Linear Feature 81 +111 21.44539007 -157.77043935 51 101 +112 21.44567300 -157.77069142 21.44592833 -157.77065806 51 101 +111 21.44628630 -157.77062742 51 101 +111 21.44648988 -157.77057181 51 101 +112 21.44690274 -157.77023347 21.44704649 -157.77002865 51 101 +115 21.44708249 -157.76997843 +120 Linear Feature 80 +111 21.44503123 -157.77066918 51 101 +112 21.44539007 -157.77043935 21.44545217 -157.77035779 51 101 +115 21.44550625 -157.77027573 +120 Linear Feature 79 +111 21.44367909 -157.77625055 51 101 +111 21.44340924 -157.77365117 51 101 +111 21.44328703 -157.77248952 51 101 +112 21.44370954 -157.77136952 21.44420093 -157.77109322 51 101 +115 21.44468504 -157.77083543 +120 Linear Feature 78 +111 21.44405496 -157.77546387 51 101 +112 21.44409385 -157.77499875 21.44405497 -157.77480380 51 101 +112 21.44388387 -157.77451415 21.44383980 -157.77444452 51 101 +116 21.44340931 -157.77365061 21.44339116 -157.77350021 +120 Linear Feature 68 +111 21.44886032 -157.76580467 51 +111 21.44870145 -157.76601644 51 +111 21.44865365 -157.76608016 51 +111 21.44855046 -157.76621772 51 +111 21.44844300 -157.76636096 51 +111 21.44840498 -157.76641144 51 +111 21.44826160 -157.76660277 51 +111 21.44822968 -157.76664533 51 +111 21.44811735 -157.76679507 51 +111 21.44802304 -157.76692078 51 +111 21.44797369 -157.76698657 51 +111 21.44781656 -157.76719603 51 +111 21.44760661 -157.76747590 51 +111 21.44739018 -157.76776440 51 +111 21.44719088 -157.76803008 51 +111 21.44697818 -157.76831361 51 +111 21.44676984 -157.76859133 51 +111 21.44656200 -157.76886839 51 +111 21.44635047 -157.76915037 51 +111 21.44614565 -157.76942340 51 +111 21.44593377 -157.76970583 51 +111 21.44572351 -157.76998612 51 +115 21.44550625 -157.77027573 +120 Linear Feature 67 +111 21.44959339 -157.76568983 51 +111 21.44909170 -157.76576784 51 +116 21.44886032 -157.76580467 21.44883889 -157.76582769 +120 Linear Feature 65 +111 21.45033480 -157.76553942 51 +112 21.45015333 -157.76562855 21.45006001 -157.76564248 51 +111 21.44959339 -157.76568983 51 +112 21.44934340 -157.76554545 21.44924679 -157.76545648 51 +111 21.44870508 -157.76500421 51 +116 21.44839360 -157.76504657 21.44825776 -157.76522878 +120 Linear Feature 60 +111 21.45667020 -157.75903487 51 101 +112 21.45647815 -157.75871189 21.45637795 -157.75863114 51 101 +111 21.45604395 -157.75842480 51 101 +112 21.45547616 -157.75855488 21.45524653 -157.75886440 51 101 +111 21.45491233 -157.75933767 51 101 +111 21.45480593 -157.75948149 51 101 +111 21.45411481 -157.76041573 51 101 +111 21.45397864 -157.76059980 51 101 +111 21.45268907 -157.76231095 51 101 +111 21.45040920 -157.76544254 51 101 +111 21.45033634 -157.76554057 51 101 +111 21.44759958 -157.76922284 51 101 +112 21.44693835 -157.77033785 21.44685247 -157.77075034 51 101 +112 21.44671102 -157.77115740 21.44666050 -157.77125509 51 101 +111 21.44644002 -157.77168289 51 101 +111 21.44549535 -157.77358737 51 101 +112 21.44542608 -157.77370958 21.44538813 -157.77376889 51 101 +112 21.44524422 -157.77396542 21.44518148 -157.77404201 51 101 +111 21.44406211 -157.77546121 51 101 +112 21.44368313 -157.77625400 21.44374016 -157.77649297 51 101 +116 21.44401962 -157.77658794 21.44423633 -157.77637961 +120 Linear Feature 64 +111 21.45411481 -157.76041573 51 101 +116 21.45396664 -157.76044278 21.45389045 -157.76040380 +120 Linear Feature 63 +111 21.45491233 -157.75933767 51 101 +116 21.45478974 -157.75937321 21.45472081 -157.75934722 +120 Linear Feature 62 +111 21.45469953 -157.75913190 53 102 +112 21.45489257 -157.75917524 21.45494828 -157.75909928 53 102 +115 21.45495985 -157.75908968 +120 Linear Feature 52 +111 21.44991347 -157.77387929 51 101 +116 21.44997436 -157.77375542 21.45003564 -157.77371744 +120 Linear Feature 51 +111 21.44897577 -157.77407543 51 101 +116 21.44888690 -157.77420237 21.44888172 -157.77429707 +120 Linear Feature 50 +111 21.44876766 -157.77410489 51 101 +112 21.44888690 -157.77420237 21.44890246 -157.77428593 51 101 +111 21.44894912 -157.77440012 51 101 +112 21.44921613 -157.77452546 21.44939241 -157.77448646 51 101 +111 21.44984866 -157.77432214 51 101 +112 21.44996531 -157.77407147 21.44992643 -157.77392942 51 101 +111 21.44991347 -157.77387929 51 101 +116 21.44976929 -157.77382113 21.44969671 -157.77385177 +120 Linear Feature 49 +111 21.44767683 -157.77367076 51 101 +112 21.44770820 -157.77388828 21.44765402 -157.77401696 51 101 +111 21.44758558 -157.77417321 51 101 +115 21.44744301 -157.77446426 +120 Linear Feature 48 +111 21.44791305 -157.77405504 51 101 +116 21.44758558 -157.77417321 21.44748578 -157.77434477 +120 Linear Feature 47 +111 21.44720710 -157.77284394 51 101 +112 21.44713277 -157.77240453 21.44726498 -157.77222906 51 101 +115 21.44748533 -157.77192826 +120 Linear Feature 55 +111 21.44676858 -157.77287007 51 101 +111 21.44691357 -157.77267426 51 101 +112 21.44687899 -157.77229838 21.44672202 -157.77216546 51 101 +111 21.44655307 -157.77203111 51 101 +116 21.44624035 -157.77209630 21.44612329 -157.77221264 +120 Linear Feature 54 +111 21.45200341 -157.77310518 51 101 +116 21.45222157 -157.77327949 21.45226761 -157.77341456 +120 Linear Feature 53 +111 21.45231371 -157.77300575 51 101 +112 21.45222157 -157.77327949 21.45225522 -157.77343168 51 101 +115 21.45231542 -157.77363904 +120 Linear Feature 46 +111 21.45511759 -157.77210721 51 101 +111 21.45231371 -157.77300575 51 101 +111 21.45200341 -157.77310518 51 101 +111 21.44997436 -157.77375542 51 101 +111 21.44976929 -157.77382113 51 101 +111 21.44897577 -157.77407543 51 101 +112 21.44876322 -157.77410805 21.44873666 -157.77411621 51 101 +111 21.44825464 -157.77426300 51 101 +112 21.44798516 -157.77416106 21.44791305 -157.77405504 51 101 +111 21.44791305 -157.77405504 51 101 +111 21.44768532 -157.77367173 51 101 +111 21.44720710 -157.77284394 51 101 +112 21.44682088 -157.77282529 21.44673274 -157.77294784 51 101 +115 21.44655355 -157.77318533 +120 Linear Feature 45 +111 21.44896221 -157.76508730 53 102 +111 21.44938169 -157.76546097 53 +112 21.44971638 -157.76556477 21.44990960 -157.76555736 53 +111 21.45002346 -157.76553141 53 +112 21.45038575 -157.76529415 21.45053757 -157.76509397 53 102 +115 21.45148903 -157.76378344 +120 Linear Feature 43 +111 21.45085841 -157.76569288 53 102 +111 21.45073607 -157.76559279 53 102 +111 21.45039388 -157.76562036 53 102 +115 21.44984638 -157.76640775 +120 Linear Feature 41 +111 21.44652028 -157.76923444 53 +112 21.44657684 -157.76933572 21.44663340 -157.76933066 53 +111 21.44733569 -157.76923444 53 +112 21.44757371 -157.76907999 21.44763970 -157.76900150 53 +111 21.44958835 -157.76638044 53 +112 21.44962285 -157.76592446 21.44945723 -157.76577618 53 +116 21.44893277 -157.76599490 21.44880856 -157.76612094 +120 Linear Feature 36 +111 21.44624100 -157.77230433 53 102 +111 21.44554033 -157.77371535 53 102 +116 21.44525604 -157.77412393 21.44515584 -157.77424953 +120 Linear Feature 35 +111 21.44950960 -157.77432129 53 +111 21.44977148 -157.77423973 53 +112 21.44984360 -157.77406031 21.44982462 -157.77397060 53 +112 21.44968040 -157.77392982 21.44960828 -157.77395021 53 +111 21.44908451 -157.77412556 53 +112 21.44901999 -157.77432537 21.44906933 -157.77444770 53 +111 21.44917181 -157.77443955 53 +115 21.44929706 -157.77440692 +120 Linear Feature 34 +111 21.44761036 -157.77428394 53 +115 21.44748781 -157.77450423 +120 Linear Feature 33 +111 21.44934960 -157.77460687 53 +111 21.44918706 -157.77464670 53 +112 21.44890190 -157.77452108 21.44885913 -157.77441385 53 +111 21.44882776 -157.77433726 53 +112 21.44867092 -157.77425454 21.44859108 -157.77427599 53 +111 21.44830592 -157.77437096 53 +112 21.44802041 -157.77434471 21.44792143 -157.77426622 53 +116 21.44761036 -157.77428394 21.44745010 -157.77443333 +120 Linear Feature 29 +111 21.45071923 -157.77312169 53 +112 21.45085411 -157.77333737 21.45097330 -157.77330030 53 +115 21.45511457 -157.77198628 +120 Linear Feature 28 +111 21.44989593 -157.77360503 53 +115 21.45058886 -157.77341202 +120 Linear Feature 25 +111 21.44448752 -157.77645950 53 102 +112 21.44467839 -157.77684870 21.44494522 -157.77699099 53 102 +111 21.44573080 -157.77745270 53 102 +112 21.44602826 -157.77742036 21.44612387 -157.77731003 53 102 +115 21.44635674 -157.77699110 +120 Linear Feature 24 +111 21.44569332 -157.77788023 53 102 +112 21.44554530 -157.77758519 21.44533495 -157.77745964 53 102 +111 21.44436093 -157.77690729 53 102 +116 21.44416226 -157.77688636 21.44408436 -157.77693240 +120 Linear Feature 22 +111 21.44352566 -157.77603274 53 102 +111 21.44320266 -157.77271299 53 +112 21.44369283 -157.77124006 21.44435248 -157.77088571 53 +115 21.44475328 -157.77067939 +120 Linear Feature 39 +111 21.44599999 -157.77021339 53 102 +112 21.44576620 -157.77031656 21.44572445 -157.77036142 53 102 +111 21.44562425 -157.77044215 53 102 +112 21.44572445 -157.77056775 21.44585805 -157.77054532 53 102 +111 21.44629642 -157.77050944 53 102 +112 21.44660536 -157.77036141 21.44667634 -157.77029413 53 102 +114 21.44663876 -157.77012817 21.44648429 -157.77014611 53 102 +120 Linear Feature 38 +111 21.44654735 -157.77123010 53 102 +111 21.44660954 -157.77107909 53 102 +112 21.44648847 -157.77080996 21.44635069 -157.77071577 53 102 +111 21.44622962 -157.77072922 53 102 +115 21.44486440 -157.77089967 +120 Linear Feature 37 +111 21.44455231 -157.77466909 53 102 +115 21.44526341 -157.77378378 +120 Linear Feature 27 +111 21.44739247 -157.77445043 53 102 +111 21.44761204 -157.77396024 53 102 +112 21.44756927 -157.77368757 21.44747802 -157.77352826 53 102 +111 21.44734115 -157.77326785 53 102 +116 21.44688981 -157.77318465 21.44664173 -157.77338686 +120 Linear Feature 21 +111 21.44419819 -157.77175459 53 +111 21.44384374 -157.77156587 53 +112 21.44356143 -157.77168719 21.44347360 -157.77183210 53 +112 21.44338891 -157.77251957 21.44343596 -157.77302169 53 102 +111 21.44349556 -157.77340250 53 102 +112 21.44367962 -157.77394543 21.44383931 -157.77421197 53 102 +112 21.44407715 -157.77463843 21.44411786 -157.77471439 53 102 +116 21.44421931 -157.77508256 21.44421716 -157.77519995 +120 Linear Feature 18 +111 21.44374776 -157.77571937 53 102 +111 21.44390993 -157.77548212 53 102 +112 21.44394098 -157.77481116 21.44376156 -157.77449236 53 102 +115 21.44355916 -157.77416795 +120 Linear Feature 31 +111 21.45217114 -157.77366702 53 +112 21.45214457 -157.77339788 21.45206107 -157.77323884 53 +111 21.45191684 -157.77322661 53 +111 21.45010743 -157.77379315 53 +112 21.45004522 -157.77400204 21.45007114 -157.77411345 53 +112 21.44990005 -157.77442818 21.44973673 -157.77448667 53 +115 21.44957601 -157.77453402 +120 Linear Feature 30 +111 21.45245680 -157.77359102 53 +112 21.45233468 -157.77339306 21.45229826 -157.77320891 53 +111 21.45246108 -157.77305928 53 +115 21.45516494 -157.77220575 +120 Linear Feature 61 +111 21.45397864 -157.76059980 51 101 +112 21.45396664 -157.76044278 21.45390821 -157.76038951 51 101 +111 21.45355356 -157.76009370 51 101 +112 21.45354714 -157.75954815 21.45379352 -157.75923049 51 101 +111 21.45395420 -157.75905094 51 101 +112 21.45440410 -157.75904173 21.45461620 -157.75921437 51 101 +111 21.45478974 -157.75937321 51 101 +116 21.45480593 -157.75948149 21.45477379 -157.75953674 +120 Linear Feature 59 +111 21.45349038 -157.76377515 51 101 +111 21.45375221 -157.76342698 51 101 +112 21.45363296 -157.76281144 21.45340483 -157.76261368 51 101 +111 21.45301599 -157.76228502 51 101 +116 21.45268907 -157.76231095 21.45256141 -157.76246665 +120 Linear Feature 58 +111 21.45124026 -157.76683001 51 101 +111 21.45146619 -157.76652030 51 101 +112 21.45139997 -157.76601808 21.45122274 -157.76583393 51 101 +111 21.45075567 -157.76544817 51 101 +116 21.45040920 -157.76544254 21.45026780 -157.76557674 +120 Linear Feature 57 +111 21.44655307 -157.77203111 51 101 +116 21.44644595 -157.77168629 21.44649737 -157.77147453 +120 Linear Feature 56 +111 21.44752336 -157.77185725 51 101 +111 21.44727386 -157.77219102 51 101 +116 21.44687899 -157.77229838 21.44668261 -157.77213236 +120 Linear Feature 5 +111 21.44756995 -157.77325947 54 +115 21.44740192 -157.77336828 +120 Linear Feature 4 +111 21.45622095 -157.75884944 54 +115 21.45647415 -157.75851210 +120 Linear Feature 3 +111 21.45335108 -157.76270418 54 +115 21.45346444 -157.76254288 +120 Linear Feature 2 +111 21.45106187 -157.76584269 54 +115 21.45118999 -157.76566913 +120 Linear Feature 1 +111 21.44646998 -157.77218328 54 +115 21.44667279 -157.77191302 +120 Linear Feature 8 +111 21.44351166 -157.77576278 55 +115 21.44371422 -157.77574053 +120 Linear Feature 7 +111 21.44353008 -157.77592600 54 +115 21.44388226 -157.77589385 +120 Linear Feature 6 +111 21.44481061 -157.77692884 54 +115 21.44472500 -157.77710461 +120 Linear Feature 15 +111 21.45331266 -157.76451309 20 +115 21.45291587 -157.76411554 +120 Linear Feature 14 +111 21.45205437 -157.76333158 20 +115 21.45192801 -157.76319623 +120 Linear Feature 13 +111 21.45208826 -157.76327973 20 +115 21.45197417 -157.76315073 +21 21.45449662 -157.76168174 1 231.5100 3.0 New VASI +21 21.44637537 -157.77417911 1 51.5100 3.0 New VASI +14 21.44540056 -157.77101822 6.00 0 New Tower Viewpoint 12 +15 21.44546389 -157.77200548 242.35 General Apron 1 +15 21.44479661 -157.77311270 70.20 General Apron 2 +15 21.44133540 -157.76783879 27.38 Hangers 1 +15 21.44194056 -157.76909284 23.43 Hangers 2 +15 21.44229643 -157.76979354 25.73 Hangers 3 +15 21.44599368 -157.76907253 321.60 Heavy Apron 1 +15 21.44640872 -157.76851217 321.91 Heavy Apron 2 +15 21.44620362 -157.76880053 320.08 Heavy Apron 3 +15 21.44764080 -157.77492276 59.35 Helipad 1 +15 21.44700874 -157.77449341 57.53 Helipad 2 +18 21.45051754 -157.76395028 4 New Airport Beacon 65 +19 21.44478275 -157.77745473 1 New Windsock 13 +19 21.45634987 -157.75792279 1 New Windsock 14 +51 12070 CTAF +54 12070 TWR +55 12500 APP/DEP + +1 13 1 0 PHNL Honolulu Intl +1302 city Honolulu +1302 country United States +1302 datum_lat 21.317827778 +1302 datum_lon -157.920263889 +1302 faa_code HNL +1302 iata_code HNL +1302 icao_code PHNL +1302 region_code PH +1302 state Hawaii +1302 transition_alt 18000 +1302 transition_level 18000 +100 45.72 1 1 0.25 0 3 0 08L 21.32524700 -157.94323300 0 305 3 7 0 0 26R 21.32524400 -157.90709400 0 200 3 0 0 1 +100 60.96 1 1 0.25 0 3 0 08R 21.30680300 -157.94585000 0 213 3 1 0 1 26L 21.30680000 -157.91059700 0 213 3 6 0 0 +100 45.72 1 1 0.25 0 3 0 04R 21.31391700 -157.92713600 0 61 3 7 0 1 22L 21.32882200 -157.90601100 0 66 3 0 0 1 +100 45.72 1 1 0.25 0 2 0 04L 21.31833100 -157.92331900 0 66 2 0 0 1 22R 21.32984700 -157.90700600 46 0 2 0 0 1 +101 91.44 1 08 21.31186721 -157.91575685 26 21.31191433 -157.90103531 +101 45.72 1 04 21.31431495 -157.91595751 22 21.31923848 -157.90887969 +110 1 0.25 90.0000 A +111 21.32730850 -157.92731112 +111 21.32677904 -157.92740075 +111 21.32677977 -157.92666334 +111 21.32678043 -157.92599505 +111 21.32660417 -157.92588993 +111 21.32661203 -157.92341608 +111 21.32661616 -157.92211709 +111 21.32661899 -157.92122734 +111 21.32662351 -157.91980422 +111 21.32662491 -157.91936445 +111 21.32662833 -157.91828683 +111 21.32664190 -157.91401548 +111 21.32660504 -157.91354057 +111 21.32732558 -157.91353525 +111 21.32763106 -157.91362743 +111 21.32762479 -157.91811335 +111 21.32762549 -157.91851627 +111 21.32759192 -157.91851927 +111 21.32758632 -157.91874153 +111 21.32755555 -157.91873552 +111 21.32754995 -157.91881361 +111 21.32748840 -157.91881061 +111 21.32749120 -157.91888269 +111 21.32762372 -157.91887983 +111 21.32761500 -157.92512158 +112 21.32748463 -157.92508811 21.32741040 -157.92517288 +111 21.32748463 -157.92508811 +111 21.32733093 -157.92539599 +111 21.32707872 -157.92599556 +111 21.32702659 -157.92651924 +111 21.32713086 -157.92717637 +114 21.32713086 -157.92717637 21.32717290 -157.92729371 +111 21.32753526 -157.92402454 +112 21.32730421 -157.92383431 21.32711757 -157.92382661 +111 21.32706795 -157.92405064 +111 21.32701062 -157.92472947 +111 21.32701236 -157.92527590 +112 21.32714091 -157.92529827 21.32723130 -157.92522381 +111 21.32714091 -157.92529827 +111 21.32720866 -157.92518265 +113 21.32754221 -157.92433411 +111 21.32667137 -157.92581867 +111 21.32662661 -157.92589376 +111 21.32676370 -157.92597785 +111 21.32678329 -157.92594181 +111 21.32677868 -157.92342343 +111 21.32675976 -157.92337154 +113 21.32667357 -157.92352047 +111 21.32746327 -157.91408604 +111 21.32740572 -157.91366447 +112 21.32720260 -157.91365357 21.32709088 -157.91378804 +111 21.32720260 -157.91365357 +111 21.32717890 -157.91403880 +111 21.32716373 -157.91822819 +113 21.32745750 -157.91822519 +111 21.32746801 -157.92062365 +111 21.32741475 -157.92016193 +112 21.32720584 -157.92015314 21.32710428 -157.92037482 +111 21.32720584 -157.92015314 +111 21.32716898 -157.92060166 +111 21.32717818 -157.92182850 +113 21.32743456 -157.92182741 +110 1 0.25 90.0000 A +111 21.32761635 -157.94423288 +111 21.32727060 -157.94385833 +111 21.32726980 -157.94344736 +111 21.32727386 -157.94207155 +111 21.32710395 -157.94206948 +111 21.32711721 -157.94120110 +111 21.32710181 -157.93972212 +111 21.32712510 -157.92912770 +111 21.32748909 -157.92714574 +111 21.32761346 -157.92622285 +111 21.32761500 -157.92512158 +111 21.32762372 -157.91887983 +111 21.32782074 -157.91887983 +111 21.32781859 -157.91810674 +111 21.32762479 -157.91811335 +111 21.32763106 -157.91362743 +111 21.32783844 -157.91362789 +111 21.32854709 -157.91378619 +111 21.32854571 -157.91681664 +111 21.32832566 -157.91958953 +111 21.32857868 -157.92121926 +111 21.32853515 -157.92349817 +111 21.32853379 -157.92644786 +111 21.32851740 -157.92771430 +111 21.32784717 -157.92772521 +111 21.32784717 -157.92791138 +111 21.32767531 -157.92791386 +111 21.32767573 -157.92814869 +111 21.32767344 -157.92877903 +111 21.32767079 -157.92902970 +111 21.32766833 -157.92926161 +111 21.32766783 -157.92930938 +111 21.32766382 -157.92968756 +111 21.32778908 -157.92972754 +111 21.32778908 -157.92974571 +111 21.32801111 -157.92975102 +111 21.32858249 -157.92976468 +111 21.32858463 -157.93047255 +111 21.32881194 -157.93046865 +111 21.32880884 -157.93376937 +111 21.32766397 -157.93378589 +111 21.32765314 -157.93602815 +112 21.32777904 -157.93617832 21.32789196 -157.93619324 +111 21.32777904 -157.93617832 +111 21.32791333 -157.93618733 +112 21.32833860 -157.93639457 21.32849495 -157.93659039 +111 21.32851766 -157.93679403 +111 21.32850927 -157.93742176 +111 21.32854564 -157.93748182 +111 21.32854564 -157.93770708 +111 21.32850647 -157.93774613 +111 21.32850647 -157.93801945 +112 21.32850647 -157.93801945 21.32850126 -157.93814253 +111 21.32864990 -157.93819090 +111 21.32864807 -157.93833119 +112 21.32837699 -157.93808216 21.32832972 -157.93784052 +111 21.32837699 -157.93808216 +111 21.32837699 -157.93680621 +112 21.32837699 -157.93680621 21.32837489 -157.93676559 +112 21.32821018 -157.93646483 21.32809935 -157.93634844 +111 21.32821018 -157.93646483 +112 21.32793128 -157.93634031 21.32778841 -157.93632072 +111 21.32793128 -157.93634031 +111 21.32770191 -157.93632772 +112 21.32770191 -157.93632772 21.32756678 -157.93631721 +111 21.32748556 -157.93611786 +111 21.32748817 -157.93676983 +112 21.32771237 -157.93655017 21.32785657 -157.93653628 +111 21.32771237 -157.93655017 +111 21.32791825 -157.93654598 +112 21.32791825 -157.93654598 21.32814944 -157.93658477 +111 21.32816847 -157.93683699 +111 21.32816177 -157.93811167 +112 21.32816177 -157.93811167 21.32811208 -157.93833117 +111 21.32790372 -157.93834252 +111 21.32771449 -157.93833636 +112 21.32771449 -157.93833636 21.32753088 -157.93832180 +111 21.32748512 -157.93811167 +111 21.32748512 -157.93877959 +112 21.32773316 -157.93855324 21.32792727 -157.93854519 +111 21.32773316 -157.93855324 +111 21.32793526 -157.93855190 +112 21.32793526 -157.93855190 21.32812334 -157.93855960 +111 21.32816750 -157.93880113 +111 21.32816708 -157.93967853 +112 21.32816708 -157.93967853 21.32814837 -157.93996756 +111 21.32791298 -157.93997771 +111 21.32770453 -157.93997808 +112 21.32770453 -157.93997808 21.32754057 -157.93996228 +111 21.32748417 -157.93976247 +111 21.32748678 -157.94041724 +112 21.32770947 -157.94019784 21.32788561 -157.94017731 +111 21.32770947 -157.94019784 +111 21.32792207 -157.94019618 +112 21.32792207 -157.94019618 21.32811664 -157.94018872 +111 21.32816962 -157.94044945 +111 21.32816969 -157.94062150 +111 21.32878222 -157.94062430 +111 21.32877961 -157.94126707 +111 21.32871111 -157.94126794 +111 21.32871524 -157.94070127 +111 21.32858863 -157.94070098 +111 21.32858491 -157.94074895 +111 21.32803377 -157.94075695 +111 21.32803377 -157.94050110 +112 21.32803377 -157.94050110 21.32802856 -157.94036310 +111 21.32790344 -157.94033320 +111 21.32778901 -157.94033134 +112 21.32765766 -157.94046113 21.32765766 -157.94055437 +111 21.32765766 -157.94046113 +111 21.32765242 -157.94127868 +112 21.32765242 -157.94127868 21.32765242 -157.94139562 +111 21.32778055 -157.94141255 +111 21.32793734 -157.94140414 +112 21.32802633 -157.94127921 21.32802442 -157.94118485 +111 21.32802633 -157.94127921 +111 21.32816726 -157.94127490 +111 21.32816969 -157.94134504 +112 21.32794813 -157.94156386 21.32779457 -157.94158157 +111 21.32794813 -157.94156386 +111 21.32769791 -157.94156666 +112 21.32769791 -157.94156666 21.32754105 -157.94155099 +111 21.32748678 -157.94134262 +111 21.32748678 -157.94201697 +112 21.32770347 -157.94179106 21.32784331 -157.94178510 +111 21.32770347 -157.94179106 +111 21.32796117 -157.94179032 +112 21.32796117 -157.94179032 21.32810708 -157.94180207 +111 21.32816447 -157.94200857 +111 21.32816447 -157.94290398 +112 21.32816447 -157.94290398 21.32816969 -157.94316244 +111 21.32790450 -157.94321084 +111 21.32778653 -157.94321177 +112 21.32778653 -157.94321177 21.32751900 -157.94321588 +111 21.32748188 -157.94297771 +111 21.32747629 -157.94371547 +112 21.32747629 -157.94371547 21.32751070 -157.94341613 +111 21.32775007 -157.94343356 +111 21.32775023 -157.94363384 +112 21.32765206 -157.94375802 21.32765087 -157.94382043 +111 21.32765206 -157.94375802 +111 21.32765021 -157.94396291 +112 21.32765021 -157.94396291 21.32764903 -157.94403042 +113 21.32773138 -157.94410235 +111 21.32790573 -157.94194139 +111 21.32775859 -157.94194344 +112 21.32764967 -157.94207678 21.32764967 -157.94217730 +111 21.32764967 -157.94207678 +111 21.32764584 -157.94297530 +112 21.32764584 -157.94297530 21.32764967 -157.94306966 +111 21.32777579 -157.94306966 +111 21.32789809 -157.94305941 +112 21.32802612 -157.94286862 21.32802421 -157.94269836 +111 21.32802612 -157.94286862 +111 21.32803185 -157.94207678 +114 21.32803185 -157.94207678 21.32802994 -157.94197010 +111 21.32803091 -157.93886325 +112 21.32803091 -157.93886325 21.32802860 -157.93872673 +111 21.32790836 -157.93869942 +111 21.32778813 -157.93869694 +112 21.32764014 -157.93887566 21.32764014 -157.93902955 +111 21.32764014 -157.93887566 +111 21.32764477 -157.93968486 +112 21.32764477 -157.93968486 21.32764939 -157.93980897 +111 21.32780431 -157.93983131 +111 21.32791993 -157.93982634 +112 21.32802398 -157.93967741 21.32802398 -157.93956075 +113 21.32802398 -157.93967741 +111 21.32799133 -157.93770553 +111 21.32798923 -157.93747987 +111 21.32803757 -157.93742797 +111 21.32803757 -157.93683450 +112 21.32791986 -157.93669008 21.32781266 -157.93666751 +111 21.32791986 -157.93669008 +111 21.32777062 -157.93669459 +112 21.32777062 -157.93669459 21.32767392 -157.93669685 +111 21.32765290 -157.93685706 +111 21.32764870 -157.93803273 +112 21.32764870 -157.93803273 21.32764660 -157.93818166 +111 21.32780215 -157.93818843 +111 21.32789674 -157.93818843 +112 21.32803337 -157.93801242 21.32803968 -157.93786123 +111 21.32803337 -157.93801242 +113 21.32803757 -157.93774615 +111 21.32867126 -157.93062511 +111 21.32770971 -157.93063043 +111 21.32770475 -157.93096032 +111 21.32758084 -157.93097096 +111 21.32756597 -157.93374841 +113 21.32866135 -157.93373245 +111 21.32826889 -157.92993991 +111 21.32792899 -157.92994735 +111 21.32792899 -157.93022039 +111 21.32813478 -157.93021543 +111 21.32813478 -157.93048103 +113 21.32826889 -157.93047606 +110 1 0.25 0.0000 A +111 21.32657737 -157.94342265 +111 21.32645291 -157.94355307 +111 21.32639411 -157.94349093 +111 21.32612461 -157.94351605 +111 21.32594894 -157.94370380 +111 21.32563091 -157.94336550 +111 21.32548722 -157.94336271 +111 21.32548497 -157.94291657 +111 21.32560191 -157.94303816 +112 21.32585179 -157.94290866 21.32601494 -157.94289361 +113 21.32617425 -157.94298217 +110 1 0.25 0.0000 A +111 21.32481529 -157.94309003 +111 21.32505907 -157.94334792 +111 21.32455027 -157.94328876 +111 21.32312317 -157.94332576 +111 21.32311921 -157.94311375 +113 21.32339423 -157.94311266 +110 1 0.25 143.0000 A +111 21.33005574 -157.90865552 +111 21.33007382 -157.90832587 +111 21.32957817 -157.90792131 +111 21.32984492 -157.90754417 +111 21.32976353 -157.90748683 +111 21.33007383 -157.90703357 +111 21.33046298 -157.90735030 +112 21.33046298 -157.90735030 21.33062694 -157.90750149 +111 21.33064102 -157.90778718 +111 21.33077582 -157.90778718 +111 21.33077582 -157.90790186 +111 21.33065119 -157.90789913 +113 21.33058351 -157.90882291 +110 1 0.25 55.0000 A +111 21.32660504 -157.91354057 +111 21.32720432 -157.91269218 +111 21.33005574 -157.90865552 +111 21.33058351 -157.90882291 +111 21.33019837 -157.90944162 +111 21.33011644 -157.90962551 +112 21.33011644 -157.90962551 21.33012338 -157.90970495 +111 21.33021326 -157.90969347 +111 21.33034360 -157.90955356 +111 21.33042428 -157.90962114 +111 21.33102134 -157.91012122 +111 21.33097293 -157.91029712 +111 21.32854709 -157.91378619 +111 21.32783844 -157.91362789 +111 21.32783014 -157.91302147 +111 21.32772662 -157.91302447 +111 21.32769585 -157.91280822 +111 21.32709152 -157.91291334 +111 21.32711391 -157.91313260 +111 21.32720623 -157.91311758 +111 21.32720623 -157.91312960 +111 21.32741887 -157.91312659 +111 21.32741887 -157.91319567 +111 21.32748881 -157.91319567 +111 21.32749441 -157.91326775 +111 21.32755596 -157.91326775 +111 21.32755596 -157.91348401 +111 21.32762590 -157.91348701 +111 21.32763106 -157.91362743 +113 21.32732558 -157.91353525 +110 1 0.25 90.0000 B +111 21.32317666 -157.92809878 +111 21.32332207 -157.92810067 +111 21.32330620 -157.94076585 +113 21.32316230 -157.94085552 +110 1 0.25 90.0000 B +111 21.32359251 -157.92168621 +111 21.32359192 -157.92148205 +111 21.32359075 -157.92107760 +111 21.32359047 -157.92097842 +111 21.32358750 -157.91679582 +111 21.32414514 -157.91720667 +111 21.32413690 -157.92111446 +111 21.32396780 -157.92110683 +111 21.32396003 -157.91740826 +111 21.32391295 -157.91740826 +111 21.32391295 -157.91743511 +111 21.32385858 -157.91743396 +111 21.32385998 -157.91740984 +111 21.32380593 -157.91740769 +111 21.32380701 -157.91743827 +111 21.32375498 -157.91743885 +111 21.32375846 -157.92160486 +111 21.32376045 -157.92191840 +113 21.32369554 -157.92191972 +110 1 0.25 90.0000 B +111 21.32312504 -157.94411623 +111 21.32291680 -157.94410707 +111 21.32292344 -157.94402788 53 102 +111 21.32292631 -157.94389487 +111 21.32291945 -157.94323382 +111 21.32311921 -157.94311375 +113 21.32312317 -157.94332576 +110 1 0.25 60.0000 B +111 21.32332207 -157.92810067 +111 21.32317666 -157.92809878 +111 21.32290364 -157.92810162 +111 21.32278000 -157.92810627 +112 21.32278000 -157.92810627 21.32275654 -157.92735639 +111 21.32300992 -157.92708296 +111 21.32310227 -157.92714154 +111 21.32363269 -157.92619836 +111 21.32369657 -157.92576311 +111 21.32368643 -157.92756096 +114 21.32368643 -157.92756096 21.32334680 -157.92761349 +110 1 0.25 90.0000 B +111 21.32369554 -157.92191972 +111 21.32376003 -157.92191932 +111 21.32376153 -157.92221920 +111 21.32376056 -157.92373842 +111 21.32380960 -157.92373946 +111 21.32381047 -157.92377798 +111 21.32385583 -157.92377798 +111 21.32385411 -157.92373182 +111 21.32391286 -157.92373564 +111 21.32391162 -157.92377444 +111 21.32395915 -157.92377578 +111 21.32402944 -157.92361400 +111 21.32403503 -157.92677926 +111 21.32403702 -157.92756025 +111 21.32368643 -157.92756096 +113 21.32369657 -157.92576311 +110 1 0.25 0.0000 B +111 21.32396885 -157.92160643 +111 21.32396504 -157.92209894 +111 21.32396627 -157.92222493 +111 21.32376153 -157.92221920 +111 21.32376003 -157.92191932 +113 21.32375846 -157.92160486 +110 1 0.25 143.0000 C +111 21.32941452 -157.90726373 +111 21.32932711 -157.90720217 +111 21.32908076 -157.90755929 +111 21.32837955 -157.90698946 +111 21.32896348 -157.90615590 +111 21.32967230 -157.90671255 +111 21.32960239 -157.90680991 +113 21.32968325 -157.90687927 +110 1 0.25 143.0000 C +111 21.32794756 -157.90529320 +111 21.32867395 -157.90586830 +111 21.32814482 -157.90662660 +111 21.32806154 -157.90656019 +112 21.32805620 -157.90599142 21.32792090 -157.90572768 +111 21.32805620 -157.90599142 +111 21.32789981 -157.90585711 +112 21.32789981 -157.90585711 21.32778053 -157.90576537 +113 21.32761165 -157.90577605 +110 1 0.25 52.8600 C +111 21.32794756 -157.90529320 +111 21.32761165 -157.90577605 +111 21.32590834 -157.90822450 +111 21.32592360 -157.90874478 +111 21.32554961 -157.90922409 +111 21.32554236 -157.90856182 +111 21.32543830 -157.90870267 +111 21.32544071 -157.90777941 +111 21.32554664 -157.90778420 +111 21.32554893 -157.90711020 +111 21.32582056 -157.90738468 +111 21.32732341 -157.90523752 +112 21.32773520 -157.90511876 21.32796505 -157.90524594 +113 21.32773520 -157.90511876 +110 2 0.25 150.0000 D +111 21.32447705 -157.92174989 +111 21.32437554 -157.92194258 +111 21.32419751 -157.92183044 +111 21.32416072 -157.92188888 +111 21.32413277 -157.92187308 +111 21.32410187 -157.92193310 +111 21.32406656 -157.92192047 +111 21.32396504 -157.92209894 +111 21.32396885 -157.92160643 +113 21.32402978 -157.92147980 +110 1 0.25 150.0000 D +111 21.32493907 -157.92145567 +111 21.32493974 -157.92249981 +111 21.32482844 -157.92253359 +111 21.32483592 -157.92236850 +111 21.32435428 -157.92202091 103 +111 21.32414164 -157.92203782 +111 21.32413788 -157.92274323 +111 21.32396405 -157.92270834 +111 21.32396627 -157.92222493 +111 21.32396504 -157.92209894 +111 21.32406656 -157.92192047 +111 21.32410187 -157.92193310 +111 21.32413277 -157.92187308 +111 21.32416072 -157.92188888 +111 21.32419751 -157.92183044 +111 21.32437554 -157.92194258 +111 21.32447705 -157.92174989 +111 21.32402978 -157.92147980 +111 21.32396885 -157.92160643 +111 21.32396780 -157.92110683 +111 21.32413690 -157.92111446 +111 21.32414164 -157.92131795 +111 21.32442836 -157.92150873 +114 21.32442836 -157.92150873 21.32463487 -157.92158709 +110 1 0.25 0.0000 D +111 21.32661203 -157.92341608 +111 21.32602569 -157.92304296 +112 21.32602569 -157.92304296 21.32561874 -157.92284935 +111 21.32554938 -157.92335820 +111 21.32544995 -157.92335572 +111 21.32544301 -157.92196321 +111 21.32609044 -157.92222384 +111 21.32650895 -157.92222136 +112 21.32650895 -157.92222136 21.32656237 -157.92222136 +113 21.32661616 -157.92211709 +110 1 0.25 150.0000 D +111 21.32051462 -157.91988459 +111 21.32043341 -157.91980227 +111 21.32039420 -157.91970515 +111 21.31991878 -157.91941102 +111 21.31984776 -157.91940330 +111 21.31969712 -157.91948524 +111 21.31960708 -157.91942165 +111 21.32019365 -157.91859821 +111 21.32027293 -157.91866620 +111 21.32023264 -157.91893582 +113 21.32089440 -157.91933980 +110 1 0.25 150.0000 D +111 21.31917984 -157.91932369 +111 21.31910164 -157.91925501 +112 21.31901634 -157.91889636 21.31890165 -157.91880403 +111 21.31901634 -157.91889636 +111 21.31842395 -157.91855043 +112 21.31842395 -157.91855043 21.31837182 -157.91852805 +111 21.31827961 -157.91854751 +111 21.31876605 -157.91785631 +112 21.31877304 -157.91801009 21.31881213 -157.91804647 +111 21.31877304 -157.91801009 +111 21.31909736 -157.91825368 +111 21.31941485 -157.91844581 +112 21.31941485 -157.91844581 21.31960252 -157.91848218 +111 21.31977481 -157.91829308 +113 21.31987627 -157.91834153 +110 1 0.25 150.0000 E +111 21.32288461 -157.91651507 +111 21.32281987 -157.91644905 +112 21.32286843 -157.91617108 21.32285063 -157.91594869 +111 21.32286843 -157.91617108 +111 21.32243469 -157.91582013 +111 21.32222105 -157.91590526 +111 21.32213365 -157.91584619 +111 21.32270011 -157.91504180 +111 21.32276808 -157.91511303 +111 21.32276485 -157.91534409 +111 21.32315856 -157.91566203 +112 21.32347578 -157.91551609 21.32360040 -157.91529718 +111 21.32347578 -157.91551609 +113 21.32355832 -157.91556648 +110 1 0.25 150.0000 E +111 21.32184408 -157.91555004 +111 21.32175877 -157.91547304 +111 21.32178678 -157.91531117 +111 21.32129756 -157.91492547 +111 21.32163151 -157.91444511 +111 21.32209267 -157.91482325 +112 21.32230415 -157.91471759 21.32236646 -157.91464306 +111 21.32230415 -157.91471759 +113 21.32238779 -157.91477469 +110 1 0.25 150.0000 E +111 21.32504029 -157.91795106 +111 21.32494367 -157.91793678 +111 21.32476390 -157.91766254 +111 21.32414514 -157.91720667 +111 21.32358750 -157.91679582 +111 21.32316488 -157.91683983 +111 21.32380197 -157.91593248 +111 21.32388081 -157.91600358 +111 21.32382720 -157.91619994 +111 21.32465036 -157.91685676 +112 21.32465036 -157.91685676 21.32487870 -157.91681745 +113 21.32504144 -157.91642001 +110 1 0.25 143.0000 F +111 21.31686932 -157.92260100 +111 21.31679764 -157.92253945 +112 21.31674890 -157.92217936 21.31666469 -157.92207846 +111 21.31674890 -157.92217936 +111 21.31668029 -157.92211703 +111 21.31666603 -157.92214105 +111 21.31620414 -157.92181927 +112 21.31620414 -157.92181927 21.31608468 -157.92173729 +111 21.31597148 -157.92182727 +111 21.31648393 -157.92109911 +112 21.31652813 -157.92127452 21.31658296 -157.92133127 +111 21.31652813 -157.92127452 +111 21.31698492 -157.92167739 +111 21.31696681 -157.92170847 +112 21.31696681 -157.92170847 21.31717439 -157.92185772 +111 21.31739975 -157.92167462 +113 21.31747716 -157.92173002 +111 21.31676418 -157.92174123 +111 21.31664277 -157.92191360 +111 21.31705597 -157.92224363 +113 21.31719110 -157.92206285 +110 1 0.25 0.0000 G +111 21.32504670 -157.92785455 +111 21.32494244 -157.92785448 +112 21.32466875 -157.92756075 21.32447213 -157.92754352 +111 21.32466875 -157.92756075 +111 21.32403702 -157.92756025 +111 21.32403503 -157.92677926 +112 21.32432457 -157.92708294 21.32460372 -157.92719232 +111 21.32432457 -157.92708294 +111 21.32464513 -157.92708294 +111 21.32476343 -157.92701330 +111 21.32494264 -157.92667067 +113 21.32504522 -157.92667104 +110 1 0.25 50.0000 G +111 21.33067521 -157.92566184 +111 21.33093960 -157.92563403 +111 21.33103071 -157.92583007 +111 21.33095284 -157.92588945 +111 21.33045962 -157.92643874 +111 21.33079259 -157.92656533 +111 21.33117552 -157.92614167 +111 21.33136063 -157.92653996 +111 21.33072161 -157.92733151 +111 21.33079944 -157.92793836 +111 21.33084526 -157.92830570 +111 21.33042819 -157.92837524 +111 21.32981002 -157.92861510 +111 21.32995898 -157.92924673 +111 21.33013028 -157.92923874 +111 21.32970948 -157.92974244 +111 21.32858249 -157.92976468 +111 21.32801111 -157.92975102 +111 21.32801167 -157.92944660 +111 21.32793346 -157.92944660 +111 21.32793059 -157.92924614 +111 21.32766783 -157.92930938 +111 21.32766833 -157.92926161 +111 21.32798560 -157.92915077 +111 21.32856472 -157.92914299 +111 21.32884450 -157.92908589 +111 21.32887919 -157.92905362 +111 21.32886994 -157.92892703 +112 21.32886994 -157.92892703 21.32871201 -157.92901390 +111 21.32854854 -157.92900646 +111 21.32767079 -157.92902970 +111 21.32767344 -157.92877903 +111 21.32851617 -157.92877810 +112 21.32885606 -157.92866392 21.32898756 -157.92856780 +111 21.32885606 -157.92866392 +111 21.32879595 -157.92809549 +111 21.32852773 -157.92815010 +111 21.32767573 -157.92814869 +111 21.32767531 -157.92791386 +111 21.32784717 -157.92791138 +111 21.32856241 -157.92789939 +111 21.32874970 -157.92785968 +111 21.32872542 -157.92766598 +111 21.32880144 -157.92764832 +111 21.32882601 -157.92781996 +112 21.32900548 -157.92768612 21.32908260 -157.92762752 +111 21.32900548 -157.92768612 +111 21.32918440 -157.92748486 +111 21.32910026 -157.92733152 +111 21.32915140 -157.92727730 +111 21.32924346 -157.92742321 +111 21.33011620 -157.92645502 +113 21.32995604 -157.92642427 +111 21.33083195 -157.92568315 +112 21.33064685 -157.92573537 21.33060651 -157.92578633 +111 21.33064685 -157.92573537 +111 21.33008443 -157.92634934 +113 21.33020902 -157.92636972 +111 21.33072278 -157.92730110 +112 21.33090355 -157.92698066 21.33103305 -157.92682807 +111 21.33090355 -157.92698066 +111 21.33107802 -157.92679562 +111 21.33095610 -157.92675500 +111 21.32998496 -157.92782688 +113 21.33013631 -157.92795551 +111 21.33038431 -157.92653805 +111 21.32937710 -157.92763570 +111 21.32955514 -157.92792786 +113 21.33070733 -157.92663908 +111 21.32918259 -157.92787298 +112 21.32918259 -157.92787298 21.32902284 -157.92803094 +111 21.32885453 -157.92807574 +111 21.32892028 -157.92856830 +111 21.32896225 -157.92856230 +111 21.32949943 -157.92796760 +113 21.32933156 -157.92770930 +111 21.32924047 -157.92892116 +111 21.32964319 -157.92880417 +111 21.32962582 -157.92864141 +111 21.32915677 -157.92873466 +111 21.32898305 -157.92886860 +113 21.32901305 -157.92903644 +110 1 0.25 0.0000 H +111 21.32662491 -157.91936445 +111 21.32658854 -157.91935830 +111 21.32589926 -157.91970779 +112 21.32589926 -157.91970779 21.32557765 -157.91993118 +111 21.32554118 -157.92031987 +111 21.32544398 -157.92032497 +111 21.32544545 -157.91745747 +113 21.32662833 -157.91828683 +111 21.32565588 -157.91885990 +111 21.32565588 -157.91923449 +111 21.32599431 -157.91908104 +111 21.32598800 -157.91863199 +114 21.32598800 -157.91863199 21.32578831 -157.91862522 +110 1 0.25 80.0000 HA +111 21.32979720 -157.94628216 +111 21.32972017 -157.94620088 +111 21.32979275 -157.94615850 +111 21.33019855 -157.94360020 +111 21.33022917 -157.94340715 +111 21.33086597 -157.94340037 +111 21.33083471 -157.94357743 +111 21.33034134 -157.94665908 +111 21.32986043 -157.94658323 +113 21.32970445 -157.94636708 +110 1 0.25 10.0000 K +111 21.32660504 -157.91354057 +111 21.32652147 -157.91347422 +111 21.32544343 -157.91360318 +111 21.32594040 -157.91289923 +111 21.32601670 -157.91302086 +111 21.32612769 -157.91291413 +113 21.32720432 -157.91269218 +110 1 0.25 0.0000 K +111 21.32504835 -157.91320644 +111 21.32505159 -157.91367727 +112 21.32406278 -157.91406152 21.32358649 -157.91430317 +111 21.32285810 -157.91500031 +111 21.32277429 -157.91493756 +113 21.32385125 -157.91341443 +110 1 0.25 0.0000 L +111 21.32712510 -157.92912770 +111 21.32709353 -157.92910166 +111 21.32568954 -157.92912896 +111 21.32544791 -157.92927367 +111 21.32544537 -157.92888595 +111 21.32664828 -157.92663832 +111 21.32666821 -157.92698578 +111 21.32666856 -157.92747177 +112 21.32677904 -157.92740075 21.32679167 -157.92726343 +111 21.32677904 -157.92740075 +111 21.32730850 -157.92731112 +112 21.32730850 -157.92731112 21.32745790 -157.92730366 +113 21.32748909 -157.92714574 +110 1 0.25 70.0000 M +112 21.32237862 -157.94542616 21.32222460 -157.94597051 +111 21.32237862 -157.94542616 +111 21.32194150 -157.94672145 +111 21.32149674 -157.94803935 +111 21.32083076 -157.95001277 +112 21.32087656 -157.95036097 21.32096216 -157.95055050 +111 21.32087656 -157.95036097 +111 21.32107508 -157.95081161 +111 21.32114369 -157.95103689 +111 21.32113963 -157.95240567 +111 21.32110736 -157.95240735 +111 21.32108495 -157.95240697 +111 21.32108924 -157.95106711 +111 21.32107190 -157.95106609 +111 21.32107079 -157.95098788 +111 21.32072677 -157.95099426 +111 21.32069304 -157.95070504 +111 21.32055561 -157.95043541 +111 21.32044970 -157.95027533 +111 21.32110889 -157.94831586 +111 21.32116493 -157.94814928 +111 21.32117155 -157.94822506 +111 21.32130324 -157.94783078 +111 21.32124887 -157.94790004 +111 21.32132984 -157.94765908 +111 21.32146344 -157.94726196 +111 21.32152037 -157.94709270 +111 21.32152867 -157.94716701 +111 21.32164969 -157.94680441 +111 21.32160287 -157.94684748 +111 21.32167226 -157.94664122 +111 21.32217360 -157.94515096 +112 21.32217360 -157.94515096 21.32237264 -157.94468547 +111 21.32276890 -157.94410057 +111 21.32291680 -157.94410707 +111 21.32312504 -157.94411623 +113 21.32326236 -157.94411562 +110 1 0.25 55.0000 N +111 21.32544537 -157.92888595 +111 21.32544551 -157.92676338 +111 21.32554134 -157.92676385 +111 21.32566998 -157.92701824 +111 21.32590696 -157.92701824 +112 21.32611346 -157.92687287 21.32617663 -157.92677623 +111 21.32611346 -157.92687287 +111 21.32660417 -157.92588993 +111 21.32678043 -157.92599505 +111 21.32677977 -157.92666334 +112 21.32664828 -157.92663832 21.32657591 -157.92674222 +113 21.32664828 -157.92663832 +110 1 0.25 130.0000 P +111 21.32399737 -157.91249197 53 102 +112 21.32397957 -157.91229912 21.32393867 -157.91222199 +111 21.32397957 -157.91229912 53 102 +111 21.32370716 -157.91192534 53 103 +111 21.32357820 -157.91174838 +111 21.32349104 -157.91177030 +111 21.32364868 -157.91154355 +111 21.32366559 -157.91168757 53 102 +111 21.32377161 -157.91184082 53 102 +111 21.32402489 -157.91220696 +112 21.32402489 -157.91220696 21.32411774 -157.91227460 53 102 +113 21.32422557 -157.91217751 +110 1 0.25 0.0000 RA +111 21.30939188 -157.91125403 +111 21.30931475 -157.91120034 +111 21.30741240 -157.91120958 +112 21.30741240 -157.91120958 21.30725395 -157.91121531 +111 21.30720427 -157.91143074 +111 21.30706725 -157.91142734 +111 21.30706464 -157.91059941 +111 21.30720544 -157.91059941 +111 21.30720217 -157.90985609 +111 21.30805758 -157.90985100 +111 21.30859784 -157.91058604 +113 21.30939233 -157.91058602 +110 1 0.25 90.0000 RA +111 21.31009404 -157.94564070 +111 21.30926676 -157.94552550 53 102 +112 21.30954253 -157.94523906 21.30956518 -157.94499411 +111 21.30954253 -157.94523906 53 102 +111 21.30954262 -157.94493934 +111 21.30960061 -157.94354645 +111 21.30943277 -157.94355249 +111 21.30942997 -157.94033438 +111 21.30942811 -157.93820025 +111 21.30941101 -157.91853421 +111 21.30954382 -157.91852890 +111 21.30960095 -157.91852661 +111 21.30959879 -157.91671621 +111 21.30935560 -157.91671026 +111 21.30942486 -157.91613532 +111 21.30940081 -157.91252075 +111 21.30954396 -157.91251579 +111 21.30954857 -157.91170790 +111 21.30939157 -157.91170790 +111 21.30939188 -157.91125403 +111 21.30939233 -157.91058602 +112 21.30999186 -157.91123705 21.31008088 -157.91182943 +111 21.30999186 -157.91123705 +111 21.31000572 -157.91268431 +111 21.30996863 -157.91295167 +111 21.30996731 -157.91980673 +111 21.30996712 -157.92079306 +111 21.30996686 -157.92216085 +111 21.30997024 -157.92475800 +111 21.30999693 -157.94526508 +111 21.30980345 -157.94524969 +114 21.30980345 -157.94524969 21.30979698 -157.94557803 +110 1 0.25 30.0000 RB +111 21.32711721 -157.94120110 +112 21.32691272 -157.94115386 21.32680081 -157.94120846 +111 21.32691272 -157.94115386 +111 21.32555590 -157.94199953 +111 21.32548468 -157.94206903 +111 21.32545070 -157.94207945 +111 21.32544154 -157.94086646 +111 21.32555084 -157.94086977 +111 21.32555084 -157.93980925 +111 21.32642180 -157.94054269 +112 21.32642180 -157.94054269 21.32707847 -157.94061964 +113 21.32710181 -157.93972212 +110 1 0.25 0.0000 RB +111 21.31011712 -157.94585372 53 102 +111 21.30985754 -157.94585438 53 102 +111 21.30707584 -157.94587119 +111 21.30707563 -157.94519542 53 102 +112 21.30744571 -157.94553686 21.30776884 -157.94556629 +111 21.30744571 -157.94553686 53 102 +111 21.30926676 -157.94552550 +113 21.31009404 -157.94564070 +110 1 0.25 170.0000 RB +111 21.31787689 -157.94636874 53 102 +112 21.31650550 -157.94666538 21.31573539 -157.94657335 +111 21.31650550 -157.94666538 53 102 +111 21.31011712 -157.94585372 +111 21.31009404 -157.94564070 +111 21.31076044 -157.94572433 53 102 +111 21.31627311 -157.94641614 53 102 +111 21.31651748 -157.94642236 +112 21.31651748 -157.94642236 21.31737268 -157.94645474 53 102 +113 21.31801185 -157.94604404 +110 1 0.25 30.0000 RB +111 21.32291945 -157.94323382 +111 21.32292631 -157.94389487 53 102 +112 21.32252078 -157.94360259 21.32213311 -157.94373458 +111 21.32252078 -157.94360259 53 102 +111 21.31787689 -157.94636874 +111 21.31801185 -157.94604404 53 102 +111 21.32180831 -157.94378762 53 102 +111 21.32229447 -157.94342867 +111 21.32231750 -157.94347220 +111 21.32233548 -157.94346283 +111 21.32235412 -157.94349346 +111 21.32233053 -157.94350578 +111 21.32235399 -157.94354215 +111 21.32237406 -157.94352900 +113 21.32238788 -157.94355335 +110 1 0.25 30.0000 RB +111 21.32504523 -157.94162120 +111 21.32504489 -157.94207731 +111 21.32339031 -157.94307454 +111 21.32339423 -157.94311266 +111 21.32311921 -157.94311375 +111 21.32355195 -157.94285364 +111 21.32353900 -157.94282584 +111 21.32356497 -157.94280800 +111 21.32354547 -157.94277024 +111 21.32352137 -157.94277959 +111 21.32350834 -157.94276280 +111 21.32327907 -157.94289713 +112 21.32327907 -157.94289713 21.32316538 -157.94295887 +111 21.32316817 -157.94284880 +111 21.32316644 -157.94246657 +111 21.32316167 -157.94141694 +111 21.32320859 -157.94141694 +111 21.32399379 -157.94224585 +111 21.32401428 -157.94223176 +111 21.32406875 -157.94228964 +111 21.32421753 -157.94213415 +111 21.32420469 -157.94212021 +113 21.32437651 -157.94201821 +110 1 0.25 0.0000 RC +111 21.30954262 -157.94493934 53 102 +112 21.30926722 -157.94464678 21.30900665 -157.94460161 +111 21.30926722 -157.94464678 53 102 +111 21.30743683 -157.94465375 +112 21.30743683 -157.94465375 21.30714066 -157.94466243 53 102 +111 21.30707453 -157.94502865 +111 21.30707585 -157.94394409 53 102 +112 21.30743099 -157.94432645 21.30775953 -157.94436120 +111 21.30743099 -157.94432645 53 102 +111 21.30924889 -157.94431587 +112 21.30924889 -157.94431587 21.30950946 -157.94426201 53 102 +111 21.30954414 -157.94406175 53 102 +113 21.30960061 -157.94354645 +110 1 0.25 60.0000 RG +112 21.30954382 -157.91852890 21.30969729 -157.91902497 +111 21.30954382 -157.91852890 +111 21.30941101 -157.91853421 +112 21.30917637 -157.91846171 21.30901553 -157.91860051 +111 21.30917637 -157.91846171 +111 21.30769318 -157.92115348 +112 21.30769318 -157.92115348 21.30722010 -157.92206750 +111 21.30720534 -157.92313169 +111 21.30706589 -157.92313212 +111 21.30707242 -157.92106284 +111 21.30935560 -157.91671026 +111 21.30959879 -157.91671621 +111 21.30762848 -157.92032683 103 +111 21.30789714 -157.92049354 +113 21.30904706 -157.91836682 +110 1 0.25 0.0000 RH +111 21.30927881 -157.91227739 +112 21.30927881 -157.91227739 21.30949355 -157.91228012 +111 21.30954396 -157.91251579 +111 21.30940081 -157.91252075 +112 21.30928120 -157.91242090 21.30918532 -157.91242009 +111 21.30928120 -157.91242090 +111 21.30743093 -157.91242321 +112 21.30743093 -157.91242321 21.30723859 -157.91242795 +111 21.30720727 -157.91269785 +111 21.30706972 -157.91269728 +111 21.30707218 -157.91154850 +111 21.30720380 -157.91155725 +112 21.30740871 -157.91180397 21.30758337 -157.91184431 +111 21.30740871 -157.91180397 +111 21.30926442 -157.91179660 +112 21.30926442 -157.91179660 21.30935115 -157.91179124 +111 21.30939157 -157.91170790 +111 21.30954857 -157.91170790 +112 21.30954857 -157.91170790 21.30946675 -157.91195801 +111 21.30929934 -157.91193841 +111 21.30756946 -157.91194668 103 +111 21.30756856 -157.91192039 103 +111 21.30745101 -157.91191850 +112 21.30745101 -157.91191850 21.30729183 -157.91192325 +111 21.30720466 -157.91182191 +111 21.30720575 -157.91240972 +112 21.30740201 -157.91231432 21.30752913 -157.91231788 +111 21.30740201 -157.91231432 +111 21.30761395 -157.91231239 +113 21.30761485 -157.91228284 +110 1 0.25 120.0000 RM +111 21.30942997 -157.94033438 +112 21.30915553 -157.93934444 21.30894737 -157.93892737 +111 21.30915553 -157.93934444 +111 21.30707143 -157.93554447 +111 21.30707305 -157.93340118 +111 21.30721182 -157.93341134 +112 21.30769121 -157.93541202 21.30812330 -157.93627188 +111 21.30769121 -157.93541202 +111 21.30938252 -157.93851604 +113 21.30942811 -157.93820025 +110 1 0.25 0.0000 S +111 21.32504142 -157.92337488 +111 21.32493975 -157.92337482 +111 21.32493974 -157.92249981 +111 21.32493907 -157.92145567 +113 21.32504679 -157.92145509 +110 1 0.25 135.0000 T +111 21.32970445 -157.94636708 +111 21.32986043 -157.94658323 +111 21.33034134 -157.94665908 +111 21.33046616 -157.94667595 +111 21.33021666 -157.94810926 +111 21.32948014 -157.94813341 +111 21.32906453 -157.94767711 53 102 +111 21.32848953 -157.94704580 +111 21.32868462 -157.94683722 +111 21.32878932 -157.94672527 +111 21.32894337 -157.94676058 +112 21.32894337 -157.94676058 21.32923178 -157.94674529 +111 21.32918649 -157.94643606 +111 21.32927824 -157.94659919 +113 21.32940535 -157.94663364 +110 2 0.25 0.0000 T +111 21.32548497 -157.94291657 +111 21.32548082 -157.94383700 +111 21.32481529 -157.94309003 +111 21.32462350 -157.94287477 +111 21.32470883 -157.94277052 +111 21.32483684 -157.94290477 +111 21.32488833 -157.94285739 +111 21.32504222 -157.94302955 +111 21.32504235 -157.94323467 +111 21.32545198 -157.94323399 +113 21.32545156 -157.94288184 +110 1 0.25 135.0000 T +111 21.32437651 -157.94201821 +111 21.32420469 -157.94212021 +111 21.32403148 -157.94193213 +111 21.32388069 -157.94208979 +111 21.32401428 -157.94223176 +111 21.32399379 -157.94224585 +111 21.32320859 -157.94141694 +111 21.32316167 -157.94141694 +111 21.32316230 -157.94085552 +111 21.32330620 -157.94076585 +112 21.32340561 -157.94104439 21.32349139 -157.94115732 +111 21.32340561 -157.94104439 +113 21.32427723 -157.94198930 +110 1 0.00 135.2000 T +111 21.32878932 -157.94672527 +111 21.32868462 -157.94683722 +111 21.32848953 -157.94704580 53 102 +111 21.32800662 -157.94653082 +111 21.32763344 -157.94613287 +111 21.32759787 -157.94616780 +111 21.32759483 -157.94629252 +111 21.32752009 -157.94621350 +111 21.32554844 -157.94412899 +111 21.32554791 -157.94391661 53 102 +111 21.32548082 -157.94383700 +111 21.32548722 -157.94336271 53 102 +111 21.32563091 -157.94336550 +111 21.32594894 -157.94370380 +111 21.32734174 -157.94518539 +113 21.32740347 -157.94525106 +110 1 0.25 135.2000 V +111 21.32657737 -157.94342265 +111 21.32682602 -157.94369434 +111 21.32697187 -157.94353473 +111 21.32727060 -157.94385833 +111 21.32761635 -157.94423288 +111 21.32773138 -157.94410235 +111 21.32972017 -157.94620088 +111 21.32979720 -157.94628216 +111 21.32970445 -157.94636708 +111 21.32940535 -157.94663364 +111 21.32927824 -157.94659919 +111 21.32918649 -157.94643606 +111 21.32741636 -157.94460013 +111 21.32740214 -157.94461285 +111 21.32740347 -157.94525106 +111 21.32734174 -157.94518539 +111 21.32733579 -157.94451365 +113 21.32645291 -157.94355307 +110 2 0.25 135.2000 V +111 21.32697187 -157.94353473 +111 21.32682602 -157.94369434 53 102 +111 21.32657737 -157.94342265 +111 21.32617425 -157.94298217 +112 21.32585179 -157.94290866 21.32573007 -157.94291584 +111 21.32560191 -157.94303816 +111 21.32548497 -157.94291657 +111 21.32545156 -157.94288184 +111 21.32545070 -157.94207945 +111 21.32548468 -157.94206903 +111 21.32555590 -157.94199953 53 102 +111 21.32646630 -157.94298659 +113 21.32689006 -157.94344602 +110 1 0.25 60.0000 Y +111 21.32661899 -157.92122734 +111 21.32609044 -157.92222384 +111 21.32544301 -157.92196321 +111 21.32544231 -157.92183718 +111 21.32567319 -157.92184517 +111 21.32653340 -157.92024614 +113 21.32662351 -157.91980422 +110 1 0.25 10.0000 Apron +111 21.33805731 -157.92361879 +111 21.33843694 -157.92628005 +111 21.33501980 -157.92695138 +111 21.33461695 -157.92722396 +111 21.33454924 -157.92665336 +111 21.33442060 -157.92666790 +111 21.33427503 -157.92580656 +111 21.33425472 -157.92581019 +111 21.33442398 -157.92745706 +111 21.33436643 -157.92756609 +111 21.33079944 -157.92793836 +111 21.33072161 -157.92733151 +111 21.33136063 -157.92653996 +111 21.33117552 -157.92614167 +111 21.33103071 -157.92583007 +111 21.33093960 -157.92563403 +111 21.33067521 -157.92566184 +111 21.32995604 -157.92642427 +111 21.32915140 -157.92727730 +111 21.32910026 -157.92733152 +111 21.32880144 -157.92764832 +111 21.32872542 -157.92766598 +111 21.32851740 -157.92771430 +111 21.32853379 -157.92644786 +111 21.32914454 -157.92701586 +111 21.32930765 -157.92640795 +111 21.32976621 -157.92604669 +111 21.32947692 -157.92594758 +111 21.32931073 -157.92573943 +111 21.32922764 -157.92540905 +111 21.32922717 -157.92434026 +111 21.32923733 -157.92412221 +111 21.32938290 -157.92381693 +111 21.32958602 -157.92357707 +111 21.32986700 -157.92341716 +111 21.33136143 -157.92312444 +111 21.33529650 -157.92243525 +113 21.33559498 -157.92405069 +111 21.33533794 -157.92433595 +111 21.33523300 -157.92368540 +111 21.33251160 -157.92412880 +111 21.33204104 -157.92474663 +111 21.33208166 -157.92509189 +111 21.33267748 -157.92502647 +113 21.33286706 -157.92478297 +111 21.33595128 -157.92496981 +111 21.33803729 -157.92458730 +111 21.33797024 -157.92414296 +111 21.33567752 -157.92457490 +111 21.33568908 -157.92469405 +111 21.33542086 -157.92474369 +111 21.33542780 -157.92480327 +111 21.33570064 -157.92476107 +111 21.33572608 -157.92495221 +111 21.33545554 -157.92499193 +111 21.33546248 -157.92505647 +111 21.33588331 -157.92498448 +111 21.33594112 -157.92534194 +113 21.33600817 -157.92533201 +111 21.33648693 -157.92503718 +111 21.33652508 -157.92525836 +111 21.33672347 -157.92522286 +113 21.33669040 -157.92500715 +111 21.33803589 -157.92620315 +111 21.33817070 -157.92617584 +111 21.33812746 -157.92588640 +113 21.33799011 -157.92591097 +111 21.33765692 -157.92602839 +111 21.33769761 -157.92630691 +111 21.33786548 -157.92627961 +113 21.33782224 -157.92599562 +111 21.33735170 -157.92608027 +111 21.33739240 -157.92636426 +111 21.33752466 -157.92633968 +113 21.33747633 -157.92605570 +111 21.33700579 -157.92614035 +111 21.33704903 -157.92642706 +111 21.33722453 -157.92639429 +113 21.33717366 -157.92610758 +111 21.33673873 -157.92648440 +111 21.33687862 -157.92645983 +111 21.33682775 -157.92617311 +113 21.33669549 -157.92619496 +111 21.33639285 -157.92654592 +111 21.33656310 -157.92651981 +111 21.33651967 -157.92622887 +113 21.33634942 -157.92625684 +111 21.33608015 -157.92660747 +111 21.33622781 -157.92657949 +111 21.33618265 -157.92628668 +113 21.33603672 -157.92631652 +111 21.33573618 -157.92667088 +111 21.33590643 -157.92663731 +111 21.33586474 -157.92634823 +113 21.33569275 -157.92638180 +111 21.33543013 -157.92672123 +111 21.33556216 -157.92669885 +111 21.33552047 -157.92641164 +113 21.33538496 -157.92643588 +111 21.33508790 -157.92678464 +111 21.33525120 -157.92675853 +111 21.33520777 -157.92646572 +113 21.33503926 -157.92649743 +111 21.33472135 -157.92677718 +111 21.33484469 -157.92683873 +111 21.33495413 -157.92656084 +113 21.33483079 -157.92650675 +110 1 0.25 52.8600 Apron +111 21.32494204 -157.90899450 +111 21.32494149 -157.90995060 +111 21.32475878 -157.90994850 +111 21.32364989 -157.91154355 +111 21.32349226 -157.91177030 +111 21.32163273 -157.91444511 +111 21.32129877 -157.91492547 +111 21.32022345 -157.91647226 +111 21.32017132 -157.91647506 +111 21.31944670 -157.91747954 +111 21.31918995 -157.91725569 +111 21.31876727 -157.91785631 +111 21.31828083 -157.91854751 +111 21.31648515 -157.92109911 +111 21.31597270 -157.92182727 +111 21.31326944 -157.92566849 +112 21.31326944 -157.92566849 21.31317022 -157.92589378 +111 21.31337494 -157.92617552 +111 21.31255510 -157.92545443 +112 21.31280005 -157.92536536 21.31287637 -157.92523428 +111 21.31282676 -157.92512777 +111 21.31234074 -157.92473776 +111 21.31226729 -157.92479626 +111 21.31083235 -157.92341805 +111 21.31138394 -157.92263075 +111 21.31132794 -157.92257988 +111 21.31242908 -157.92102870 +111 21.31277285 -157.92131984 +111 21.31274131 -157.92137401 +112 21.31281070 -157.92136724 21.31284452 -157.92131756 +111 21.31281070 -157.92136724 +111 21.31283278 -157.92133339 +111 21.31278918 -157.92129893 +111 21.31307878 -157.92086282 +111 21.31282790 -157.92066001 +111 21.31291162 -157.92053783 +111 21.31327031 -157.92083112 +111 21.31311347 -157.92107610 +111 21.31412677 -157.92190890 +111 21.31465031 -157.92116072 +111 21.31452101 -157.92104365 +111 21.31458093 -157.92096240 +111 21.31452416 -157.92093193 +111 21.31451154 -157.92072204 +111 21.31440116 -157.92063063 +111 21.31459096 -157.92034779 +111 21.31379561 -157.91970980 +111 21.31395961 -157.91946605 +111 21.31495309 -157.92024808 +111 21.31528319 -157.91977983 +111 21.31561210 -157.91931328 +111 21.31481636 -157.91871030 +111 21.31523873 -157.91813782 +111 21.31477237 -157.91772430 +111 21.31487330 -157.91755164 +111 21.31497422 -157.91762273 +111 21.31536530 -157.91718263 +111 21.31560185 -157.91735528 +111 21.31566177 -157.91724695 +111 21.31568955 -157.91723893 +111 21.31577180 -157.91727256 +111 21.31585601 -157.91717586 +111 21.31570326 -157.91704553 +111 21.31566997 -157.91708758 +111 21.31563472 -157.91706025 +111 21.31559751 -157.91709178 +111 21.31536839 -157.91690679 +112 21.31588343 -157.91615424 21.31588147 -157.91616265 +111 21.31593434 -157.91615004 +111 21.31667704 -157.91680589 +111 21.31682392 -157.91661250 +111 21.31662221 -157.91642331 +111 21.31658109 -157.91646955 +111 21.31608744 -157.91603395 +111 21.31612661 -157.91598808 +111 21.31607142 -157.91593075 +111 21.31616735 -157.91579643 +111 21.31623330 -157.91583643 +111 21.31628490 -157.91571948 +111 21.31623043 -157.91563946 +111 21.31688701 -157.91471308 +111 21.31705694 -157.91485002 +111 21.31710991 -157.91478210 +111 21.31695437 -157.91465862 +111 21.31703313 -157.91455495 +111 21.31700297 -157.91453414 +111 21.31729809 -157.91408704 +111 21.31734117 -157.91412404 +111 21.31809081 -157.91302568 +111 21.31923244 -157.91391593 +111 21.31927768 -157.91385349 +111 21.31892224 -157.91358757 +111 21.31929276 -157.91306267 +111 21.31853286 -157.91244283 +111 21.31897610 -157.91179232 +111 21.31919367 -157.91196113 +111 21.31891578 -157.91237504 +111 21.31919367 -157.91261322 +111 21.31957064 -157.91205131 +111 21.31905365 -157.91162815 +111 21.31947371 -157.91101306 +111 21.32011901 -157.91152254 +111 21.32023251 -157.91137918 +111 21.32039044 -157.91147861 +111 21.32061993 -157.91114529 +111 21.32073768 -157.91098963 +111 21.31995810 -157.91035627 +111 21.32092020 -157.90895555 +111 21.32177207 -157.90961143 +111 21.32184127 -157.90948320 +111 21.32103445 -157.90883993 +111 21.32180994 -157.90768094 +111 21.32186673 -157.90768514 +111 21.32258739 -157.90828847 +111 21.32302764 -157.90745544 +111 21.32298033 -157.90728278 +111 21.32301187 -157.90721168 +111 21.32302449 -157.90711688 +111 21.32252933 -157.90671400 +111 21.32317279 -157.90592214 +111 21.32347451 -157.90738559 +111 21.32385966 -157.90741643 +111 21.32387862 -157.90808796 +111 21.32403501 -157.90806761 +111 21.32404449 -157.90832961 +111 21.32394023 -157.90895789 +111 21.32394970 -157.90906218 +111 21.32440275 -157.90945311 +113 21.32458154 -157.90942305 +111 21.31785831 -157.91756749 +111 21.31747903 -157.91726416 +111 21.31694245 -157.91809753 +111 21.31669772 -157.91790423 +111 21.31501727 -157.92029932 +113 21.31559631 -157.92075731 +111 21.31977246 -157.91467826 +111 21.31940167 -157.91440019 +111 21.31904103 -157.91491816 +111 21.31890389 -157.91481456 +111 21.31735976 -157.91696823 +113 21.31786770 -157.91737715 +111 21.31933915 -157.91442023 +111 21.31912752 -157.91424893 +111 21.31896446 -157.91449099 +113 21.31918650 -157.91465112 +111 21.32001558 -157.91450907 +111 21.31995732 -157.91446564 +111 21.31997674 -157.91442568 +111 21.32001396 -157.91445521 +111 21.32006252 -157.91437877 +111 21.32009003 -157.91440309 +111 21.32010460 -157.91437530 +111 21.32013211 -157.91440483 +111 21.32021303 -157.91429017 +111 21.32018066 -157.91426237 +111 21.32020008 -157.91424152 +111 21.32018066 -157.91423110 +111 21.32027890 -157.91407960 +111 21.32031176 -157.91409559 +111 21.32032470 -157.91408342 +111 21.32035707 -157.91409906 +111 21.32042505 -157.91398266 +111 21.32039915 -157.91396528 +111 21.32041048 -157.91394096 +111 21.32039268 -157.91392359 +111 21.32051568 -157.91375333 +111 21.32056585 -157.91379155 +111 21.32064192 -157.91368210 +111 21.32059013 -157.91364214 +111 21.32070504 -157.91346667 +111 21.32074712 -157.91349273 +111 21.32076007 -157.91347014 +111 21.32079243 -157.91348404 +111 21.32085879 -157.91337285 +111 21.32082642 -157.91334853 +111 21.32083937 -157.91332595 +111 21.32081671 -157.91331378 +111 21.32093162 -157.91316264 +111 21.32095428 -157.91318001 +111 21.32097046 -157.91316437 +111 21.32099798 -157.91318870 +111 21.32107404 -157.91306882 +111 21.32104329 -157.91304624 +111 21.32107226 -157.91300437 +111 21.32095768 -157.91290513 +111 21.32056975 -157.91347390 +111 21.32052560 -157.91344682 +111 21.32046567 -157.91353146 +111 21.32038683 -157.91347729 +111 21.31987274 -157.91419502 +111 21.31979664 -157.91415014 +111 21.31973397 -157.91425596 +111 21.31969638 -157.91423521 +111 21.31959205 -157.91439138 +113 21.31990744 -157.91464869 +111 21.32142246 -157.91314203 +111 21.32122818 -157.91341761 +111 21.32155082 -157.91368203 +113 21.32175550 -157.91339899 +111 21.32094956 -157.91028395 +111 21.32063663 -157.91002997 +111 21.32025119 -157.91056252 +111 21.32089834 -157.91108753 +111 21.32107931 -157.91083289 +111 21.32094574 -157.91070589 +111 21.32116326 -157.91038227 +113 21.32098009 -157.91023070 +110 1 0.25 0.0000 Apron +111 21.33172729 -157.94789296 +111 21.33173060 -157.94740974 +111 21.33061181 -157.94742729 +111 21.33063916 -157.94722948 +111 21.33176838 -157.94722497 +111 21.33175856 -157.94652717 +111 21.33223577 -157.94651759 +111 21.33223354 -157.94610674 +111 21.33258553 -157.94609893 +111 21.33259476 -157.94621294 +111 21.33287182 -157.94620302 +111 21.33287646 -157.94514644 +111 21.33253647 -157.94514170 +111 21.33254341 -157.94425156 +111 21.33288655 -157.94424242 +111 21.33287488 -157.94394379 +111 21.33328930 -157.94392381 +111 21.33328584 -157.94472456 +111 21.33374725 -157.94472456 +111 21.33374936 -157.94545448 +111 21.33433694 -157.94544679 +111 21.33497554 -157.94543842 +111 21.33497173 -157.94554904 +111 21.33476183 -157.94555723 +111 21.33477328 -157.94601609 +111 21.33697773 -157.94599222 +111 21.33698037 -157.94550824 +111 21.33497173 -157.94554904 +111 21.33497554 -157.94543842 +111 21.33497095 -157.94475208 +111 21.33742887 -157.94470097 +111 21.33742789 -157.94451105 +111 21.33808354 -157.94451099 +111 21.33859873 -157.94429385 +111 21.33886809 -157.94429065 +111 21.33885060 -157.94537566 +111 21.33877809 -157.94537955 +111 21.33878553 -157.94580584 +111 21.33872848 -157.94580564 +111 21.33873471 -157.94619655 +111 21.33861399 -157.94619485 +111 21.33859109 -157.94648983 +112 21.33800340 -157.94737478 21.33756835 -157.94778858 +111 21.33653797 -157.94791148 +113 21.33172739 -157.94797925 +111 21.33417917 -157.94556694 +111 21.33417917 -157.94602585 +111 21.33470829 -157.94601186 +113 21.33470569 -157.94555295 +110 2 0.25 0.0000 Apron +111 21.33097504 -157.94339920 +111 21.33086597 -157.94340037 +111 21.33022917 -157.94340715 53 102 +111 21.32775007 -157.94343356 +112 21.32775007 -157.94343356 21.32751660 -157.94343878 53 102 +111 21.32747629 -157.94371547 +111 21.32748188 -157.94297771 53 102 +112 21.32778653 -157.94321177 21.32804188 -157.94321439 +111 21.32778653 -157.94321177 53 102 +111 21.32790450 -157.94321084 53 102 +112 21.32816447 -157.94290398 21.32816691 -157.94264552 +111 21.32816447 -157.94290398 53 102 +111 21.32816447 -157.94200857 53 102 +112 21.32796117 -157.94179032 21.32781525 -157.94177857 +111 21.32796117 -157.94179032 53 102 +111 21.32770347 -157.94179106 +112 21.32770347 -157.94179106 21.32757701 -157.94179498 53 102 +111 21.32748678 -157.94201697 +111 21.32748678 -157.94134262 53 102 +112 21.32769791 -157.94156666 21.32785477 -157.94158232 +111 21.32769791 -157.94156666 53 102 +111 21.32794813 -157.94156386 +112 21.32794813 -157.94156386 21.32808067 -157.94154819 53 102 +111 21.32816969 -157.94134504 +111 21.32816726 -157.94127490 +111 21.32871111 -157.94126794 +111 21.32877961 -157.94126707 53 102 +111 21.32878222 -157.94062430 53 102 +111 21.32816969 -157.94062150 53 102 +111 21.32816962 -157.94044945 53 102 +112 21.32792207 -157.94019618 21.32772143 -157.94018613 +111 21.32792207 -157.94019618 53 102 +111 21.32770947 -157.94019784 +112 21.32770947 -157.94019784 21.32754896 -157.94021651 53 102 +111 21.32748678 -157.94041724 +111 21.32748417 -157.93976247 53 102 +112 21.32770453 -157.93997808 21.32786511 -157.94000541 +111 21.32770453 -157.93997808 53 102 +111 21.32791298 -157.93997771 +112 21.32791298 -157.93997771 21.32814705 -157.93994899 53 102 +111 21.32816708 -157.93967853 53 102 +111 21.32816750 -157.93880113 53 102 +112 21.32793526 -157.93855190 21.32776312 -157.93853452 +111 21.32793526 -157.93855190 53 102 +111 21.32773316 -157.93855324 +112 21.32773316 -157.93855324 21.32754336 -157.93856745 53 102 +111 21.32748512 -157.93877959 +111 21.32748512 -157.93811167 53 102 +112 21.32771449 -157.93833636 21.32788516 -157.93834900 +111 21.32771449 -157.93833636 53 102 +111 21.32790372 -157.93834252 +112 21.32790372 -157.93834252 21.32809058 -157.93833462 53 102 +111 21.32816177 -157.93811167 53 102 +111 21.32816847 -157.93683699 53 102 +112 21.32791825 -157.93654598 21.32769892 -157.93651865 +111 21.32791825 -157.93654598 53 102 +111 21.32771237 -157.93655017 +112 21.32771237 -157.93655017 21.32757529 -157.93656278 53 102 +111 21.32748817 -157.93676983 +111 21.32748556 -157.93611786 53 102 +112 21.32770191 -157.93632772 21.32783703 -157.93633823 +111 21.32770191 -157.93632772 53 102 +111 21.32793128 -157.93634031 53 102 +112 21.32821018 -157.93646483 21.32834530 -157.93658676 53 102 +111 21.32837699 -157.93680621 53 102 +111 21.32837699 -157.93808216 +112 21.32837699 -157.93808216 21.32843173 -157.93831440 53 102 +111 21.32864807 -157.93833119 53 102 +111 21.33097550 -157.93830457 53 102 +113 21.33097508 -157.94295539 +110 2 0.25 0.0000 Apron +111 21.33097504 -157.94339920 +111 21.33086597 -157.94340037 +111 21.33022917 -157.94340715 53 102 +111 21.32775007 -157.94343356 +112 21.32775007 -157.94343356 21.32751660 -157.94343878 53 102 +111 21.32747629 -157.94371547 +111 21.32748188 -157.94297771 53 102 +112 21.32778653 -157.94321177 21.32804188 -157.94321439 +111 21.32778653 -157.94321177 53 102 +111 21.32790450 -157.94321084 53 102 +112 21.32816447 -157.94290398 21.32816691 -157.94264552 +111 21.32816447 -157.94290398 53 102 +111 21.32816447 -157.94200857 53 102 +112 21.32796117 -157.94179032 21.32781525 -157.94177857 +111 21.32796117 -157.94179032 53 102 +111 21.32770347 -157.94179106 +112 21.32770347 -157.94179106 21.32757701 -157.94179498 53 102 +111 21.32748678 -157.94201697 +111 21.32748678 -157.94134262 53 102 +112 21.32769791 -157.94156666 21.32785477 -157.94158232 +111 21.32769791 -157.94156666 53 102 +111 21.32794813 -157.94156386 +112 21.32794813 -157.94156386 21.32808067 -157.94154819 53 102 +111 21.32816969 -157.94134504 +111 21.32816726 -157.94127490 +111 21.32871111 -157.94126794 +111 21.32877961 -157.94126707 53 102 +111 21.32878222 -157.94062430 53 102 +111 21.32816969 -157.94062150 53 102 +111 21.32816962 -157.94044945 53 102 +112 21.32792207 -157.94019618 21.32772143 -157.94018613 +111 21.32792207 -157.94019618 53 102 +111 21.32770947 -157.94019784 +112 21.32770947 -157.94019784 21.32754896 -157.94021651 53 102 +111 21.32748678 -157.94041724 +111 21.32748417 -157.93976247 53 102 +112 21.32770453 -157.93997808 21.32786511 -157.94000541 +111 21.32770453 -157.93997808 53 102 +111 21.32791298 -157.93997771 +112 21.32791298 -157.93997771 21.32814705 -157.93994899 53 102 +111 21.32816708 -157.93967853 53 102 +111 21.32816750 -157.93880113 53 102 +112 21.32793526 -157.93855190 21.32776312 -157.93853452 +111 21.32793526 -157.93855190 53 102 +111 21.32773316 -157.93855324 +112 21.32773316 -157.93855324 21.32754336 -157.93856745 53 102 +111 21.32748512 -157.93877959 +111 21.32748512 -157.93811167 53 102 +112 21.32771449 -157.93833636 21.32788516 -157.93834900 +111 21.32771449 -157.93833636 53 102 +111 21.32790372 -157.93834252 +112 21.32790372 -157.93834252 21.32809058 -157.93833462 53 102 +111 21.32816177 -157.93811167 53 102 +111 21.32816847 -157.93683699 53 102 +112 21.32791825 -157.93654598 21.32769892 -157.93651865 +111 21.32791825 -157.93654598 53 102 +111 21.32771237 -157.93655017 +112 21.32771237 -157.93655017 21.32757529 -157.93656278 53 102 +111 21.32748817 -157.93676983 +111 21.32748556 -157.93611786 53 102 +112 21.32770191 -157.93632772 21.32783703 -157.93633823 +111 21.32770191 -157.93632772 53 102 +111 21.32793128 -157.93634031 53 102 +112 21.32821018 -157.93646483 21.32834530 -157.93658676 53 102 +111 21.32837699 -157.93680621 53 102 +111 21.32837699 -157.93808216 +112 21.32837699 -157.93808216 21.32843173 -157.93831440 53 102 +111 21.32864807 -157.93833119 53 102 +111 21.33097550 -157.93830457 53 102 +113 21.33097508 -157.94295539 +110 1 0.25 10.0000 Apron +111 21.33146712 -157.91902444 +111 21.33060619 -157.91979993 +111 21.33049811 -157.91967139 +111 21.33071354 -157.91948638 +111 21.33067969 -157.91916590 +111 21.32832566 -157.91958953 +111 21.32854571 -157.91681664 +111 21.32894787 -157.91742425 +111 21.32959447 -157.91763503 +111 21.33096892 -157.91739881 +111 21.33095272 -157.91733039 +111 21.33105017 -157.91731885 +111 21.33102309 -157.91707536 +111 21.33065343 -157.91693516 +111 21.33047850 -157.91695515 +111 21.33038940 -157.91647160 +111 21.33139729 -157.91690540 +113 21.33171345 -157.91899885 +111 21.33109722 -157.91850452 +111 21.33102727 -157.91802395 +111 21.33123012 -157.91797593 +111 21.33120074 -157.91781370 +111 21.33106085 -157.91778067 +111 21.33103287 -157.91760346 +111 21.33055444 -157.91768455 +111 21.33075589 -157.91902413 +111 21.33143575 -157.91889798 +113 21.33136861 -157.91846247 +110 1 0.25 10.0000 Apron +111 21.33190681 -157.92188495 +111 21.33175980 -157.92192154 +111 21.33176260 -157.92203867 +111 21.33168986 -157.92205970 +111 21.33180177 -157.92260934 +111 21.33204518 -157.92260634 +111 21.33173074 -157.92284691 +111 21.33167842 -157.92248679 +111 21.33113984 -157.92258591 +111 21.33111830 -157.92246036 +111 21.32900975 -157.92285171 +111 21.32853515 -157.92349817 +111 21.32857868 -157.92121926 +111 21.33087358 -157.92078674 +111 21.33085203 -157.92026803 +111 21.33172647 -157.92061615 +111 21.33177629 -157.92106552 +111 21.33154687 -157.92109556 +111 21.33152729 -157.92106252 +111 21.33145734 -157.92106552 +111 21.33131185 -157.92082524 +111 21.33100969 -157.92088231 +111 21.33121953 -157.92220687 +111 21.33162521 -157.92213478 +111 21.33159163 -157.92189150 +113 21.33189380 -157.92179238 +110 1 0.25 90.0000 Hot Cargo +111 21.32206961 -157.94015047 +111 21.32206833 -157.94066200 +112 21.32164133 -157.94045965 21.32146116 -157.94025154 +111 21.32148250 -157.94002851 +111 21.32148259 -157.93977345 +112 21.32138565 -157.93963933 21.32132238 -157.93962828 +111 21.32138565 -157.93963933 +111 21.32125899 -157.93964004 +112 21.32125899 -157.93964004 21.32115747 -157.93964636 +111 21.32112359 -157.93976491 +111 21.32107200 -157.93976248 +111 21.32107405 -157.93751484 +112 21.32101747 -157.93745117 21.32097426 -157.93745225 +111 21.32095945 -157.93749479 +111 21.32096857 -157.93816694 +111 21.32032879 -157.93817387 +111 21.32032232 -157.93686968 +112 21.32042788 -157.93663940 21.32051078 -157.93658957 +111 21.32042788 -157.93663940 +111 21.32038956 -157.93650000 +111 21.32036365 -157.93645239 +111 21.32029142 -157.93617836 +111 21.32035248 -157.93605437 +111 21.32105444 -157.93579916 +111 21.32133198 -157.93576530 +111 21.32139821 -157.93576530 +112 21.32148652 -157.93565340 21.32148065 -157.93558192 +111 21.32148652 -157.93565340 +111 21.32147706 -157.93516926 +112 21.32170573 -157.93470378 21.32191686 -157.93450792 +111 21.32209114 -157.93454751 +111 21.32210008 -157.93505358 +112 21.32197222 -157.93517603 21.32196440 -157.93528515 +111 21.32197222 -157.93517603 +111 21.32196592 -157.93606643 +112 21.32196592 -157.93606643 21.32196787 -157.93619677 +111 21.32208275 -157.93621931 +111 21.32207855 -157.93674654 +112 21.32196907 -157.93688574 21.32196124 -157.93698875 +111 21.32196907 -157.93688574 +111 21.32196592 -157.93833541 +112 21.32196592 -157.93833541 21.32196737 -157.93845329 +111 21.32208695 -157.93848103 +111 21.32208958 -157.93899905 +112 21.32196510 -157.93918694 21.32195976 -157.93934365 +111 21.32196510 -157.93918694 +111 21.32196276 -157.94000788 +114 21.32196276 -157.94000788 21.32196668 -157.94012561 +111 21.32163128 -157.93605881 +111 21.32183198 -157.93606161 +111 21.32182677 -157.93519702 +113 21.32163128 -157.93520262 +111 21.32163131 -157.93831278 +111 21.32183426 -157.93831087 +111 21.32183248 -157.93692317 +113 21.32162953 -157.93692126 +111 21.32161707 -157.94000845 +111 21.32181824 -157.94000654 +111 21.32182002 -157.93915037 +113 21.32161885 -157.93915037 +111 21.32149670 -157.93758532 +112 21.32138635 -157.93746528 21.32129410 -157.93746007 +111 21.32138635 -157.93746528 +111 21.32124216 -157.93746686 +112 21.32124216 -157.93746686 21.32116771 -157.93746860 +111 21.32113476 -157.93756636 +111 21.32112004 -157.93944871 +112 21.32125988 -157.93957045 21.32137661 -157.93956784 +111 21.32125988 -157.93957045 +111 21.32138341 -157.93957190 +112 21.32138341 -157.93957190 21.32145272 -157.93956668 +113 21.32148198 -157.93945345 +111 21.32047877 -157.93727654 +111 21.32047656 -157.93734062 +111 21.32080598 -157.93734181 +113 21.32080598 -157.93727179 +111 21.32107362 -157.93607485 +112 21.32107362 -157.93607485 21.32104419 -157.93590829 +111 21.32089116 -157.93593495 +111 21.32083121 -157.93595733 +111 21.32093026 -157.93630148 +111 21.32044489 -157.93647371 +111 21.32048756 -157.93662060 +111 21.32054936 -157.93661586 +111 21.32073474 -157.93661112 +112 21.32073474 -157.93661112 21.32094073 -157.93660251 +111 21.32096721 -157.93685751 +111 21.32096058 -157.93735145 +112 21.32101980 -157.93739412 21.32106180 -157.93739412 +113 21.32107756 -157.93734554 +111 21.32149528 -157.93596549 +112 21.32136532 -157.93583554 21.32127809 -157.93584127 +111 21.32136532 -157.93583554 +111 21.32127453 -157.93583554 +112 21.32127453 -157.93583554 21.32116771 -157.93583745 +111 21.32113388 -157.93597314 +111 21.32114101 -157.93729178 +112 21.32124960 -157.93739115 21.32132972 -157.93739497 +111 21.32124960 -157.93739115 +111 21.32139025 -157.93738924 +112 21.32139025 -157.93738924 21.32146502 -157.93737969 +113 21.32148282 -157.93728222 +110 2 0.25 10.0000 Pad +111 21.33523300 -157.92368540 +111 21.33533794 -157.92433595 +111 21.33286706 -157.92478297 +111 21.33267748 -157.92502647 +111 21.33208166 -157.92509189 +111 21.33204104 -157.92474663 +113 21.33251160 -157.92412880 +110 2 0.25 10.0000 Pad +111 21.33495413 -157.92656084 +111 21.33484469 -157.92683873 +111 21.33472135 -157.92677718 +113 21.33483079 -157.92650675 +110 2 0.25 10.0000 Pad +111 21.33520777 -157.92646572 +111 21.33525120 -157.92675853 +111 21.33508790 -157.92678464 +113 21.33503926 -157.92649743 +110 2 0.25 10.0000 Pad +111 21.33552047 -157.92641164 +111 21.33556216 -157.92669885 +111 21.33543013 -157.92672123 +113 21.33538496 -157.92643588 +110 2 0.25 10.0000 Pad +111 21.33586474 -157.92634823 +111 21.33590643 -157.92663731 +111 21.33573618 -157.92667088 +113 21.33569275 -157.92638180 +110 2 0.25 10.0000 Pad +111 21.33618265 -157.92628668 +111 21.33622781 -157.92657949 +111 21.33608015 -157.92660747 +113 21.33603672 -157.92631652 +110 2 0.25 10.0000 Pad +111 21.33651967 -157.92622887 +111 21.33656310 -157.92651981 +111 21.33639285 -157.92654592 +113 21.33634942 -157.92625684 +110 2 0.25 10.0000 Pad +111 21.33682775 -157.92617311 +111 21.33687862 -157.92645983 +111 21.33673873 -157.92648440 +113 21.33669549 -157.92619496 +110 2 0.25 10.0000 Pad +111 21.33717366 -157.92610758 +111 21.33722453 -157.92639429 +111 21.33704903 -157.92642706 +113 21.33700579 -157.92614035 +110 2 0.25 10.0000 Pad +111 21.33747633 -157.92605570 +111 21.33752466 -157.92633968 +111 21.33739240 -157.92636426 +113 21.33735170 -157.92608027 +110 2 0.25 10.0000 Pad +111 21.33782224 -157.92599562 +111 21.33786548 -157.92627961 +111 21.33769761 -157.92630691 +113 21.33765692 -157.92602839 +110 2 0.25 10.0000 Pad +111 21.33812746 -157.92588640 +111 21.33817070 -157.92617584 +111 21.33803589 -157.92620315 +113 21.33799011 -157.92591097 +110 2 0.25 10.0000 Pad +111 21.33669040 -157.92500715 +111 21.33672347 -157.92522286 +111 21.33652508 -157.92525836 +113 21.33648693 -157.92503718 +110 2 0.25 10.0000 Pad +111 21.33797024 -157.92414296 +111 21.33803729 -157.92458730 +111 21.33595128 -157.92496981 +111 21.33600817 -157.92533201 +111 21.33594112 -157.92534194 +111 21.33588331 -157.92498448 +111 21.33546248 -157.92505647 +111 21.33545554 -157.92499193 +111 21.33572608 -157.92495221 +111 21.33570064 -157.92476107 +111 21.33542780 -157.92480327 +111 21.33542086 -157.92474369 +111 21.33568908 -157.92469405 +113 21.33567752 -157.92457490 +110 2 0.25 90.0000 Pad +111 21.32664828 -157.92663832 +112 21.32677977 -157.92666334 21.32683889 -157.92679224 +111 21.32677977 -157.92666334 +111 21.32677904 -157.92740075 +112 21.32677904 -157.92740075 21.32676739 -157.92755071 +111 21.32666856 -157.92747177 +113 21.32666821 -157.92698578 +110 2 0.25 90.0000 Pad +111 21.32678329 -157.92594181 +111 21.32676370 -157.92597785 +111 21.32662661 -157.92589376 +111 21.32667137 -157.92581867 +111 21.32667357 -157.92352047 +111 21.32675976 -157.92337154 +113 21.32677868 -157.92342343 +110 2 0.25 90.0000 Pad +111 21.32754221 -157.92433411 +111 21.32720866 -157.92518265 +111 21.32714091 -157.92529827 +112 21.32714091 -157.92529827 21.32705053 -157.92538122 +111 21.32701236 -157.92527590 +111 21.32701062 -157.92472947 +111 21.32706795 -157.92405064 +112 21.32730421 -157.92383431 21.32751511 -157.92383548 +113 21.32753526 -157.92402454 +111 21.32743449 -157.92430070 +111 21.32743449 -157.92404979 +112 21.32730657 -157.92394806 21.32721655 -157.92394298 +111 21.32718338 -157.92404640 +111 21.32712179 -157.92476693 +113 21.32712337 -157.92507380 +110 2 0.25 90.0000 Pad +111 21.32761500 -157.92512158 +111 21.32761346 -157.92622285 +111 21.32748909 -157.92714574 +112 21.32730850 -157.92731112 21.32716433 -157.92731535 +111 21.32713086 -157.92717637 +111 21.32702659 -157.92651924 +111 21.32707872 -157.92599556 +111 21.32733093 -157.92539599 +111 21.32748463 -157.92508811 +114 21.32748463 -157.92508811 21.32756679 -157.92499169 +111 21.32750079 -157.92619486 +111 21.32749905 -157.92526800 +111 21.32718809 -157.92604007 +111 21.32714640 -157.92652495 +111 21.32724021 -157.92714597 +112 21.32737919 -157.92712359 21.32743130 -157.92698745 +113 21.32737919 -157.92712359 +110 2 0.25 90.0000 Pad +111 21.33111830 -157.92246036 +111 21.33113984 -157.92258591 +111 21.33167842 -157.92248679 +111 21.33173074 -157.92284691 +111 21.33136143 -157.92312444 +111 21.32986700 -157.92341716 +111 21.32958602 -157.92357707 +111 21.32938290 -157.92381693 +111 21.32923733 -157.92412221 +111 21.32922717 -157.92434026 +111 21.32922764 -157.92540905 +111 21.32931073 -157.92573943 +111 21.32947692 -157.92594758 +111 21.32976621 -157.92604669 +111 21.32930765 -157.92640795 +111 21.32914454 -157.92701586 +111 21.32853379 -157.92644786 +111 21.32853515 -157.92349817 +113 21.32900975 -157.92285171 +110 2 0.25 10.0000 Pad +111 21.33162521 -157.92213478 +111 21.33121953 -157.92220687 +111 21.33100969 -157.92088231 +111 21.33131185 -157.92082524 +111 21.33145734 -157.92106552 +111 21.33152729 -157.92106252 +111 21.33154687 -157.92109556 +111 21.33177629 -157.92106552 +111 21.33189380 -157.92179238 +113 21.33159163 -157.92189150 +110 2 0.25 10.0000 Pad +111 21.33067969 -157.91916590 +111 21.33071354 -157.91948638 +111 21.33049811 -157.91967139 +111 21.33060619 -157.91979993 +111 21.33056855 -157.91983894 +111 21.33062121 -157.92015239 +111 21.33085203 -157.92026803 +111 21.33087358 -157.92078674 +111 21.32857868 -157.92121926 +113 21.32832566 -157.91958953 +110 2 0.25 90.0000 Pad +111 21.33143575 -157.91889798 +111 21.33075589 -157.91902413 +111 21.33055444 -157.91768455 +111 21.33103287 -157.91760346 +111 21.33106085 -157.91778067 +111 21.33120074 -157.91781370 +111 21.33123012 -157.91797593 +111 21.33102727 -157.91802395 +111 21.33109722 -157.91850452 +113 21.33136861 -157.91846247 +110 2 0.25 90.0000 Pad +111 21.32762479 -157.91811335 +111 21.32781859 -157.91810674 +111 21.32782074 -157.91887983 +111 21.32762372 -157.91887983 +111 21.32749120 -157.91888269 +111 21.32748840 -157.91881061 +111 21.32754995 -157.91881361 +111 21.32755555 -157.91873552 +111 21.32758632 -157.91874153 +111 21.32759192 -157.91851927 +113 21.32762549 -157.91851627 +110 2 0.25 90.0000 Pad +111 21.32854709 -157.91378619 +111 21.32902770 -157.91394406 +111 21.32901914 -157.91493817 +111 21.32908593 -157.91493730 +111 21.32907933 -157.91488293 +111 21.32925776 -157.91488530 +111 21.32936218 -157.91493478 +111 21.32946973 -157.91496960 +111 21.32944269 -157.91625627 +111 21.32962293 -157.91652231 +111 21.32992032 -157.91656101 +111 21.33038940 -157.91647160 +111 21.33047850 -157.91695515 +111 21.33065343 -157.91693516 +111 21.33102309 -157.91707536 +111 21.33105017 -157.91731885 +111 21.33095272 -157.91733039 +111 21.33096892 -157.91739881 +111 21.32959447 -157.91763503 +111 21.32894787 -157.91742425 +113 21.32854571 -157.91681664 +110 2 0.25 55.0000 Pad +111 21.33097293 -157.91029712 +111 21.33119384 -157.91048156 +111 21.33122326 -157.91045968 +111 21.33137818 -157.91058627 +111 21.32902770 -157.91394406 +113 21.32854709 -157.91378619 +110 2 0.25 90.0000 Pad +111 21.32783844 -157.91362789 +111 21.32763106 -157.91362743 +111 21.32762590 -157.91348701 +111 21.32755596 -157.91348401 +111 21.32755596 -157.91326775 +111 21.32749441 -157.91326775 +111 21.32748881 -157.91319567 +111 21.32741887 -157.91319567 +111 21.32741887 -157.91312659 +111 21.32720623 -157.91312960 +111 21.32720623 -157.91311758 +111 21.32711391 -157.91313260 +111 21.32709152 -157.91291334 +111 21.32769585 -157.91280822 +111 21.32772662 -157.91302447 +113 21.32783014 -157.91302147 +110 2 0.25 52.8600 Pad +111 21.31501649 -157.91957549 +111 21.31528198 -157.91977983 +111 21.31495187 -157.92024808 +111 21.31395840 -157.91946605 +111 21.31379439 -157.91970980 +111 21.31352842 -157.91950162 +111 21.31386102 -157.91902151 +111 21.31409042 -157.91918617 +111 21.31416570 -157.91908761 +113 21.31493907 -157.91969552 +110 2 0.25 52.8600 Pad +111 21.31747782 -157.91726416 +111 21.31785709 -157.91756749 +111 21.31559510 -157.92075731 +111 21.31501605 -157.92029932 +111 21.31669650 -157.91790423 +113 21.31694123 -157.91809753 +110 2 0.25 52.8600 Pad +111 21.31990622 -157.91464869 +111 21.31959083 -157.91439138 +111 21.31969516 -157.91423521 +111 21.31973276 -157.91425596 +111 21.31979543 -157.91415014 +111 21.31987153 -157.91419502 +111 21.32038561 -157.91347729 +111 21.32046446 -157.91353146 +111 21.32052438 -157.91344682 +111 21.32056854 -157.91347390 +111 21.32095646 -157.91290513 +111 21.32107105 -157.91300437 +111 21.32104208 -157.91304624 +111 21.32107283 -157.91306882 +111 21.32099676 -157.91318870 +111 21.32096925 -157.91316437 +111 21.32095306 -157.91318001 +111 21.32093040 -157.91316264 +111 21.32081550 -157.91331378 +111 21.32083815 -157.91332595 +111 21.32082521 -157.91334853 +111 21.32085757 -157.91337285 +111 21.32079122 -157.91348404 +111 21.32075885 -157.91347014 +111 21.32074590 -157.91349273 +111 21.32070382 -157.91346667 +111 21.32058891 -157.91364214 +111 21.32064070 -157.91368210 +111 21.32056464 -157.91379155 +111 21.32051446 -157.91375333 +111 21.32039146 -157.91392359 +111 21.32040927 -157.91394096 +111 21.32039794 -157.91396528 +111 21.32042383 -157.91398266 +111 21.32035586 -157.91409906 +111 21.32032349 -157.91408342 +111 21.32031054 -157.91409559 +111 21.32027769 -157.91407960 +111 21.32017945 -157.91423110 +111 21.32019887 -157.91424152 +111 21.32017945 -157.91426237 +111 21.32021182 -157.91429017 +111 21.32013089 -157.91440483 +111 21.32010338 -157.91437530 +111 21.32008881 -157.91440309 +111 21.32006130 -157.91437877 +111 21.32001275 -157.91445521 +111 21.31997552 -157.91442568 +111 21.31995610 -157.91446564 +113 21.32001436 -157.91450907 +110 2 0.25 52.8600 Pad +111 21.31940045 -157.91440019 +111 21.31977125 -157.91467826 +111 21.31786648 -157.91737715 +111 21.31735855 -157.91696823 +111 21.31890268 -157.91481456 +113 21.31903982 -157.91491816 +110 2 0.25 52.8600 Pad +111 21.31912630 -157.91424893 +111 21.31933793 -157.91442023 +111 21.31918528 -157.91465112 +113 21.31896325 -157.91449099 +110 2 0.25 52.8600 Pad +111 21.32142124 -157.91314203 +111 21.32175429 -157.91339899 +111 21.32154960 -157.91368203 +113 21.32122696 -157.91341761 +110 2 0.25 45.0000 Pad +111 21.32403148 -157.94193213 +111 21.32420469 -157.94212021 +111 21.32421753 -157.94213415 +111 21.32406875 -157.94228964 +111 21.32401428 -157.94223176 +113 21.32388069 -157.94208979 +110 1 0.25 0.0000 Pad +111 21.32284025 -157.94246852 +111 21.32273024 -157.94246918 +111 21.32275020 -157.94094334 +111 21.32160839 -157.94103798 +112 21.32160839 -157.94103798 21.32131856 -157.94105690 +111 21.32116343 -157.94129934 +112 21.32100391 -157.94174545 21.32088249 -157.94189471 +111 21.32100391 -157.94174545 +112 21.32100391 -157.94174545 21.32095887 -157.94187368 +111 21.32102070 -157.94209694 +112 21.32098543 -157.94271392 21.32067265 -157.94298608 +111 21.32038683 -157.94259262 +112 21.32068487 -157.94197977 21.32114220 -157.94185514 +111 21.32068487 -157.94197977 +112 21.32092415 -157.94175446 21.32096527 -157.94166197 +111 21.32092415 -157.94175446 +111 21.32108786 -157.94131736 +112 21.32158321 -157.94096588 21.32193179 -157.94091542 +111 21.32158321 -157.94096588 +111 21.32275440 -157.94085322 +112 21.32263686 -157.94066846 21.32251033 -157.94062740 +111 21.32263686 -157.94066846 +111 21.32206833 -157.94066200 +111 21.32206961 -157.94015047 +111 21.32261168 -157.94015025 +112 21.32275440 -157.94001957 21.32275677 -157.93991782 +111 21.32275440 -157.94001957 +111 21.32276280 -157.93917240 +112 21.32262007 -157.93899666 21.32249059 -157.93898797 +111 21.32262007 -157.93899666 +111 21.32208958 -157.93899905 +111 21.32208695 -157.93847234 +111 21.32262847 -157.93849487 +112 21.32277119 -157.93833715 21.32278252 -157.93819643 +111 21.32277119 -157.93833715 +111 21.32277539 -157.93691769 +112 21.32264946 -157.93673744 21.32253730 -157.93672024 +111 21.32264946 -157.93673744 +111 21.32207855 -157.93674654 +111 21.32208275 -157.93621931 +111 21.32262007 -157.93622833 +112 21.32276636 -157.93608618 21.32277526 -157.93598298 +111 21.32276636 -157.93608618 +111 21.32277539 -157.93525048 +112 21.32266625 -157.93505867 21.32255725 -157.93502560 +111 21.32266625 -157.93505867 +111 21.32210008 -157.93505358 +111 21.32209114 -157.93454751 +111 21.32254451 -157.93453849 +112 21.32276280 -157.93440331 21.32277227 -157.93427358 +111 21.32276280 -157.93440331 +111 21.32278000 -157.92810627 +111 21.32290364 -157.92810162 +111 21.32289473 -157.93445037 +111 21.32289440 -157.93513485 +111 21.32289392 -157.93614532 +111 21.32289360 -157.93682749 +111 21.32289285 -157.93838547 +111 21.32289025 -157.93907657 +111 21.32289150 -157.93999232 +111 21.32288906 -157.94082072 +113 21.32288842 -157.94174239 +110 2 0.25 143.0000 Pad +111 21.32116326 -157.91038227 +111 21.32094574 -157.91070589 +111 21.32107931 -157.91083289 +111 21.32089834 -157.91108753 +111 21.32025119 -157.91056252 +111 21.32063663 -157.91002997 +111 21.32094956 -157.91028395 +113 21.32098009 -157.91023070 +110 1 0.25 90.0000 Pad +111 21.33172729 -157.94789296 +111 21.33172739 -157.94797925 +111 21.33159372 -157.94798086 +111 21.33137038 -157.94924226 +111 21.33137523 -157.94933434 +111 21.33167438 -157.94930394 +111 21.33177426 -157.94956673 +111 21.33169592 -157.94966134 +111 21.33164640 -157.94966383 +111 21.33165280 -157.95078335 +111 21.33160247 -157.95078340 +111 21.33160372 -157.95098681 +111 21.33146794 -157.95098921 +111 21.33146794 -157.95094056 +111 21.33138540 -157.95093361 +111 21.33133847 -157.95125330 +111 21.33106009 -157.95125330 +111 21.33105862 -157.95146148 +111 21.33099374 -157.95146354 +111 21.33099374 -157.95172068 +111 21.33111674 -157.95172068 +111 21.33112321 -157.95227531 +111 21.33106009 -157.95227682 +111 21.33105615 -157.95274230 +112 21.33105615 -157.95274230 21.33105158 -157.95282174 +111 21.33100113 -157.95282225 +111 21.33094857 -157.95282259 +111 21.33095640 -157.95132906 +111 21.33057406 -157.95133925 +111 21.33035997 -157.95133024 +111 21.33044853 -157.95076493 +111 21.33060035 -157.95076298 +111 21.33060049 -157.95059256 +111 21.33062916 -157.95059256 +111 21.33095993 -157.95058540 +111 21.33095751 -157.95022042 +111 21.33080692 -157.95022320 +111 21.33088727 -157.94968503 +111 21.33091258 -157.94968959 +111 21.33101909 -157.94908723 +111 21.33108791 -157.94867170 +111 21.33118252 -157.94806533 +113 21.33121120 -157.94790528 +110 1 0.25 90.0000 Pad +111 21.33083471 -157.94357743 +111 21.33086597 -157.94340037 +111 21.33097504 -157.94339920 +111 21.33097508 -157.94295539 +111 21.33097550 -157.93830457 +111 21.32864807 -157.93833119 +111 21.32864990 -157.93819090 +111 21.33116205 -157.93817554 +111 21.33116673 -157.93902102 +111 21.33163869 -157.93903083 +111 21.33164250 -157.93863754 +111 21.33222257 -157.93864164 +111 21.33239048 -157.93876864 +111 21.33238666 -157.93901854 +111 21.33242101 -157.93902264 +111 21.33273653 -157.93955893 +111 21.33273890 -157.93969375 +111 21.33293056 -157.94005752 +111 21.33254906 -157.94031954 +111 21.33254511 -157.94127252 +111 21.33224527 -157.94309233 +112 21.33230793 -157.94313858 21.33235207 -157.94313715 +111 21.33236276 -157.94309864 +111 21.33236472 -157.94252890 +111 21.33256839 -157.94252049 +111 21.33257230 -157.94257515 +111 21.33251943 -157.94257515 +111 21.33251943 -157.94262141 +111 21.33248428 -157.94262151 +111 21.33248614 -157.94258567 +112 21.33245089 -157.94256254 21.33242012 -157.94256254 +111 21.33241172 -157.94259828 +111 21.33240862 -157.94310613 +112 21.33244306 -157.94314278 21.33247382 -157.94314278 +111 21.33244306 -157.94314278 +111 21.33310055 -157.94312661 +111 21.33310105 -157.94319745 +111 21.33267610 -157.94321216 +112 21.33267610 -157.94321216 21.33263834 -157.94321290 +111 21.33263281 -157.94324981 +111 21.33263301 -157.94329205 +111 21.33260168 -157.94329300 +111 21.33259972 -157.94325211 +112 21.33256643 -157.94321637 21.33253348 -157.94321563 +111 21.33256643 -157.94321637 +111 21.33221197 -157.94323529 +111 21.33212973 -157.94377349 +112 21.33219239 -157.94385548 21.33224730 -157.94385390 +111 21.33219239 -157.94385548 +111 21.33256481 -157.94384222 +111 21.33256353 -157.94377915 +111 21.33264348 -157.94377495 +111 21.33264280 -157.94384286 +111 21.33333950 -157.94381456 +112 21.33333950 -157.94381456 21.33344146 -157.94380761 +111 21.33344329 -157.94367791 +111 21.33351966 -157.94368001 +111 21.33351379 -157.94388604 +111 21.33217390 -157.94392953 +112 21.33217390 -157.94392953 21.33210180 -157.94393427 +111 21.33209366 -157.94400020 +111 21.33194909 -157.94490404 +111 21.33201291 -157.94505614 +111 21.33211069 -157.94505916 +111 21.33211457 -157.94508269 +111 21.33222798 -157.94508033 +111 21.33223354 -157.94610674 +111 21.33223577 -157.94651759 +111 21.33175856 -157.94652717 +111 21.33173134 -157.94459323 +111 21.33219463 -157.94181799 +111 21.33194962 -157.94177321 +111 21.33163944 -157.94176762 +111 21.33116766 -157.94192711 +111 21.33109874 -157.94284124 +111 21.33121898 -157.94284062 +113 21.33111698 -157.94357047 +110 2 0.25 0.0000 Pad +111 21.33496431 -157.94455411 +111 21.33497095 -157.94475208 +111 21.33497554 -157.94543842 +111 21.33433694 -157.94544679 +113 21.33432425 -157.94458503 +110 2 0.25 0.0000 Pad +111 21.33470569 -157.94555295 +111 21.33470829 -157.94601186 +111 21.33417917 -157.94602585 +113 21.33417917 -157.94556694 +110 2 0.25 0.0000 Pad +111 21.33698037 -157.94550824 +111 21.33697773 -157.94599222 +111 21.33477328 -157.94601609 +111 21.33476183 -157.94555723 +113 21.33497173 -157.94554904 +110 2 0.25 45.0000 Pad +111 21.33137065 -157.96095671 +111 21.33139671 -157.96107770 +111 21.33134979 -157.96118057 +111 21.33126637 -157.96124352 +111 21.33116734 -157.96123653 +111 21.33111521 -157.96118057 +111 21.33115952 -157.96112180 +111 21.33092537 -157.96086512 +111 21.33100573 -157.96077483 +111 21.33108653 -157.96073286 +113 21.33117255 -157.96074405 +110 1 0.00 90.0000 Pad +111 21.33022917 -157.94340715 +111 21.33019855 -157.94360020 +111 21.32887719 -157.94362711 +111 21.32887848 -157.94388017 +111 21.32812846 -157.94388321 +111 21.32813224 -157.94363230 +111 21.32775023 -157.94363384 +113 21.32775007 -157.94343356 +110 2 0.25 0.0000 Pad +111 21.33154120 -157.96165905 +111 21.33109550 -157.96215036 +111 21.33016866 -157.96111963 +111 21.33013431 -157.96114831 +111 21.32986556 -157.96084492 +111 21.32978188 -157.96084492 +111 21.32889211 -157.96183749 +111 21.32839245 -157.96130338 +111 21.32838851 -157.96210245 +111 21.32824761 -157.96209140 +111 21.32825277 -157.96115407 +111 21.32808697 -157.96097683 +111 21.32783420 -157.96070664 +111 21.32783231 -157.95902964 +111 21.32936770 -157.95901756 +111 21.32937171 -157.95962040 +111 21.33054844 -157.95960072 +113 21.33054844 -157.96058599 +110 2 0.25 45.0000 Pad +111 21.33452573 -157.95718001 +111 21.33404318 -157.95772852 +112 21.33375692 -157.95772223 21.33362009 -157.95758481 +111 21.33375692 -157.95772223 +112 21.33369742 -157.95756763 21.33369502 -157.95747364 +111 21.33374746 -157.95742428 +111 21.33383262 -157.95732324 +111 21.33344784 -157.95688985 +111 21.33383608 -157.95646572 +111 21.33422716 -157.95688557 +112 21.33440063 -157.95681108 21.33450487 -157.95680726 +111 21.33455160 -157.95687566 +114 21.33455160 -157.95687566 21.33466657 -157.95701807 +111 21.33389677 -157.95754569 +111 21.33400035 -157.95766037 +111 21.33447294 -157.95710090 +113 21.33438460 -157.95701759 +110 2 0.25 45.0000 Pad +111 21.33355117 -157.95827703 +111 21.33306863 -157.95882553 +112 21.33277425 -157.95881432 21.33263742 -157.95867691 +111 21.33277425 -157.95881432 +112 21.33272427 -157.95867192 21.33272186 -157.95857794 +111 21.33276345 -157.95851452 +111 21.33285807 -157.95841633 +111 21.33247645 -157.95798633 +111 21.33286178 -157.95754469 +111 21.33325230 -157.95797617 +112 21.33341143 -157.95788918 21.33351567 -157.95788536 +111 21.33356138 -157.95795586 +114 21.33356138 -157.95795586 21.33367635 -157.95809826 +111 21.33292222 -157.95864271 +111 21.33302580 -157.95875739 +111 21.33349838 -157.95819792 +113 21.33340613 -157.95810409 +110 2 0.25 45.0000 Pad +111 21.33222368 -157.96126073 +112 21.33221977 -157.96107152 21.33227852 -157.96097214 +111 21.33221977 -157.96107152 +111 21.33263816 -157.96059329 +111 21.33257306 -157.96052217 +111 21.33245133 -157.96038773 +112 21.33224577 -157.96037626 21.33217066 -157.96029513 +111 21.33224144 -157.96017141 +111 21.33204834 -157.95994608 +111 21.33197605 -157.95995876 +111 21.33177548 -157.95975230 +111 21.33183102 -157.95968287 +111 21.33179208 -157.95963984 +111 21.33178807 -157.95959908 +111 21.33188462 -157.95950444 +111 21.33150262 -157.95908083 +111 21.33188462 -157.95864369 +111 21.33227759 -157.95905644 +112 21.33243188 -157.95897683 21.33250633 -157.95897335 +111 21.33243188 -157.95897683 +112 21.33243188 -157.95897683 21.33249389 -157.95897552 +112 21.33258368 -157.95903595 21.33261704 -157.95907199 +111 21.33258368 -157.95903595 +112 21.33258368 -157.95903595 21.33261772 -157.95907641 +112 21.33264595 -157.95923344 21.33264109 -157.95929610 +111 21.33259164 -157.95936601 +111 21.33322057 -157.96007264 +111 21.33256120 -157.96081094 +111 21.33256357 -157.96088726 +113 21.33249320 -157.96096459 +111 21.33252913 -157.95929979 +111 21.33242882 -157.95919497 +111 21.33229506 -157.95934144 +113 21.33239003 -157.95944052 +111 21.33227099 -157.95936585 +111 21.33220009 -157.95944482 +111 21.33227232 -157.95952093 +113 21.33234455 -157.95943764 +111 21.33215021 -157.95949779 +111 21.33194458 -157.95972853 +111 21.33202292 -157.95981472 +113 21.33223050 -157.95958819 +110 1 0.25 80.0000 Pad +111 21.32931132 -157.95360470 +111 21.33002525 -157.95362316 +111 21.33002131 -157.95506841 +111 21.32997181 -157.95506841 +111 21.32997472 -157.95544345 +111 21.32991326 -157.95544345 +111 21.32990744 -157.95580634 +111 21.32985114 -157.95580772 +111 21.32985405 -157.95614456 +111 21.32980126 -157.95646794 +111 21.32921186 -157.95711904 +111 21.32848851 -157.95806876 +111 21.32850237 -157.95790022 +111 21.32836846 -157.95695342 +111 21.32727456 -157.95677034 +111 21.32717788 -157.95734515 +111 21.32776801 -157.95797772 +111 21.32695953 -157.95785627 +111 21.32712927 -157.95690713 +111 21.32683924 -157.95690492 +111 21.32672094 -157.95727362 +111 21.32625536 -157.95708108 +111 21.32652631 -157.95635596 +111 21.32688122 -157.95653622 +111 21.32719867 -157.95651562 +111 21.32738114 -157.95547107 +111 21.32714454 -157.95543420 +111 21.32742312 -157.95378303 +111 21.32685451 -157.95370929 +111 21.32673239 -157.95352494 +111 21.32685451 -157.95285717 +111 21.32675528 -157.95268511 +111 21.32684687 -157.95220580 +111 21.32759867 -157.95236966 +111 21.32803753 -157.94999422 +111 21.32825124 -157.95003109 +111 21.32854106 -157.94831644 +111 21.32833327 -157.94827183 +111 21.32838868 -157.94796945 +111 21.32853182 -157.94798928 +111 21.32858262 -157.94795458 +111 21.32858939 -157.94789345 +111 21.32853767 -157.94789510 +111 21.32853644 -157.94778604 +111 21.32751133 -157.94780587 +111 21.32752009 -157.94621350 +111 21.32759483 -157.94629252 +111 21.32759787 -157.94616780 +111 21.32763344 -157.94613287 +111 21.32800662 -157.94653082 +111 21.32848953 -157.94704580 +111 21.32906453 -157.94767711 +111 21.32948014 -157.94813341 +111 21.32957292 -157.94824482 +111 21.32954170 -157.94840869 +111 21.32897348 -157.94830856 +111 21.32841196 -157.95170402 +111 21.32888949 -157.95178226 +111 21.32897735 -157.95185922 +111 21.32873440 -157.95199345 +111 21.32860300 -157.95344871 +111 21.32872593 -157.95343672 +111 21.32872034 -157.95368863 +111 21.32863094 -157.95370063 +111 21.32879297 -157.95642376 +113 21.32925113 -157.95641177 +111 21.32796250 -157.95433596 +111 21.32796734 -157.95458177 +111 21.32799719 -157.95458064 +111 21.32800224 -157.95488400 +111 21.32805942 -157.95488626 +111 21.32805712 -157.95501988 +111 21.32827642 -157.95501041 +111 21.32827495 -157.95488175 +111 21.32833466 -157.95487768 +111 21.32833781 -157.95481335 +111 21.32849908 -157.95480591 +111 21.32848920 -157.95444769 +111 21.32827368 -157.95445446 +113 21.32827158 -157.95433596 +110 1 0.25 45.0000 Pad +111 21.33540460 -157.95571555 +111 21.33527694 -157.95572890 +111 21.33520135 -157.95580165 +111 21.33481238 -157.95536650 +111 21.33483201 -157.95534376 +111 21.33356515 -157.95395877 +111 21.32957365 -157.95840088 +111 21.32945821 -157.95847524 +111 21.32929198 -157.95855951 +111 21.32903339 -157.95861404 +111 21.32876095 -157.95857934 +111 21.32851160 -157.95845045 +111 21.32832690 -157.95829678 +111 21.32823916 -157.95804893 +111 21.32848851 -157.95806876 +111 21.32921186 -157.95711904 +111 21.32980126 -157.95646794 +111 21.32985405 -157.95614456 +111 21.33013419 -157.95614283 +111 21.33013484 -157.95616504 +111 21.33009724 -157.95638152 +111 21.33014296 -157.95650148 +111 21.33029534 -157.95662144 +111 21.33038169 -157.95662144 +111 21.33300510 -157.95367485 +112 21.33300510 -157.95367485 21.33305798 -157.95361178 +111 21.33298246 -157.95355692 +111 21.33289103 -157.95364962 +111 21.33240341 -157.95312614 +111 21.33281484 -157.95268445 +111 21.33329193 -157.95321129 +111 21.33320081 -157.95330819 +112 21.33332082 -157.95331102 21.33339523 -157.95323954 +111 21.33332082 -157.95331102 +111 21.33359198 -157.95300072 +111 21.33335283 -157.95274588 +111 21.33370373 -157.95240635 +111 21.33477548 -157.95246088 +111 21.33638564 -157.95427671 +111 21.33655325 -157.95462570 +113 21.33548520 -157.95578480 +110 1 0.25 150.0000 Pad +111 21.32783420 -157.96070664 +111 21.32760518 -157.96046223 +111 21.32780121 -157.95918111 +111 21.32780337 -157.95913486 +111 21.32761165 -157.95887586 +111 21.32787876 -157.95866080 +111 21.32787284 -157.95799079 +111 21.32814465 -157.95802469 +111 21.32803018 -157.95860944 +113 21.32783231 -157.95902964 +110 1 0.25 150.0000 Pad +111 21.32889211 -157.96183749 +111 21.32886523 -157.96196704 +111 21.32835746 -157.96252908 +111 21.32791276 -157.96204492 +111 21.32809569 -157.96186547 +111 21.32808697 -157.96097683 +111 21.32825277 -157.96115407 +111 21.32824761 -157.96209140 +111 21.32838851 -157.96210245 +113 21.32839245 -157.96130338 +110 1 0.25 150.0000 Pad +111 21.32359047 -157.92097842 +111 21.32359075 -157.92107760 +112 21.32334747 -157.92105860 21.32321719 -157.92097561 +111 21.32334747 -157.92105860 +111 21.32162100 -157.92000033 +111 21.32143010 -157.91988560 +112 21.32143010 -157.91988560 21.32127693 -157.91977263 +113 21.32130869 -157.91958709 +110 1 0.25 0.0000 Pad +111 21.31974316 -157.92329472 +111 21.31960575 -157.92318875 +111 21.32152934 -157.92043255 +111 21.32099899 -157.92004404 +112 21.32130085 -157.92007270 21.32142904 -157.92016443 +111 21.32130085 -157.92007270 +111 21.32150898 -157.92019457 +112 21.32162379 -157.92062903 21.32148136 -157.92088442 +113 21.32162379 -157.92062903 +110 1 0.25 150.0000 Pad +111 21.31925392 -157.92398818 +111 21.31960253 -157.92426755 +112 21.31975003 -157.92425446 21.31979123 -157.92420866 +111 21.31975003 -157.92425446 +111 21.32003013 -157.92385960 +112 21.32015992 -157.92347013 21.32018146 -157.92327253 +111 21.32015992 -157.92347013 +111 21.32016600 -157.92334503 +112 21.32035886 -157.92278812 21.32054099 -157.92259261 +111 21.32035886 -157.92278812 +111 21.32183012 -157.92069964 +112 21.32213575 -157.92057338 21.32235116 -157.92063119 +111 21.32213575 -157.92057338 +111 21.32345423 -157.92137027 +111 21.32359192 -157.92148205 +111 21.32359251 -157.92168621 +111 21.32217783 -157.92079597 +112 21.32195304 -157.92082425 21.32189488 -157.92092831 +111 21.32195304 -157.92082425 +111 21.32038787 -157.92302834 +112 21.32027370 -157.92343070 21.32025804 -157.92367034 +111 21.32009649 -157.92394766 +111 21.31979831 -157.92436623 +112 21.31979831 -157.92436623 21.31968796 -157.92450995 +111 21.31949725 -157.92442163 +111 21.31848124 -157.92363130 +111 21.31857423 -157.92350216 +113 21.31860010 -157.92346715 +110 1 0.25 53.0000 Pad +111 21.32130869 -157.91958709 +111 21.32099899 -157.92004404 +111 21.32083707 -157.92012621 +113 21.32133424 -157.91942166 +110 1 0.25 53.0000 Pad +111 21.31772420 -157.92228332 +111 21.31745428 -157.92266495 +111 21.31737398 -157.92259974 +113 21.31776775 -157.92203383 +110 1 0.25 53.0000 Pad +111 21.31852484 -157.92268976 +111 21.31816809 -157.92319049 +111 21.31813640 -157.92316932 +113 21.31849296 -157.92265900 +110 1 0.25 53.0000 Pad +111 21.31883784 -157.92312949 +111 21.31860010 -157.92346715 +111 21.31857423 -157.92350216 +111 21.31849622 -157.92344403 +113 21.31882272 -157.92297796 +130 Airport Boundary +111 21.33900960 -157.94361459 +111 21.33899444 -157.94909844 +111 21.33321764 -157.94902686 +111 21.33784202 -157.95537583 +111 21.33547332 -157.95979703 +111 21.33132750 -157.96458361 +111 21.32675881 -157.96039514 +111 21.32550930 -157.95656470 +111 21.31921668 -157.95688372 +111 21.31698678 -157.95731630 +111 21.31694511 -157.95444429 +111 21.31834260 -157.95338636 +111 21.31823306 -157.95146072 +111 21.31969369 -157.95006653 +111 21.31753271 -157.92858969 +111 21.31357813 -157.92937726 +111 21.31025575 -157.92841879 +111 21.31020994 -157.94518119 +111 21.31711828 -157.94611594 +111 21.31906156 -157.94499027 +111 21.31919258 -157.94600022 +111 21.31741951 -157.94706758 +111 21.30933153 -157.94622567 +111 21.30931426 -157.94840577 +111 21.30751537 -157.94838189 +111 21.30722481 -157.94891022 +111 21.30637701 -157.94891678 +111 21.30581168 -157.94803593 +111 21.30469434 -157.94803833 +111 21.30470320 -157.90846291 +111 21.30602244 -157.90723651 +111 21.30835233 -157.90724594 +111 21.31010500 -157.90906079 +111 21.31032144 -157.91954944 +111 21.31128023 -157.92050722 +111 21.31285997 -157.92001028 +111 21.32426129 -157.90368173 +111 21.33069669 -157.90355614 +111 21.33118024 -157.90591876 +111 21.33044658 -157.90701057 +111 21.33086343 -157.90722536 +111 21.33196392 -157.90561448 +111 21.33241481 -157.90582113 +111 21.33527921 -157.92282016 +111 21.33794239 -157.92227872 +113 21.33897160 -157.92998833 +120 RH +111 21.32332849 -157.94153579 56 +111 21.32351435 -157.94133948 +111 21.32447264 -157.92747269 54 103 +111 21.32447397 -157.92705750 +111 21.32453673 -157.92308734 54 103 +111 21.32444059 -157.92269365 +111 21.32436048 -157.92201302 54 103 +111 21.32453851 -157.92168240 +111 21.32435158 -157.91720737 54 103 +111 21.32461150 -157.91684999 +111 21.32404902 -157.91649122 54 103 +111 21.32368085 -157.91702098 +111 21.32160551 -157.91989306 54 +111 21.32142214 -157.92024088 +111 21.31909202 -157.92348619 54 +115 21.31886868 -157.92380238 +120 RH +111 21.32446290 -157.94339560 54 103 +115 21.32446084 -157.94209272 +120 RH +111 21.31481892 -157.92314774 56 +115 21.31464230 -157.92300618 +120 RH +111 21.31208871 -157.92564227 56 +115 21.31228175 -157.92541064 +120 RH +111 21.31327127 -157.92674212 54 103 +111 21.31350787 -157.92640212 +111 21.31660579 -157.92198612 54 103 +111 21.31682477 -157.92166890 +111 21.31895936 -157.91871912 54 103 +111 21.31914386 -157.91840467 +111 21.32153688 -157.91499460 54 103 +111 21.32175692 -157.91467650 +111 21.32370716 -157.91192534 54 103 +111 21.32377161 -157.91184082 +111 21.32458821 -157.91017083 54 103 +111 21.32438846 -157.91001316 54 103 +115 21.32450143 -157.90948813 +120 RH +111 21.32595735 -157.90737222 54 103 +111 21.32622181 -157.90758402 +111 21.32665770 -157.90684785 56 +111 21.32649321 -157.90672268 +111 21.32724048 -157.90602284 56 +111 21.32707706 -157.90589453 +111 21.32795389 -157.90589479 54 103 +115 21.32814658 -157.90560901 +120 RH +111 21.32909058 -157.90686128 54 103 +111 21.32932838 -157.90653253 +111 21.32940533 -157.90658960 54 103 +115 21.32916397 -157.90693227 +120 RH +111 21.32462255 -157.91233118 54 +115 21.32428940 -157.91207453 +120 RH +111 21.32548305 -157.91499239 54 +111 21.32496453 -157.91499339 +111 21.32462716 -157.91476998 54 +115 21.32429402 -157.91451333 +120 RH +111 21.31777883 -157.92290217 54 103 +111 21.31797917 -157.92261081 +111 21.32013768 -157.91945421 54 103 +111 21.32032283 -157.91910449 +111 21.32271947 -157.91591248 54 103 +111 21.32293842 -157.91560470 +111 21.32441544 -157.91378539 54 103 +111 21.32454006 -157.91331334 +111 21.32439330 -157.91333483 54 103 +111 21.32436745 -157.91381813 +111 21.32299771 -157.91565482 54 103 +111 21.32277876 -157.91596540 +111 21.32046263 -157.91919079 54 103 +111 21.32027340 -157.91954966 +111 21.31804791 -157.92266489 54 103 +115 21.31786545 -157.92294723 +120 RH +111 21.30763868 -157.91067008 54 103 +111 21.30763868 -157.91113391 +111 21.30763868 -157.91186874 54 103 +111 21.30763868 -157.91236706 +111 21.30758373 -157.92028044 54 103 +111 21.30795640 -157.92050934 +111 21.30952484 -157.92889078 54 +111 21.30987942 -157.92888762 +111 21.30987827 -157.93837888 54 +111 21.30950241 -157.93837726 +111 21.30797603 -157.93607700 54 103 +111 21.30757725 -157.93632732 +111 21.30763772 -157.94422939 54 103 +111 21.30763733 -157.94472795 +111 21.30763446 -157.94546348 54 103 +115 21.30763485 -157.94594707 +120 RH +111 21.32622935 -157.94267040 54 103 +111 21.32601167 -157.94291016 54 103 +115 21.32601916 -157.94343621 +120 RH +111 21.32692814 -157.94478205 54 +115 21.32656048 -157.94518864 +120 RH +111 21.32350096 -157.94384250 56 +111 21.32351673 -157.94302318 56 +115 21.32340950 -157.94282343 +120 RH +111 21.33046256 -157.90748582 54 103 +111 21.33013817 -157.90768896 +111 21.32631636 -157.91296521 54 103 +111 21.32637909 -157.91338200 +111 21.32611559 -157.91807033 54 103 +111 21.32600350 -157.91824632 54 103 +111 21.32604273 -157.91852911 +111 21.32592262 -157.91920902 54 103 +111 21.32608735 -157.91957966 +111 21.32596324 -157.92149446 54 103 +111 21.32627465 -157.92167857 +111 21.32622952 -157.92231581 54 103 +111 21.32624306 -157.92269130 +111 21.32621372 -157.92272521 54 103 +111 21.32604673 -157.92303287 +111 21.32600554 -157.92706512 54 103 +111 21.32599875 -157.92909243 +111 21.32588907 -157.94115222 54 103 +115 21.32610727 -157.94157065 +120 TH +111 21.32785255 -157.92794189 52 +111 21.32785287 -157.92811242 +111 21.32783434 -157.92882557 52 +115 21.32783472 -157.92899081 +120 TH +111 21.33086935 -157.90999690 55 +111 21.32821510 -157.91380366 55 +111 21.32820191 -157.92322148 55 +111 21.32817992 -157.92386351 55 +111 21.32816161 -157.92771764 +111 21.32815314 -157.92794147 55 +111 21.32815204 -157.92810842 +111 21.32814735 -157.92882292 55 +115 21.32814624 -157.92899127 +120 TH +111 21.32792482 -157.92976401 55 +111 21.32791379 -157.93373800 +111 21.32791746 -157.93619394 55 +111 21.32791836 -157.93667714 +111 21.32791187 -157.93820676 55 +111 21.32791196 -157.93869126 +111 21.32790628 -157.93983517 55 +111 21.32790618 -157.94032432 +111 21.32791001 -157.94141713 55 +111 21.32791187 -157.94192966 +111 21.32790441 -157.94306782 55 +115 21.32790491 -157.94362226 +120 TH +111 21.32293597 -157.94448605 55 +111 21.32277132 -157.94432111 55 +115 21.32266845 -157.94426196 +120 TH +111 21.32781968 -157.94419537 55 +115 21.32743392 -157.94460949 +120 TH +111 21.32251110 -157.94066405 55 +111 21.32250719 -157.94015910 +111 21.32251421 -157.93898946 55 +111 21.32251514 -157.93849257 +111 21.32251840 -157.93673531 55 +111 21.32251933 -157.93623496 +111 21.32252153 -157.93505338 55 +115 21.32252247 -157.93454632 +120 TH +111 21.32182348 -157.92070676 52 +115 21.32165204 -157.92057365 +120 TH +111 21.32397122 -157.92102559 52 +115 21.32375117 -157.92089429 +120 TH +111 21.32398266 -157.92211119 52 +115 21.32376262 -157.92197989 +120 TH +111 21.31269071 -157.92500493 55 +111 21.31285590 -157.92476936 55 +111 21.31441190 -157.92255023 55 +111 21.31460367 -157.92227673 55 +111 21.31547130 -157.92103933 55 +111 21.31564470 -157.92079204 55 +111 21.31697125 -157.91890015 55 +111 21.31705379 -157.91896270 55 +111 21.31864342 -157.91671162 55 +111 21.31974046 -157.91590046 55 +111 21.32071582 -157.91450955 55 +111 21.32085307 -157.91437044 55 +111 21.32121736 -157.91400121 55 +111 21.32380130 -157.91032575 55 +111 21.32396797 -157.91008869 55 +115 21.32437981 -157.90950287 +120 TL +111 21.32812536 -157.93351508 51 +115 21.32758660 -157.93352336 +120 TL +111 21.32812836 -157.93273478 51 +115 21.32758961 -157.93274306 +120 TL +111 21.32811635 -157.93195771 51 +115 21.32757759 -157.93196598 +120 TL +111 21.32813137 -157.93118386 51 +115 21.32759261 -157.93119213 +120 TL +111 21.32812844 -157.93317092 51 +115 21.32758968 -157.93317919 +120 TL +111 21.32813144 -157.93239062 51 +115 21.32759269 -157.93239890 +120 TL +111 21.32811943 -157.93161354 51 +115 21.32758067 -157.93162182 +120 TL +111 21.32813445 -157.93083970 51 +115 21.32759569 -157.93084797 +120 TL +111 21.32823787 -157.93334465 51 +115 21.32759123 -157.93335293 +120 TL +111 21.32824088 -157.93256435 51 +115 21.32759423 -157.93257263 +120 TL +111 21.32822886 -157.93178728 51 +115 21.32758222 -157.93179556 +120 TL +111 21.32824388 -157.93101343 51 +115 21.32759723 -157.93102171 +120 TL +111 21.32914652 -157.94781046 51 +116 21.32906824 -157.94742846 21.32895270 -157.94728130 +120 TL +111 21.32922746 -157.94759678 51 +111 21.32906824 -157.94742846 51 +111 21.32902591 -157.94738371 51 +111 21.32795155 -157.94624793 51 +111 21.32774422 -157.94602875 51 +111 21.32705603 -157.94530121 51 59 +111 21.32675443 -157.94498237 +111 21.32674680 -157.94497430 51 +115 21.32494400 -157.94306845 +120 TL +111 21.32946114 -157.94635581 51 +111 21.32754733 -157.94432158 51 +111 21.32642448 -157.94312808 51 59 +111 21.32611710 -157.94280136 +111 21.32610988 -157.94279369 51 +115 21.32541667 -157.94205686 +120 TL +111 21.32737489 -157.94278825 51 +112 21.32702158 -157.94317400 21.32668012 -157.94324955 +111 21.32702158 -157.94317400 51 +111 21.32644362 -157.94318032 51 59 +111 21.32602629 -157.94318488 +111 21.32600888 -157.94318507 51 +111 21.32544948 -157.94319119 +111 21.32504270 -157.94319564 51 +111 21.32447096 -157.94320190 +111 21.32445389 -157.94320208 51 59 +111 21.32405393 -157.94320646 51 +111 21.32352093 -157.94321229 +111 21.32350931 -157.94321242 51 +115 21.32320938 -157.94321569 +120 TL +111 21.30970121 -157.94016550 51 +112 21.30941901 -157.93920714 21.30917859 -157.93876475 +111 21.30941901 -157.93920714 51 +111 21.30799758 -157.93661099 51 59 +111 21.30778942 -157.93623079 +111 21.30776339 -157.93618326 51 +115 21.30746132 -157.93563154 +120 TL +111 21.30930224 -157.91088627 51 +111 21.30806520 -157.91089693 51 59 +111 21.30764824 -157.91090052 103 +111 21.30762472 -157.91090072 51 103 +111 21.30734638 -157.91090312 +112 21.30734638 -157.91090312 21.30714023 -157.91092092 51 +115 21.30706930 -157.91101045 +120 TL +111 21.30934388 -157.91210023 51 +111 21.30806333 -157.91211126 51 59 +111 21.30764438 -157.91211487 +111 21.30763001 -157.91211499 51 +115 21.30732893 -157.91211758 +120 TL +112 21.30969576 -157.91639462 21.30966258 -157.91688041 51 +111 21.30941792 -157.91736696 51 +111 21.30895446 -157.91821756 51 +111 21.30812525 -157.91973945 51 59 +111 21.30777330 -157.92038541 103 +111 21.30775975 -157.92041028 51 103 +115 21.30742958 -157.92101626 +120 TL +111 21.31386170 -157.92685154 51 +112 21.31370615 -157.92681904 21.31366067 -157.92678601 +111 21.31370615 -157.92681904 51 +111 21.31339571 -157.92657360 +111 21.31338669 -157.92656647 51 59 +111 21.31307250 -157.92631808 51 +111 21.31298922 -157.92625224 51 +111 21.31264385 -157.92597919 51 +111 21.31236737 -157.92571333 51 +111 21.31218350 -157.92553653 +111 21.31217649 -157.92552979 51 +115 21.31033644 -157.92376044 +120 TL +111 21.30931029 -157.94448402 51 +111 21.30811635 -157.94448626 51 59 +111 21.30765771 -157.94448712 +111 21.30761184 -157.94448720 51 +115 21.30730874 -157.94448777 +120 TL +111 21.30930567 -157.94569834 51 +111 21.30803288 -157.94570389 51 59 +111 21.30764694 -157.94570558 +111 21.30762429 -157.94570568 51 +111 21.30738314 -157.94570673 +112 21.30738314 -157.94570673 21.30720835 -157.94570673 51 +115 21.30708279 -157.94560922 +120 TL +111 21.32503364 -157.91752220 51 +111 21.32446673 -157.91706983 +111 21.32445055 -157.91705692 51 59 +111 21.32420124 -157.91685799 51 59 +111 21.32394856 -157.91665636 +111 21.32393225 -157.91664335 51 +111 21.32364327 -157.91641276 51 +111 21.32353309 -157.91632484 +111 21.32319699 -157.91605665 51 +111 21.32289204 -157.91581332 +111 21.32288443 -157.91580725 51 +111 21.32283204 -157.91576544 +111 21.32282109 -157.91575671 51 +111 21.32242569 -157.91544120 +111 21.32210034 -157.91518159 51 +111 21.32165790 -157.91482854 +111 21.32165060 -157.91482272 51 59 +111 21.32132415 -157.91456223 51 +111 21.32060727 -157.91399020 51 +111 21.32039523 -157.91376734 51 +115 21.31862164 -157.91234936 +120 TL +111 21.32364327 -157.91641276 51 +112 21.32381128 -157.91681568 21.32387161 -157.91706839 +111 21.32381128 -157.91681568 +111 21.32381455 -157.91684558 51 59 +111 21.32385637 -157.91710027 51 59 +111 21.32385860 -157.91729670 51 +111 21.32385674 -157.92176684 51 +111 21.32385664 -157.92200649 51 +111 21.32385599 -157.92355645 51 +111 21.32385492 -157.92613401 51 +111 21.32385465 -157.92680234 51 +112 21.32403252 -157.92714709 21.32417317 -157.92725221 +111 21.32403252 -157.92714709 +112 21.32403252 -157.92714709 21.32412154 -157.92722545 51 59 +115 21.32422246 -157.92726304 +120 TL +111 21.32420124 -157.91685799 51 59 +111 21.32409154 -157.91684231 +112 21.32409154 -157.91684231 21.32387467 -157.91681625 51 +115 21.32385637 -157.91710027 +120 TL +111 21.32502876 -157.92221246 51 +111 21.32445643 -157.92186283 +111 21.32443618 -157.92185046 51 59 +111 21.32422466 -157.92172124 51 59 +111 21.32406199 -157.92162187 51 +111 21.32365410 -157.92137269 51 +111 21.32209447 -157.92041992 51 +111 21.32189414 -157.92029754 51 59 +111 21.32173848 -157.92020245 51 59 +111 21.32151878 -157.92006824 +111 21.32150975 -157.92006272 51 +111 21.32107260 -157.91979566 +111 21.32071605 -157.91957785 51 +111 21.32037535 -157.91936972 +111 21.32036452 -157.91936310 51 +111 21.32023388 -157.91928329 +111 21.32022463 -157.91927764 51 +111 21.31987401 -157.91906345 +111 21.31951085 -157.91884160 51 +111 21.31905656 -157.91856407 +111 21.31904856 -157.91855919 51 59 +111 21.31867353 -157.91833008 51 +111 21.31862066 -157.91829779 51 +111 21.31855451 -157.91825738 +112 21.31855451 -157.91825738 21.31826805 -157.91812534 51 +115 21.31805783 -157.91837255 +120 TL +111 21.32503390 -157.92271812 51 +111 21.32464367 -157.92283430 51 +111 21.32449422 -157.92287880 +111 21.32447314 -157.92288508 51 59 +111 21.32433907 -157.92292499 51 59 +112 21.32410321 -157.92306818 21.32396491 -157.92318347 +111 21.32410321 -157.92306818 +112 21.32410321 -157.92306818 21.32388104 -157.92325139 51 +115 21.32385599 -157.92355645 +120 TL +111 21.32422466 -157.92172124 51 59 +112 21.32400329 -157.92176884 21.32388179 -157.92184926 51 +115 21.32385664 -157.92200649 +120 TL +111 21.32503832 -157.94198565 51 +111 21.32446956 -157.94232296 +111 21.32445388 -157.94233226 51 59 +111 21.32409465 -157.94254531 51 +111 21.32346564 -157.94291836 +111 21.32345838 -157.94292267 51 +115 21.32273565 -157.94335130 +120 TL +111 21.32494400 -157.94306845 51 +111 21.32447141 -157.94256145 +111 21.32445512 -157.94254397 51 59 +111 21.32415084 -157.94221754 51 +111 21.32314572 -157.94113923 +112 21.32314572 -157.94113923 21.32306386 -157.94105598 51 +115 21.32303103 -157.94090292 +120 TL +111 21.32173848 -157.92020245 51 59 +112 21.32181962 -157.92036245 21.32183951 -157.92045857 51 +111 21.32178996 -157.92056502 51 +111 21.31961142 -157.92366325 51 +112 21.31937510 -157.92380483 21.31922650 -157.92382220 51 59 +111 21.31911540 -157.92374834 51 59 +111 21.31899104 -157.92364953 +111 21.31897433 -157.92363625 51 +111 21.31858540 -157.92332725 +111 21.31825140 -157.92306187 51 +111 21.31795341 -157.92282511 +111 21.31794295 -157.92281681 51 +111 21.31787945 -157.92276635 +111 21.31786909 -157.92275812 51 +111 21.31747947 -157.92244856 +111 21.31714965 -157.92218651 51 +111 21.31671404 -157.92184041 +111 21.31670359 -157.92183211 51 59 +111 21.31636101 -157.92155992 51 +111 21.31630807 -157.92151786 51 +111 21.31626824 -157.92148622 51 +111 21.31583736 -157.92114388 51 +111 21.31580594 -157.92111891 51 +115 21.31389233 -157.91959851 +120 TL +111 21.32408696 -157.91237452 51 +111 21.32374074 -157.91189291 +111 21.32373288 -157.91188199 51 59 +111 21.32360299 -157.91170130 51 59 +111 21.32356567 -157.91164938 51 59 +112 21.32351855 -157.91150223 21.32351152 -157.91144506 51 +115 21.32354387 -157.91136809 +120 TL +111 21.32360299 -157.91170130 51 59 +112 21.32339780 -157.91165137 21.32326716 -157.91167294 +111 21.32339780 -157.91165137 +112 21.32339780 -157.91165137 21.32336765 -157.91165892 51 +115 21.32330267 -157.91171104 +120 TL +111 21.32844820 -157.90617231 51 +112 21.32832117 -157.90598416 21.32823216 -157.90591293 +111 21.32832117 -157.90598416 51 +111 21.32804980 -157.90576412 +111 21.32803936 -157.90575566 51 59 +111 21.32778492 -157.90554935 51 59 +112 21.32768931 -157.90550945 21.32763429 -157.90550250 +111 21.32768931 -157.90550945 +112 21.32768931 -157.90550945 21.32745464 -157.90549555 51 +111 21.32738059 -157.90563820 51 +111 21.32716005 -157.90595270 +111 21.32714892 -157.90596858 51 +111 21.32658054 -157.90677912 +111 21.32657120 -157.90679245 51 +111 21.32634207 -157.90711919 51 59 +111 21.32610007 -157.90746430 +111 21.32607521 -157.90749976 51 +111 21.32539596 -157.90846841 51 +111 21.32507512 -157.90919098 51 +111 21.32488783 -157.90945727 51 +111 21.32446209 -157.91006259 +111 21.32445016 -157.91007954 51 59 +111 21.32422066 -157.91040585 51 +111 21.32412313 -157.91054451 51 +111 21.32354387 -157.91136809 51 +111 21.32330267 -157.91171104 51 +111 21.32316796 -157.91190257 51 +111 21.32220920 -157.91326571 51 +111 21.32208782 -157.91343830 51 +111 21.32016839 -157.91616732 51 +111 21.32009453 -157.91624206 51 +111 21.31896402 -157.91708677 51 +111 21.31851827 -157.91771925 51 +111 21.31805783 -157.91837255 51 +111 21.31622105 -157.92097872 51 +111 21.31615113 -157.92107793 51 +111 21.31586671 -157.92148149 51 +111 21.31582430 -157.92154166 51 +111 21.31510341 -157.92256451 51 +111 21.31480926 -157.92298188 51 +111 21.31474250 -157.92307661 +111 21.31473414 -157.92308847 51 +111 21.31335838 -157.92504050 51 +111 21.31308933 -157.92542226 51 +115 21.31292850 -157.92565045 +120 TL +111 21.33033088 -157.90855402 51 +111 21.33036173 -157.90802279 51 59 +111 21.33036998 -157.90788067 +112 21.33036998 -157.90788067 21.33038017 -157.90774939 51 59 +111 21.33030299 -157.90759359 +111 21.33029611 -157.90757969 51 +111 21.33021610 -157.90746570 51 +115 21.32993841 -157.90723553 +120 TL +111 21.32690881 -157.91347436 51 +112 21.32674821 -157.91321091 21.32662720 -157.91313433 51 59 +115 21.32656315 -157.91312094 +120 TL +111 21.32771707 -157.91967935 51 +112 21.32744157 -157.91921081 21.32716898 -157.91899201 +111 21.32744157 -157.91921081 51 +111 21.32722218 -157.91905801 51 +111 21.32717388 -157.91902437 51 +111 21.32679121 -157.91875786 51 +111 21.32672090 -157.91870890 51 +111 21.32638548 -157.91847529 51 59 +111 21.32620546 -157.91834991 51 59 +111 21.32602511 -157.91822431 +111 21.32601530 -157.91821748 51 +115 21.32544851 -157.91782274 +120 TL +111 21.32620546 -157.91834991 51 59 +111 21.32601408 -157.91828975 +111 21.32600330 -157.91828698 51 +112 21.32575360 -157.91830035 21.32561334 -157.91835496 +111 21.32575360 -157.91830035 51 +111 21.32561313 -157.91836096 +112 21.32561313 -157.91836096 21.32525840 -157.91851700 51 +111 21.32525456 -157.91892263 51 +115 21.32525466 -157.91951155 +120 TL +111 21.32749567 -157.91863819 51 +111 21.32720485 -157.91878514 51 +111 21.32677085 -157.91900444 51 +111 21.32665998 -157.91906046 51 +111 21.32642038 -157.91918153 51 59 +111 21.32601323 -157.91938727 +111 21.32599127 -157.91939836 51 +111 21.32569612 -157.91954750 +112 21.32569612 -157.91954750 21.32528381 -157.91979080 51 +111 21.32525503 -157.92031904 51 +115 21.32525513 -157.92090796 +120 TL +111 21.32736527 -157.91926117 51 +111 21.32723449 -157.91950543 51 +111 21.32709983 -157.91975692 51 +111 21.32633828 -157.92117925 51 59 +111 21.32612581 -157.92157608 +111 21.32611465 -157.92159374 51 +111 21.32579406 -157.92219169 51 +111 21.32541565 -157.92289746 +112 21.32541565 -157.92289746 21.32529358 -157.92316319 51 +111 21.32525541 -157.92352894 51 +115 21.32525551 -157.92411787 +120 TL +111 21.32764831 -157.92249040 51 +111 21.32738009 -157.92249839 51 +111 21.32730562 -157.92250061 51 +111 21.32715625 -157.92250505 51 +111 21.32667193 -157.92251948 51 59 +111 21.32651146 -157.92252426 51 59 +111 21.32624180 -157.92253230 +111 21.32623266 -157.92253257 51 +115 21.32545139 -157.92255584 +120 TL +112 21.32689487 -157.92213462 21.32686360 -157.92238697 51 +111 21.32666561 -157.92245360 51 59 +115 21.32651146 -157.92252426 +120 TL +111 21.32749498 -157.92369691 51 +111 21.32714379 -157.92348447 51 +111 21.32707691 -157.92344400 51 +111 21.32650196 -157.92309621 51 59 +111 21.32613777 -157.92287589 +111 21.32612756 -157.92286972 51 +115 21.32544431 -157.92245640 +120 TL +111 21.32718029 -157.92790043 51 +111 21.32695309 -157.92776221 51 +111 21.32640401 -157.92742819 51 59 +111 21.32623994 -157.92732838 51 59 +111 21.32611767 -157.92728785 51 59 +111 21.32601068 -157.92728711 +111 21.32599411 -157.92728699 51 +115 21.32545476 -157.92728323 +120 TL +111 21.32770970 -157.92435733 51 +111 21.32765523 -157.92453455 51 +111 21.32696288 -157.92581713 51 +111 21.32632681 -157.92699228 51 59 +111 21.32626983 -157.92709770 51 59 +111 21.32623864 -157.92715541 51 59 +111 21.32601266 -157.92757351 +111 21.32599321 -157.92760948 51 +115 21.32544607 -157.92862177 +120 TL +112 21.32626983 -157.92709770 21.32616739 -157.92725904 51 59 +115 21.32601068 -157.92728711 +120 TL +111 21.32681697 -157.94086692 51 59 +111 21.32600495 -157.94136196 +111 21.32599229 -157.94136969 51 +115 21.32545220 -157.94169895 +120 TL +111 21.32850142 -157.92890832 51 +111 21.32815206 -157.92891203 +111 21.32814437 -157.92891211 51 +111 21.32762704 -157.92891761 51 +111 21.32719130 -157.92892224 51 +111 21.32652499 -157.92892933 51 +111 21.32643348 -157.92893030 51 59 +111 21.32600722 -157.92893483 +111 21.32599216 -157.92893499 51 +115 21.32544844 -157.92894077 +120 TL +111 21.32798565 -157.91292082 51 +112 21.32769466 -157.91291693 21.32757773 -157.91293895 +111 21.32769466 -157.91291693 51 +111 21.32737559 -157.91297446 51 +111 21.32718971 -157.91300797 51 +111 21.32682809 -157.91307317 51 59 +111 21.32656315 -157.91312094 51 59 +111 21.32635184 -157.91315904 +111 21.32633615 -157.91316187 51 +115 21.32545235 -157.91332121 +120 TL +111 21.32504182 -157.92726172 51 +111 21.32447980 -157.92726263 +111 21.32446701 -157.92726265 51 59 +111 21.32422246 -157.92726304 51 59 +111 21.32400391 -157.92726339 51 +115 21.32357427 -157.92726408 +120 TL +111 21.30969754 -157.92415390 51 +112 21.30990940 -157.92375976 21.31010489 -157.92363666 51 +111 21.31033644 -157.92376044 51 +112 21.30990971 -157.92309750 21.30973247 -157.92269741 51 +115 21.30969710 -157.92225375 +120 TL +111 21.30969486 -157.91247526 51 +112 21.30934388 -157.91210023 21.30905199 -157.91203800 +111 21.30934388 -157.91210023 +112 21.30934388 -157.91210023 21.30963483 -157.91204545 51 +115 21.30969470 -157.91179099 +120 TL +111 21.32303064 -157.94372713 51 +116 21.32257253 -157.94344835 21.32219133 -157.94351584 +120 TL +111 21.31006565 -157.94574250 51 +112 21.30970239 -157.94528071 21.30968868 -157.94488553 +111 21.30970239 -157.94528071 +112 21.30970239 -157.94528071 21.30967693 -157.94566117 51 +115 21.30930567 -157.94569834 +120 TL +111 21.30930567 -157.94569834 51 +111 21.30967230 -157.94568909 51 +111 21.31006565 -157.94574250 51 +111 21.31649258 -157.94654930 51 +112 21.31714480 -157.94653440 21.31738844 -157.94649924 51 +111 21.31788029 -157.94624021 51 +111 21.32250747 -157.94348706 51 +111 21.32257253 -157.94344835 51 +111 21.32273565 -157.94335130 +112 21.32273565 -157.94335130 21.32301289 -157.94321139 51 +115 21.32320938 -157.94321569 +120 TL +111 21.32865870 -157.94166925 51 +112 21.32849162 -157.94186210 21.32847251 -157.94200842 +111 21.32849162 -157.94186210 +112 21.32849162 -157.94186210 21.32846869 -157.94170347 51 +115 21.32834463 -157.94167279 +120 TL +111 21.32866742 -157.93843324 51 +112 21.32849712 -157.93862786 21.32847802 -157.93877418 +111 21.32849712 -157.93862786 +112 21.32849712 -157.93862786 21.32847419 -157.93846924 51 +115 21.32835055 -157.93843694 +120 TL +111 21.32942173 -157.93842820 51 +112 21.32925704 -157.93862240 21.32923794 -157.93876872 +111 21.32925704 -157.93862240 +112 21.32925704 -157.93862240 21.32923411 -157.93846377 51 +115 21.32911017 -157.93843028 +120 TL +111 21.33017788 -157.93842315 51 +112 21.33000907 -157.93861618 21.32998996 -157.93876250 +111 21.33000907 -157.93861618 +112 21.33000907 -157.93861618 21.32998614 -157.93845755 51 +115 21.32986250 -157.93842526 +120 TL +111 21.33018688 -157.94005963 51 +112 21.33000479 -157.94025107 21.32996148 -157.94041654 +111 21.33000479 -157.94025107 +112 21.33000479 -157.94025107 21.32997931 -157.94009518 51 +111 21.32982897 -157.94006388 51 +112 21.33000547 -157.93987315 21.33002967 -157.93971315 +111 21.33000547 -157.93987315 +114 21.33000547 -157.93987315 21.33004496 -157.94003451 51 +120 TL +111 21.32943502 -157.94006855 51 +112 21.32925418 -157.94026006 21.32921087 -157.94042553 +111 21.32925418 -157.94026006 +112 21.32925418 -157.94026006 21.32922870 -157.94010417 51 +111 21.32908027 -157.94007275 51 +112 21.32925486 -157.93988214 21.32927906 -157.93972214 +111 21.32925486 -157.93988214 +114 21.32925486 -157.93988214 21.32929435 -157.94004350 51 +120 TL +111 21.32943183 -157.94166056 51 +112 21.32925029 -157.94185044 21.32920698 -157.94201591 +111 21.32925029 -157.94185044 +112 21.32925029 -157.94185044 21.32922481 -157.94169455 51 +111 21.32907603 -157.94166456 51 +112 21.32925097 -157.94147252 21.32927517 -157.94131252 +111 21.32925097 -157.94147252 +114 21.32925097 -157.94147252 21.32929045 -157.94163388 51 +120 TL +111 21.33018531 -157.94165208 51 +112 21.33000326 -157.94184155 21.32995995 -157.94200702 +111 21.33000326 -157.94184155 +112 21.33000326 -157.94184155 21.32997779 -157.94168566 51 +111 21.32982866 -157.94165609 51 +112 21.33000394 -157.94146363 21.33002815 -157.94130363 +111 21.33000394 -157.94146363 +114 21.33000394 -157.94146363 21.33004343 -157.94162499 51 +120 TL +111 21.32739575 -157.92833402 51 +112 21.32731566 -157.92801734 21.32725971 -157.92788920 +111 21.32731566 -157.92801734 51 +111 21.32721906 -157.92783730 51 +111 21.32697435 -157.92738126 51 +112 21.32688697 -157.92703830 21.32689148 -157.92683723 +111 21.32688697 -157.92703830 51 +111 21.32688843 -157.92613339 51 +111 21.32689167 -157.92412082 51 +111 21.32689332 -157.92309636 51 +111 21.32689383 -157.92278143 51 +111 21.32689487 -157.92213462 51 +111 21.32689956 -157.91922158 51 +111 21.32689985 -157.91903880 51 +111 21.32690032 -157.91874809 51 +111 21.32690059 -157.91858292 51 +111 21.32690104 -157.91830322 51 +111 21.32690858 -157.91361872 51 +111 21.32690881 -157.91347436 +112 21.32690881 -157.91347436 21.32689340 -157.91311200 51 +115 21.32718971 -157.91300797 +120 TL +111 21.32719130 -157.92892224 51 +116 21.32739521 -157.92870469 21.32745116 -157.92853251 +120 TL +111 21.32739450 -157.92920021 51 +116 21.32762704 -157.92891761 21.32782286 -157.92888758 +120 TL +111 21.32723449 -157.91950543 51 +112 21.32766443 -157.91926042 21.32795553 -157.91923134 +111 21.32766443 -157.91926042 51 +111 21.32807689 -157.91918677 51 +111 21.32819522 -157.91916564 51 +115 21.33069499 -157.91871931 +120 TL +111 21.32947287 -157.90995690 51 +112 21.32992886 -157.90991301 21.33016965 -157.91005158 +111 21.32992886 -157.90991301 +112 21.32992886 -157.90991301 21.32973773 -157.90972114 51 +115 21.32983433 -157.90944074 +120 TL +111 21.32779746 -157.91234939 51 +112 21.32792234 -157.91288162 21.32819314 -157.91308754 +111 21.32792234 -157.91288162 51 +111 21.32798565 -157.91292082 +112 21.32798565 -157.91292082 21.32814361 -157.91301530 51 +115 21.32835791 -157.91287570 +120 TL +111 21.32772623 -157.91387367 51 +112 21.32780265 -157.91367048 21.32786223 -157.91360653 +111 21.32780265 -157.91367048 51 +111 21.32835791 -157.91287570 51 +111 21.33005657 -157.91044424 +112 21.33005657 -157.91044424 21.33020194 -157.91008530 51 +115 21.32992886 -157.90991301 +120 TL +111 21.32772718 -157.91326805 51 +116 21.32737559 -157.91297446 21.32704530 -157.91295023 +120 TL +111 21.32690858 -157.91361872 51 +111 21.32775950 -157.91240360 51 +111 21.32779746 -157.91234939 51 +111 21.32947287 -157.90995690 51 +111 21.32983433 -157.90944074 51 +111 21.33022191 -157.90888728 +112 21.33022191 -157.90888728 21.33029930 -157.90877823 51 +115 21.33033088 -157.90855402 +120 TL +112 21.32820548 -157.91847567 21.32779995 -157.91844237 51 +115 21.32771955 -157.91810912 +120 TL +112 21.32689985 -157.91903880 21.32688779 -157.91884750 51 +115 21.32672090 -157.91870890 +120 TL +112 21.32690059 -157.91858292 21.32683388 -157.91871954 51 +115 21.32672090 -157.91870890 +120 TL +112 21.32720485 -157.91878514 21.32698261 -157.91887061 51 +115 21.32679121 -157.91875786 +120 TL +112 21.32689956 -157.91922158 21.32685667 -157.91900171 51 +115 21.32665998 -157.91906046 +120 TL +112 21.32717388 -157.91902437 21.32698527 -157.91892332 51 +115 21.32677085 -157.91900444 +120 TL +111 21.32758106 -157.91895316 51 +112 21.32717431 -157.91904570 21.32693470 -157.91896146 51 +115 21.32690032 -157.91874809 +120 TL +111 21.32736527 -157.91926117 51 +111 21.32750083 -157.91905594 51 +111 21.32758106 -157.91895316 51 +111 21.32780855 -157.91866173 +112 21.32780855 -157.91866173 21.32789402 -157.91856246 51 +115 21.32804336 -157.91850622 +120 TL +111 21.32771924 -157.91830732 51 +112 21.32749567 -157.91863819 21.32731719 -157.91871747 +111 21.32749567 -157.91863819 +112 21.32749567 -157.91863819 21.32743823 -157.91866241 51 +112 21.32710489 -157.91862650 21.32694487 -157.91852739 51 +115 21.32690104 -157.91830322 +120 TL +111 21.32749567 -157.91863819 51 +111 21.32776913 -157.91855788 51 +111 21.32804336 -157.91850622 51 +111 21.32820548 -157.91847567 51 +115 21.33059661 -157.91802519 +120 TL +111 21.32771668 -157.91992779 51 +112 21.32745463 -157.91961495 21.32722281 -157.91957091 51 +115 21.32709983 -157.91975692 +120 TL +111 21.32738009 -157.92249839 51 +112 21.32762220 -157.92234797 21.32767255 -157.92224986 +111 21.32762220 -157.92234797 51 +111 21.32820949 -157.92180530 +112 21.32820949 -157.92180530 21.32828409 -157.92173323 51 +115 21.32840716 -157.92168811 +120 TL +111 21.32762220 -157.92234797 51 +112 21.32775574 -157.92202735 21.32780198 -157.92183541 +111 21.32775574 -157.92202735 +112 21.32775574 -157.92202735 21.32790216 -157.92173448 51 +111 21.32818979 -157.92172748 51 +111 21.32840716 -157.92168811 51 +115 21.33105554 -157.92120834 +120 TL +111 21.32764831 -157.92249040 51 +111 21.32794978 -157.92245871 51 +111 21.32805859 -157.92243877 51 +111 21.32819213 -157.92241429 51 +115 21.33114102 -157.92187380 +120 TL +111 21.32504114 -157.92297090 51 +116 21.32464367 -157.92283430 21.32436825 -157.92285087 +120 TL +111 21.32544836 -157.92240351 51 +116 21.32579406 -157.92219169 21.32596794 -157.92194977 +120 TL +111 21.32771855 -157.91874117 51 +116 21.32819522 -157.91916564 21.32857969 -157.91917553 +120 TL +111 21.32744157 -157.91921081 51 +116 21.32766443 -157.91926042 21.32780293 -157.91925819 +120 TL +111 21.32771707 -157.91967935 51 +116 21.32807689 -157.91918677 21.32840035 -157.91910016 +120 TL +111 21.32771450 -157.92131372 51 +116 21.32818979 -157.92172748 21.32859135 -157.92177307 +120 TL +111 21.32771193 -157.92293924 51 +116 21.32805859 -157.92243877 21.32838369 -157.92233193 +120 TL +111 21.32771335 -157.92203853 51 +116 21.32819213 -157.92241429 21.32856911 -157.92243643 +120 TL +111 21.32689487 -157.92213462 51 +116 21.32730562 -157.92250061 21.32768260 -157.92252274 +120 TL +111 21.32689383 -157.92278143 51 +116 21.32715625 -157.92250505 21.32739783 -157.92248116 +120 TL +111 21.32689332 -157.92309636 51 +116 21.32707691 -157.92344400 21.32724176 -157.92356062 +120 TL +111 21.32714379 -157.92348447 51 +116 21.32750383 -157.92345895 21.32769872 -157.92334663 +120 TL +111 21.32689167 -157.92412082 51 +112 21.32708607 -157.92371722 21.32722967 -157.92364114 +111 21.32708607 -157.92371722 51 +111 21.32750383 -157.92345895 +112 21.32750383 -157.92345895 21.32769219 -157.92333882 51 +115 21.32771154 -157.92318953 +120 TL +111 21.32771024 -157.92401001 51 +112 21.32749498 -157.92369691 21.32735719 -157.92363903 +111 21.32749498 -157.92369691 +112 21.32749498 -157.92369691 21.32731243 -157.92359699 51 +115 21.32708607 -157.92371722 +120 TL +111 21.33102689 -157.92564455 51 +112 21.33143783 -157.92553221 21.33167094 -157.92557050 +111 21.33143783 -157.92553221 51 +111 21.33157115 -157.92555157 51 +112 21.33183784 -157.92555377 21.33197542 -157.92552915 +111 21.33183784 -157.92555377 51 +111 21.33259423 -157.92544332 +111 21.33266484 -157.92543301 51 +111 21.33397328 -157.92524196 +111 21.33404586 -157.92523136 51 +115 21.33473186 -157.92513119 +120 TL +111 21.33136249 -157.92611189 51 +112 21.33138767 -157.92588451 21.33136715 -157.92574436 +111 21.33138767 -157.92588451 +112 21.33138767 -157.92588451 21.33131866 -157.92556617 51 +111 21.33137539 -157.92517920 51 +111 21.33149193 -157.92411671 +112 21.33149193 -157.92411671 21.33153413 -157.92388220 51 +115 21.33169796 -157.92383423 +120 TL +111 21.33147781 -157.92598535 51 +111 21.33181959 -157.92546879 51 +115 21.33192900 -157.92535590 +120 TL +111 21.33109460 -157.92557022 51 +112 21.33135856 -157.92544066 21.33145740 -157.92542264 +111 21.33135856 -157.92544066 51 +111 21.33192900 -157.92535590 51 +111 21.33440758 -157.92498761 +112 21.33440758 -157.92498761 21.33459872 -157.92495830 51 +111 21.33472532 -157.92505424 51 +111 21.33539802 -157.92557389 51 +112 21.33579237 -157.92568314 21.33602571 -157.92564584 +111 21.33579237 -157.92568314 51 +115 21.33805093 -157.92527274 +120 TL +111 21.32688843 -157.92613339 51 +116 21.32696288 -157.92581713 21.32703298 -157.92567378 +120 TL +111 21.32850142 -157.92890832 51 +112 21.32909001 -157.92860555 21.32933849 -157.92833000 +111 21.32909001 -157.92860555 51 +111 21.33136249 -157.92611189 51 +111 21.33147781 -157.92598535 51 +112 21.33181292 -157.92576683 21.33197675 -157.92575617 +111 21.33181292 -157.92576683 51 +111 21.33294592 -157.92559900 51 +111 21.33343939 -157.92552591 51 +111 21.33438570 -157.92538573 51 +112 21.33454953 -157.92543104 21.33462897 -157.92548700 +111 21.33454953 -157.92543104 51 +111 21.33533642 -157.92603064 51 +112 21.33566657 -157.92612924 21.33583785 -157.92608660 +111 21.33566657 -157.92612924 51 +115 21.33782941 -157.92572949 +120 TL +111 21.32721906 -157.92783730 51 +116 21.32737787 -157.92799564 21.32747446 -157.92806595 +120 TL +111 21.32739575 -157.92833402 51 +116 21.32763766 -157.92803021 21.32781054 -157.92798039 +120 TL +111 21.32718029 -157.92790043 51 +111 21.32737787 -157.92799564 51 +112 21.32759532 -157.92803088 21.32771344 -157.92802839 +111 21.32759532 -157.92803088 51 +111 21.32763766 -157.92803021 51 +111 21.32856855 -157.92801546 51 +112 21.32909783 -157.92776220 21.32934085 -157.92751890 +111 21.32909783 -157.92776220 51 +111 21.33102689 -157.92564455 51 +111 21.33109460 -157.92557022 51 +111 21.33130023 -157.92534448 +112 21.33130023 -157.92534448 21.33135768 -157.92527679 51 +115 21.33137539 -157.92517920 +120 TL +111 21.32630229 -157.92869013 51 +112 21.32634915 -157.92843804 21.32642002 -157.92832392 +111 21.32634915 -157.92843804 51 +111 21.32661025 -157.92793952 +112 21.32661025 -157.92793952 21.32675945 -157.92769927 51 +115 21.32695309 -157.92776221 +120 TL +111 21.32652499 -157.92892933 51 +112 21.32630229 -157.92870815 21.32624821 -157.92853197 +111 21.32630229 -157.92870815 51 +111 21.32624692 -157.92844550 51 +112 21.32621272 -157.92803767 21.32621272 -157.92786749 +111 21.32621272 -157.92803767 51 +111 21.32625245 -157.92722412 51 +115 21.32626983 -157.92709770 +120 TL +111 21.33056609 -157.94164779 51 +111 21.33018531 -157.94165208 51 +111 21.32982866 -157.94165609 51 +111 21.32943183 -157.94166056 51 +111 21.32907603 -157.94166456 51 +111 21.32865870 -157.94166925 51 +111 21.32834463 -157.94167279 51 +115 21.32772000 -157.94167982 +120 TL +111 21.33039951 -157.94328941 51 +111 21.33019498 -157.94329166 51 +111 21.32982651 -157.94329571 51 +111 21.32944541 -157.94329990 51 +111 21.32907091 -157.94330402 51 +111 21.32868094 -157.94330831 51 +111 21.32831138 -157.94331237 51 +115 21.32772967 -157.94331877 +120 TL +111 21.32982651 -157.94329571 51 +112 21.33000262 -157.94309012 21.33003190 -157.94291473 +111 21.33000262 -157.94309012 +112 21.33000262 -157.94309012 21.33003961 -157.94326551 51 +115 21.33019498 -157.94329166 +120 TL +111 21.32738352 -157.93681092 51 +112 21.32774090 -157.93643927 21.32805799 -157.93638398 +111 21.32774090 -157.93643927 +112 21.32774090 -157.93643927 21.32742225 -157.93638635 51 +115 21.32738456 -157.93609077 +120 TL +111 21.32738064 -157.93880779 51 +112 21.32772333 -157.93844559 21.32804042 -157.93839029 +111 21.32772333 -157.93844559 +112 21.32772333 -157.93844559 21.32740468 -157.93839267 51 +115 21.32738165 -157.93810745 +120 TL +111 21.32737823 -157.94047670 51 +112 21.32770978 -157.94008901 21.32802687 -157.94003371 +111 21.32770978 -157.94008901 +112 21.32770978 -157.94008901 21.32739113 -157.94003608 51 +115 21.32737929 -157.93973892 +120 TL +111 21.32737593 -157.94206884 51 +112 21.32772000 -157.94167982 21.32805015 -157.94162652 +111 21.32772000 -157.94167982 +112 21.32772000 -157.94167982 21.32739763 -157.94162489 51 +115 21.32737703 -157.94130465 +120 TL +111 21.32737356 -157.94371322 51 +112 21.32772967 -157.94331877 21.32805982 -157.94326547 +111 21.32772967 -157.94331877 +112 21.32772967 -157.94331877 21.32740729 -157.94326384 51 +115 21.32737458 -157.94300407 +120 TL +111 21.32907111 -157.94330162 51 +112 21.32924792 -157.94309742 21.32927720 -157.94292203 +111 21.32924792 -157.94309742 +112 21.32924792 -157.94309742 21.32928491 -157.94327281 51 +115 21.32944101 -157.94329723 +120 TL +111 21.32831138 -157.94331237 51 +112 21.32848832 -157.94310756 21.32851760 -157.94293217 +111 21.32848832 -157.94310756 +112 21.32848832 -157.94310756 21.32852531 -157.94328296 51 +115 21.32868094 -157.94330831 +120 TL +111 21.32831839 -157.94008179 51 +112 21.32849520 -157.93987759 21.32852449 -157.93970220 +111 21.32849520 -157.93987759 +112 21.32849520 -157.93987759 21.32853220 -157.94005298 51 +115 21.32868830 -157.94007740 +120 TL +111 21.32848832 -157.94310756 51 +111 21.32849162 -157.94186210 +111 21.32849520 -157.93987759 51 +115 21.32849712 -157.93862786 +120 TL +111 21.32924792 -157.94309742 51 +111 21.32925029 -157.94185044 +111 21.32925097 -157.94147252 51 +111 21.32925418 -157.94026006 +111 21.32925486 -157.93988214 51 +115 21.32925704 -157.93862240 +120 TL +111 21.33000262 -157.94309012 51 +111 21.33000326 -157.94184155 +111 21.33000394 -157.94146363 51 +111 21.33000479 -157.94025107 +111 21.33000547 -157.93987315 51 +115 21.33000907 -157.93861618 +120 TL +111 21.33075697 -157.94022231 51 +112 21.33057155 -157.94005507 21.33040138 -157.94002380 +111 21.33057155 -157.94005507 +112 21.33057155 -157.94005507 21.33074109 -157.94001652 51 +115 21.33075697 -157.93987795 +120 TL +111 21.33075697 -157.94184213 51 +112 21.33056609 -157.94164779 21.33039593 -157.94161652 +111 21.33056609 -157.94164779 +112 21.33056609 -157.94164779 21.33073563 -157.94160924 51 +115 21.33075697 -157.94146456 +120 TL +111 21.33055893 -157.94356134 51 +112 21.33040507 -157.94329051 21.33024169 -157.94320281 +111 21.33040507 -157.94329051 +112 21.33040507 -157.94329051 21.33057461 -157.94327562 51 +115 21.33063006 -157.94315914 +120 TL +111 21.30970230 -157.94488561 51 +112 21.30931029 -157.94448402 21.30894444 -157.94444001 +111 21.30931029 -157.94448402 +112 21.30931029 -157.94448402 21.30967929 -157.94440955 51 +115 21.30970212 -157.94408581 +120 TL +112 21.32209447 -157.92041992 21.32190511 -157.92040428 51 +115 21.32178996 -157.92056502 +120 TL +111 21.30970239 -157.94528071 51 +111 21.30970230 -157.94488561 51 +111 21.30970212 -157.94408581 51 +111 21.30970121 -157.94016550 51 +111 21.30970081 -157.93841041 +111 21.30970080 -157.93835306 51 +111 21.30969863 -157.92891600 +111 21.30969862 -157.92887021 51 +111 21.30969754 -157.92415390 51 +111 21.30969710 -157.92225375 51 +111 21.30969622 -157.91842101 51 +111 21.30969576 -157.91639462 51 +111 21.30969486 -157.91247526 51 +111 21.30969470 -157.91179099 51 +111 21.30969459 -157.91130129 51 +116 21.30930224 -157.91088627 21.30891881 -157.91082847 +120 TL +111 21.33385747 -157.95439281 51 +112 21.33412119 -157.95434364 21.33423317 -157.95422266 +111 21.33412119 -157.95434364 51 +111 21.33487956 -157.95349469 +112 21.33487956 -157.95349469 21.33497219 -157.95336981 51 +115 21.33488441 -157.95321728 +120 TL +111 21.32902591 -157.94738371 51 +112 21.32914004 -157.94740161 21.32921920 -157.94740429 +111 21.32914004 -157.94740161 +112 21.32914004 -157.94740161 21.32924745 -157.94740840 51 +111 21.32937224 -157.94734825 51 +112 21.32953553 -157.94677201 21.32953813 -157.94647821 51 +111 21.32946114 -157.94635581 51 +116 21.33005742 -157.94639683 21.33025927 -157.94608196 +120 TL +111 21.33488943 -157.95551082 51 +112 21.33486778 -157.95577048 21.33478945 -157.95585075 +111 21.33486778 -157.95577048 51 +111 21.33419590 -157.95649343 51 +112 21.33396642 -157.95650059 21.33383349 -157.95642503 +111 21.33396642 -157.95650059 +112 21.33396642 -157.95650059 21.33405244 -157.95661252 51 +111 21.33397775 -157.95675079 51 +111 21.33335137 -157.95745820 51 +112 21.33308113 -157.95748973 21.33291691 -157.95740019 +111 21.33308113 -157.95748973 +112 21.33308113 -157.95748973 21.33316975 -157.95766042 51 +111 21.33306350 -157.95777565 51 +111 21.33248311 -157.95843376 51 +112 21.33218455 -157.95847192 21.33202005 -157.95836049 +111 21.33218455 -157.95847192 +112 21.33218455 -157.95847192 21.33228051 -157.95861488 51 +111 21.33219640 -157.95874920 51 +111 21.33158014 -157.95943311 51 +112 21.33130489 -157.95946389 21.33113010 -157.95937528 +111 21.33130489 -157.95946389 +112 21.33130489 -157.95946389 21.33138744 -157.95963416 51 +111 21.33129056 -157.95975630 51 +111 21.33106023 -157.96001908 51 +111 21.33095338 -157.96014099 51 +111 21.33085948 -157.96024812 51 +112 21.33055683 -157.96033604 21.33035744 -157.96032457 51 +111 21.33023794 -157.96024788 51 +111 21.33001764 -157.96000967 51 +111 21.32958072 -157.95953723 51 +111 21.32948634 -157.95943518 51 +111 21.32915486 -157.95907675 51 +111 21.32878645 -157.95867839 +112 21.32878645 -157.95867839 21.32869522 -157.95859468 51 +111 21.32869183 -157.95842446 51 +111 21.32863681 -157.95806659 51 +111 21.32861384 -157.95791714 51 +111 21.32860541 -157.95786227 51 +111 21.32856928 -157.95762725 51 +111 21.32853066 -157.95737609 51 +111 21.32851353 -157.95726460 51 +111 21.32837994 -157.95639565 51 +111 21.32835820 -157.95625423 51 +111 21.32834490 -157.95616767 51 +111 21.32830334 -157.95589738 51 +111 21.32828589 -157.95578383 51 +111 21.32822022 -157.95535663 51 +111 21.32814827 -157.95488864 51 +111 21.32807543 -157.95441479 51 +111 21.32823601 -157.95342465 51 +111 21.32828078 -157.95314858 51 +111 21.32830410 -157.95300481 51 +111 21.32835273 -157.95270496 51 +111 21.32846668 -157.95200235 51 +111 21.32852173 -157.95166293 51 +111 21.32868934 -157.95062942 51 +111 21.32875262 -157.95023924 51 +111 21.32891313 -157.94924953 51 +111 21.32897772 -157.94885132 51 +111 21.32913040 -157.94790987 51 +115 21.32914652 -157.94781046 +120 TL +111 21.30969622 -157.91842101 51 +112 21.30937145 -157.91804679 21.30910194 -157.91799447 51 +115 21.30895446 -157.91821756 +120 TL +111 21.32205629 -157.91326763 51 +115 21.31943433 -157.91115121 +120 TL +111 21.32208782 -157.91343830 51 +112 21.32205629 -157.91326763 21.32199121 -157.91318457 +111 21.32205629 -157.91326763 +112 21.32205629 -157.91326763 21.32215132 -157.91332252 51 +115 21.32220920 -157.91326571 +120 TL +111 21.32313903 -157.91172392 51 +115 21.32051266 -157.90962644 +120 TL +111 21.32792822 -157.93844282 51 +116 21.32827048 -157.93807920 21.32830488 -157.93777835 +120 TL +111 21.32860341 -157.93843367 51 +111 21.32835055 -157.93843694 51 +111 21.32792822 -157.93844282 51 +115 21.32772333 -157.93844559 +120 TL +111 21.32770978 -157.94008901 51 +111 21.32831839 -157.94008179 51 +111 21.32868830 -157.94007740 51 +111 21.32908027 -157.94007275 51 +111 21.32943502 -157.94006855 51 +111 21.32982897 -157.94006388 51 +111 21.33018688 -157.94005963 51 +115 21.33057155 -157.94005507 +120 TL +111 21.33063006 -157.94315914 51 +111 21.33067546 -157.94285331 51 +111 21.33075697 -157.94230419 51 +111 21.33075697 -157.94184213 51 +111 21.33075697 -157.94146456 51 +111 21.33075697 -157.94022231 51 +111 21.33075697 -157.93987795 51 +111 21.33075697 -157.93862485 51 +112 21.33058690 -157.93842042 21.33041905 -157.93839494 +111 21.33058690 -157.93842042 51 +111 21.33017788 -157.93842315 51 +111 21.32986250 -157.93842526 51 +111 21.32942173 -157.93842820 51 +111 21.32911017 -157.93843028 51 +111 21.32868529 -157.93843312 51 +111 21.32866742 -157.93843324 51 +111 21.32860341 -157.93843367 51 +112 21.32827048 -157.93807920 21.32825014 -157.93778252 +111 21.32827048 -157.93807920 51 +111 21.32827048 -157.93684962 +112 21.32827048 -157.93684962 21.32825367 -157.93648109 51 +111 21.32792369 -157.93643927 51 +115 21.32774090 -157.93643927 +120 TL +111 21.32737714 -157.94123417 51 +112 21.32719082 -157.94090306 21.32700992 -157.94077493 51 +111 21.32681697 -157.94086692 51 +112 21.32720961 -157.94046702 21.32734341 -157.94023839 51 +115 21.32737903 -157.93991952 +120 TL +112 21.31851827 -157.91771925 21.31835115 -157.91806039 51 +115 21.31862066 -157.91829779 +120 TL +111 21.32316796 -157.91190257 51 +112 21.32313903 -157.91172392 21.32307704 -157.91164038 +111 21.32313903 -157.91172392 +112 21.32313903 -157.91172392 21.32322979 -157.91176917 51 +115 21.32330267 -157.91171104 +120 TL +111 21.32409395 -157.91037713 51 +115 21.32146758 -157.90827966 +120 TL +111 21.32412313 -157.91054451 51 +112 21.32409395 -157.91037713 21.32404653 -157.91029881 +111 21.32409395 -157.91037713 +112 21.32409395 -157.91037713 21.32416691 -157.91042412 51 +115 21.32422066 -157.91040585 +120 TL +111 21.33435194 -157.95492852 51 +112 21.33459714 -157.95488539 21.33469150 -157.95479174 +111 21.33459714 -157.95488539 51 +111 21.33535551 -157.95403644 +112 21.33535551 -157.95403644 21.33544814 -157.95391156 51 +115 21.33536718 -157.95373971 +120 TL +111 21.31286731 -157.92179182 51 +112 21.31268887 -157.92181288 21.31258703 -157.92174772 +111 21.31268887 -157.92181288 51 +111 21.31261562 -157.92175970 +112 21.31261562 -157.92175970 21.31250596 -157.92166511 51 +111 21.31241314 -157.92175276 51 +111 21.31131883 -157.92330429 +112 21.31131883 -157.92330429 21.31123693 -157.92342850 51 +111 21.31132744 -157.92354014 51 +111 21.31159527 -157.92379581 51 +111 21.31188557 -157.92407294 51 +111 21.31217207 -157.92434644 51 +111 21.31239932 -157.92456337 51 +111 21.31241437 -157.92457774 51 +111 21.31265155 -157.92476896 51 +115 21.31302094 -157.92506675 +120 TL +111 21.31436922 -157.92230698 51 +112 21.31416721 -157.92237382 21.31406628 -157.92249908 +111 21.31416721 -157.92237382 51 +111 21.31265414 -157.92454138 +112 21.31265414 -157.92454138 21.31256601 -157.92466330 51 +115 21.31264951 -157.92476791 +120 TL +111 21.32754733 -157.94432158 51 +112 21.32737337 -157.94384611 21.32736721 -157.94358183 +111 21.32737337 -157.94384611 51 +111 21.32737356 -157.94371322 51 +111 21.32737458 -157.94300407 51 +111 21.32737489 -157.94278825 51 +111 21.32737593 -157.94206884 51 +111 21.32737703 -157.94130465 51 +111 21.32737714 -157.94123417 51 +111 21.32737823 -157.94047670 51 +111 21.32737903 -157.93991952 51 +111 21.32737929 -157.93973892 51 +111 21.32738064 -157.93880779 51 +111 21.32738165 -157.93810745 51 +111 21.32738352 -157.93681092 51 +111 21.32738456 -157.93609077 51 +111 21.32739450 -157.92920021 51 +111 21.32739521 -157.92870469 51 +111 21.32739575 -157.92833402 51 +111 21.32739593 -157.92820581 51 +112 21.32744722 -157.92785345 21.32750187 -157.92773612 +111 21.32744722 -157.92785345 51 +111 21.32765647 -157.92727247 51 +112 21.32770571 -157.92688707 21.32770944 -157.92667885 +111 21.32770571 -157.92688707 51 +111 21.32770970 -157.92435733 51 +111 21.32771024 -157.92401001 51 +111 21.32771154 -157.92318953 51 +111 21.32771193 -157.92293924 51 +111 21.32771335 -157.92203853 51 +111 21.32771450 -157.92131372 51 +111 21.32771668 -157.91992779 51 +111 21.32771707 -157.91967935 51 +111 21.32771855 -157.91874117 51 +111 21.32771924 -157.91830732 51 +111 21.32771955 -157.91810912 51 +111 21.32772623 -157.91387367 51 +111 21.32772718 -157.91326805 51 +111 21.32772827 -157.91257433 51 +116 21.32775905 -157.91240915 21.32778161 -157.91236511 +120 TL +111 21.31409296 -157.92209046 51 +112 21.31391271 -157.92218150 21.31381178 -157.92230676 +111 21.31391271 -157.92218150 51 +111 21.31240830 -157.92432620 +112 21.31240830 -157.92432620 21.31232018 -157.92444812 51 +115 21.31239932 -157.92456337 +120 TL +111 21.31298922 -157.92625224 51 +112 21.31292850 -157.92565045 21.31313035 -157.92530176 +111 21.31292850 -157.92565045 +112 21.31292850 -157.92565045 21.31266673 -157.92593821 51 +115 21.31236737 -157.92571333 +120 TL +111 21.31308933 -157.92542226 51 +112 21.31302094 -157.92506675 21.31285726 -157.92490969 +111 21.31302094 -157.92506675 +112 21.31302094 -157.92506675 21.31322394 -157.92516981 51 +115 21.31335838 -157.92504050 +120 TL +111 21.31480926 -157.92298188 51 +112 21.31478115 -157.92262983 21.31465955 -157.92247451 +111 21.31478115 -157.92262983 +112 21.31478115 -157.92262983 21.31495017 -157.92270162 51 +115 21.31510341 -157.92256451 +120 TL +111 21.31384635 -157.92189717 51 +112 21.31366261 -157.92198620 21.31356169 -157.92211146 +111 21.31366261 -157.92198620 51 +111 21.31216957 -157.92409721 +112 21.31216957 -157.92409721 21.31208145 -157.92421913 51 +115 21.31217207 -157.92434644 +120 TL +111 21.31360568 -157.92170855 51 +112 21.31334415 -157.92178296 21.31324322 -157.92190822 +111 21.31334415 -157.92178296 51 +111 21.31189020 -157.92384641 +112 21.31189020 -157.92384641 21.31180208 -157.92396833 51 +115 21.31188557 -157.92407294 +120 TL +111 21.31478115 -157.92262983 51 +111 21.31436922 -157.92230698 51 +111 21.31409296 -157.92209046 51 +111 21.31384635 -157.92189717 51 +111 21.31360568 -157.92170855 51 +111 21.31333862 -157.92149924 51 +112 21.31303332 -157.92155659 21.31288900 -157.92174157 +111 21.31303332 -157.92155659 51 +111 21.31286731 -157.92179182 51 +111 21.31160197 -157.92358469 +112 21.31160197 -157.92358469 21.31152658 -157.92368874 51 +115 21.31159527 -157.92379581 +120 TL +112 21.31626824 -157.92148622 21.31599942 -157.92137920 51 +115 21.31582430 -157.92154166 +120 TL +112 21.31583736 -157.92114388 21.31596732 -157.92131013 51 +115 21.31586671 -157.92148149 +120 TL +112 21.31615113 -157.92107793 21.31597310 -157.92122317 51 +115 21.31580594 -157.92111891 +120 TL +112 21.31622105 -157.92097872 21.31608041 -157.92131315 51 +115 21.31630807 -157.92151786 +120 TL +111 21.33485766 -157.95547640 51 +112 21.33509030 -157.95542713 21.33518465 -157.95533348 +111 21.33509030 -157.95542713 51 +111 21.33584867 -157.95457818 +112 21.33584867 -157.95457818 21.33594129 -157.95445330 51 +115 21.33586773 -157.95428138 +120 TL +111 21.33043964 -157.95683311 51 +112 21.33069181 -157.95683451 21.33082428 -157.95691577 +111 21.33069181 -157.95683451 +112 21.33069181 -157.95683451 21.33060035 -157.95668892 51 +115 21.33069781 -157.95654547 +120 TL +111 21.33132582 -157.95584577 51 +112 21.33158099 -157.95584308 21.33171345 -157.95592434 +111 21.33158099 -157.95584308 +112 21.33158099 -157.95584308 21.33148953 -157.95569749 51 +115 21.33157529 -157.95556783 +120 TL +112 21.33048126 -157.95972492 21.33039983 -157.95979126 51 +111 21.33031521 -157.95971308 51 +111 21.33008182 -157.95948297 +112 21.33008182 -157.95948297 21.32998016 -157.95937815 51 +115 21.32985890 -157.95945825 +120 TL +111 21.33106023 -157.96001908 51 +112 21.33103727 -157.95979150 21.33095111 -157.95969690 +111 21.33103727 -157.95979150 51 +111 21.33082773 -157.95956235 51 +112 21.33081907 -157.95934890 21.33088210 -157.95923575 +111 21.33081907 -157.95934890 +112 21.33081907 -157.95934890 21.33073764 -157.95941524 51 +111 21.33063582 -157.95935212 51 +111 21.33041844 -157.95911245 +112 21.33041844 -157.95911245 21.33031679 -157.95900763 51 +115 21.33019696 -157.95908195 +120 TL +111 21.33282088 -157.96207904 51 +111 21.33205738 -157.96124261 51 +111 21.33179114 -157.96112871 51 +111 21.33171071 -157.96109430 51 +111 21.33154763 -157.96091517 51 +111 21.33143620 -157.96079278 51 +111 21.33123506 -157.96057185 51 +111 21.33103562 -157.96035279 51 +111 21.33094700 -157.96029402 51 +111 21.33091312 -157.96029402 51 +111 21.33085666 -157.96031218 +112 21.33085666 -157.96031218 21.33071342 -157.96038197 51 +115 21.33055683 -157.96033604 +120 TL +111 21.33095338 -157.96014099 51 +112 21.33093301 -157.95991462 21.33084684 -157.95982001 +111 21.33093301 -157.95991462 51 +111 21.33072347 -157.95968547 51 +112 21.33070059 -157.95948077 21.33076362 -157.95936763 +111 21.33070059 -157.95948077 +112 21.33070059 -157.95948077 21.33061916 -157.95954712 51 +111 21.33053156 -157.95947524 51 +111 21.33031418 -157.95923557 +112 21.33031418 -157.95923557 21.33021253 -157.95913075 51 +115 21.33008969 -157.95920135 +120 TL +111 21.33085948 -157.96024812 51 +112 21.33082354 -157.96003494 21.33073737 -157.95994034 +111 21.33082354 -157.96003494 51 +111 21.33061400 -157.95980579 51 +112 21.33059753 -157.95959549 21.33066056 -157.95948234 +111 21.33059753 -157.95959549 +112 21.33059753 -157.95959549 21.33051611 -157.95966183 51 +111 21.33042208 -157.95959556 51 +111 21.33020471 -157.95935589 +112 21.33020471 -157.95935589 21.33010305 -157.95925107 51 +115 21.32997587 -157.95932805 +120 TL +111 21.33309570 -157.95367299 51 +112 21.33334914 -157.95367820 21.33348161 -157.95375946 +111 21.33334914 -157.95367820 +112 21.33334914 -157.95367820 21.33325768 -157.95353261 51 +115 21.33334798 -157.95339471 +120 TL +111 21.32047371 -157.95426459 51 +111 21.32047381 -157.95422573 51 +111 21.32047422 -157.95406317 51 +111 21.32047440 -157.95399316 51 +111 21.32047483 -157.95382508 51 +111 21.32047498 -157.95376456 51 +111 21.32047543 -157.95358656 51 +111 21.32047557 -157.95353198 51 +111 21.32047576 -157.95345605 51 +111 21.32047603 -157.95335281 51 +111 21.32047616 -157.95330178 51 +111 21.32047631 -157.95324008 51 +111 21.32047661 -157.95312350 51 +111 21.32047675 -157.95306655 51 +111 21.32047721 -157.95288618 51 +111 21.32047734 -157.95283753 51 +111 21.32047781 -157.95264886 51 +111 21.32047795 -157.95259428 51 +111 21.32047842 -157.95241058 51 +111 21.32047853 -157.95236549 51 +111 21.32047902 -157.95217326 51 +111 21.32047911 -157.95214003 51 +111 21.32047960 -157.95194542 51 +111 21.32047972 -157.95189796 51 +111 21.32048020 -157.95170928 51 +111 21.32048033 -157.95165707 51 +115 21.32048190 -157.95104119 +120 TL +111 21.32953904 -157.95783652 51 +112 21.32980706 -157.95782940 21.32993953 -157.95791066 +111 21.32980706 -157.95782940 +112 21.32980706 -157.95782940 21.32971560 -157.95768381 51 +115 21.32980649 -157.95753854 +120 TL +111 21.33221290 -157.95485462 51 +112 21.33246635 -157.95485984 21.33259881 -157.95494110 +111 21.33246635 -157.95485984 +112 21.33246635 -157.95485984 21.33237489 -157.95471425 51 +115 21.33246519 -157.95457634 +120 TL +111 21.32385674 -157.92176684 51 +116 21.32365410 -157.92137269 21.32347165 -157.92123559 +120 TL +111 21.33218455 -157.95847192 51 +111 21.33177651 -157.95802433 51 +111 21.33134051 -157.95754608 51 +111 21.33092863 -157.95709428 51 +115 21.33069181 -157.95683451 +120 TL +111 21.33308113 -157.95748973 51 +111 21.33266902 -157.95703315 51 +111 21.33223136 -157.95655444 51 +111 21.33181975 -157.95610423 51 +115 21.33158099 -157.95584308 +120 TL +111 21.33396642 -157.95650059 51 +111 21.33354275 -157.95603718 51 +111 21.33310542 -157.95555884 51 +111 21.33269058 -157.95510509 51 +115 21.33246635 -157.95485984 +120 TL +111 21.32915486 -157.95907675 51 +112 21.32939322 -157.95906426 21.32948784 -157.95898115 +111 21.32939322 -157.95906426 51 +111 21.33003177 -157.95835348 51 +112 21.33003653 -157.95806974 21.32996760 -157.95789399 +111 21.33003653 -157.95806974 +112 21.33003653 -157.95806974 21.33017440 -157.95817612 51 +111 21.33029698 -157.95806427 51 +111 21.33092284 -157.95736372 51 +112 21.33092863 -157.95709428 21.33084835 -157.95695577 +111 21.33092863 -157.95709428 +112 21.33092863 -157.95709428 21.33108919 -157.95717431 51 +111 21.33118932 -157.95705645 51 +111 21.33178465 -157.95640096 51 +112 21.33181975 -157.95610423 21.33173681 -157.95593633 +111 21.33181975 -157.95610423 +112 21.33181975 -157.95610423 21.33196903 -157.95619072 51 +111 21.33207086 -157.95607822 51 +111 21.33269389 -157.95538626 51 +112 21.33269058 -157.95510509 21.33260657 -157.95495015 +111 21.33269058 -157.95510509 +112 21.33269058 -157.95510509 21.33283060 -157.95520222 51 +111 21.33295224 -157.95510580 51 +111 21.33357078 -157.95441021 +112 21.33357078 -157.95441021 21.33369141 -157.95427608 51 +115 21.33358520 -157.95409784 +120 TL +111 21.32958072 -157.95953723 51 +112 21.32980404 -157.95951932 21.32989865 -157.95943621 +111 21.32980404 -157.95951932 51 +111 21.32985890 -157.95945825 51 +111 21.32997587 -157.95932805 51 +111 21.33008969 -157.95920135 51 +111 21.33019696 -157.95908195 51 +111 21.33044259 -157.95880854 51 +112 21.33044735 -157.95852480 21.33037842 -157.95834905 +111 21.33044735 -157.95852480 +112 21.33044735 -157.95852480 21.33058521 -157.95863118 51 +111 21.33070780 -157.95851933 51 +111 21.33133366 -157.95781878 51 +112 21.33134051 -157.95754608 21.33126023 -157.95740757 +111 21.33134051 -157.95754608 +112 21.33134051 -157.95754608 21.33150107 -157.95762611 51 +111 21.33160014 -157.95751151 51 +111 21.33219547 -157.95685601 51 +112 21.33223136 -157.95655444 21.33214842 -157.95638655 +111 21.33223136 -157.95655444 +112 21.33223136 -157.95655444 21.33238064 -157.95664093 51 +111 21.33248168 -157.95653328 51 +111 21.33310471 -157.95584131 51 +112 21.33310542 -157.95555884 21.33302141 -157.95540390 +111 21.33310542 -157.95555884 +112 21.33310542 -157.95555884 21.33324544 -157.95565597 51 +111 21.33336305 -157.95556085 51 +111 21.33398160 -157.95486527 +112 21.33398160 -157.95486527 21.33410223 -157.95473114 51 +115 21.33402196 -157.95457101 +120 TL +111 21.33001764 -157.96000967 51 +112 21.33024280 -157.95999034 21.33033742 -157.95990723 +111 21.33024280 -157.95999034 51 +111 21.33048126 -157.95972492 51 +111 21.33059753 -157.95959549 51 +111 21.33070059 -157.95948077 51 +111 21.33081907 -157.95934890 51 +111 21.33088135 -157.95927956 51 +112 21.33088611 -157.95899582 21.33081718 -157.95882007 +111 21.33088611 -157.95899582 +112 21.33088611 -157.95899582 21.33102398 -157.95910220 51 +111 21.33114656 -157.95899035 51 +111 21.33177242 -157.95828980 51 +112 21.33177651 -157.95802433 21.33169622 -157.95788582 +111 21.33177651 -157.95802433 +112 21.33177651 -157.95802433 21.33193707 -157.95810436 51 +111 21.33203890 -157.95798253 51 +111 21.33263423 -157.95732704 51 +112 21.33266902 -157.95703315 21.33258609 -157.95686525 +111 21.33266902 -157.95703315 +112 21.33266902 -157.95703315 21.33281830 -157.95711964 51 +111 21.33292045 -157.95700430 51 +111 21.33354347 -157.95631234 51 +112 21.33354275 -157.95603718 21.33345873 -157.95588223 +111 21.33354275 -157.95603718 +112 21.33354275 -157.95603718 21.33368277 -157.95613431 51 +111 21.33380182 -157.95603188 51 +111 21.33442036 -157.95533629 +112 21.33442036 -157.95533629 21.33454100 -157.95520216 51 +115 21.33443978 -157.95502368 +120 TL +111 21.33223380 -157.96270602 51 +111 21.33150428 -157.96192624 51 +112 21.33142399 -157.96173493 21.33142987 -157.96162351 +111 21.33142399 -157.96173493 51 +111 21.33144162 -157.96141748 51 +111 21.33146707 -157.96095917 +112 21.33146707 -157.96095917 21.33147687 -157.96086667 51 +115 21.33143620 -157.96079278 +120 TL +111 21.33154763 -157.96091517 51 +112 21.33180918 -157.96080608 21.33188027 -157.96058222 +111 21.33180918 -157.96080608 51 +111 21.33192766 -157.96028205 +112 21.33192766 -157.96028205 21.33195135 -157.96017775 51 +115 21.33191172 -157.96010447 +120 TL +111 21.32823601 -157.95342465 51 +112 21.32840942 -157.95325445 21.32852888 -157.95324183 +111 21.32840942 -157.95325445 51 +111 21.32846538 -157.95325329 51 +111 21.32871415 -157.95324817 51 +111 21.32933489 -157.95323537 51 +111 21.32993991 -157.95322290 51 +111 21.33051374 -157.95321107 51 +112 21.33070584 -157.95295252 21.33070584 -157.95273388 +111 21.33070584 -157.95295252 51 +111 21.33070584 -157.95204452 +112 21.33070584 -157.95204452 21.33070584 -157.95185320 51 +111 21.33051947 -157.95182290 51 +111 21.32995000 -157.95183452 51 +111 21.32934487 -157.95184686 51 +111 21.32867923 -157.95186044 51 +111 21.32861055 -157.95186184 +112 21.32861055 -157.95186184 21.32851068 -157.95187445 51 +115 21.32846668 -157.95200235 +120 TL +111 21.32987850 -157.95598612 51 +111 21.33032711 -157.95595263 51 +112 21.33067117 -157.95541259 21.33066902 -157.95492696 +111 21.33067117 -157.95541259 51 +111 21.33065553 -157.95488374 51 +112 21.33044441 -157.95457594 21.33021822 -157.95454819 +111 21.33044441 -157.95457594 51 +111 21.32992636 -157.95459094 51 +111 21.32936761 -157.95460711 51 +111 21.32875554 -157.95462482 51 +111 21.32829940 -157.95463802 51 +111 21.32826065 -157.95463914 +112 21.32826065 -157.95463914 21.32812288 -157.95461329 51 +115 21.32807543 -157.95441479 +120 TL +111 21.32935063 -157.95599883 51 +112 21.32954630 -157.95578016 21.32955095 -157.95561001 +111 21.32954630 -157.95578016 51 +111 21.32953874 -157.95484410 51 +112 21.32936761 -157.95460711 21.32921938 -157.95454278 +111 21.32936761 -157.95460711 +112 21.32936761 -157.95460711 21.32951269 -157.95455293 51 +111 21.32952195 -157.95439796 51 +111 21.32952615 -157.95346062 51 +112 21.32933489 -157.95323537 21.32915244 -157.95318780 +111 21.32933489 -157.95323537 +112 21.32933489 -157.95323537 21.32950692 -157.95318500 51 +111 21.32952398 -157.95303531 51 +111 21.32952615 -157.95207264 51 +112 21.32934487 -157.95184686 21.32917914 -157.95181486 +111 21.32934487 -157.95184686 +112 21.32934487 -157.95184686 21.32950026 -157.95179639 51 +111 21.32952615 -157.95161749 51 +111 21.32951355 -157.95066013 51 +112 21.32932606 -157.95046186 21.32914830 -157.95041877 +111 21.32932606 -157.95046186 +112 21.32932606 -157.95046186 21.32950956 -157.95040338 51 +111 21.32952082 -157.95024906 51 +111 21.32952615 -157.94930820 +112 21.32952615 -157.94930820 21.32951755 -157.94912044 51 +115 21.32936622 -157.94908921 +120 TL +111 21.32796374 -157.95518507 51 +116 21.32814827 -157.95488864 21.32812177 -157.95461086 +120 TL +111 21.32816154 -157.95602747 51 +116 21.32834490 -157.95616767 21.32839429 -157.95629757 +120 TL +111 21.32809293 -157.95602913 51 +116 21.32828589 -157.95578383 21.32829158 -157.95557667 +120 TL +111 21.32891313 -157.94924953 51 +112 21.32906521 -157.94909296 21.32916270 -157.94907757 +111 21.32906521 -157.94909296 51 +111 21.32914831 -157.94909192 51 +111 21.32936622 -157.94908921 51 +111 21.32995118 -157.94908192 51 +115 21.33054754 -157.94907449 +120 TL +111 21.32868934 -157.95062942 51 +112 21.32883729 -157.95046979 21.32893764 -157.95045440 +111 21.32883729 -157.95046979 51 +111 21.32890751 -157.95046865 51 +111 21.32932606 -157.95046186 51 +111 21.32995391 -157.95045168 51 +111 21.33035544 -157.95044516 51 +112 21.33072244 -157.95003271 21.33074824 -157.94968490 +111 21.33072244 -157.95003271 51 +111 21.33073390 -157.94926840 51 +112 21.33054754 -157.94907449 21.33039271 -157.94904063 +111 21.33054754 -157.94907449 +112 21.33054754 -157.94907449 21.33069376 -157.94906218 51 +111 21.33073104 -157.94885903 51 +111 21.33073390 -157.94787408 +112 21.33073390 -157.94787408 21.33073677 -157.94770787 51 +115 21.33056037 -157.94766444 +120 TL +111 21.32828078 -157.95314858 51 +112 21.32814568 -157.95288903 21.32799430 -157.95283486 +111 21.32814568 -157.95288903 +112 21.32814568 -157.95288903 21.32830969 -157.95288564 51 +115 21.32835273 -157.95270496 +120 TL +111 21.32814568 -157.95288903 51 +115 21.32719952 -157.95271974 +120 TL +111 21.32876232 -157.95601300 51 +112 21.32892795 -157.95579530 21.32892795 -157.95562263 +111 21.32892795 -157.95579530 51 +111 21.32893719 -157.95489807 51 +112 21.32875554 -157.95462482 21.32856946 -157.95458080 +111 21.32875554 -157.95462482 +112 21.32875554 -157.95462482 21.32891639 -157.95458758 51 +111 21.32891410 -157.95442716 51 +111 21.32892480 -157.95347757 51 +115 21.32871415 -157.95324817 +120 TL +111 21.32958764 -157.90700516 51 +111 21.32928551 -157.90676999 +111 21.32927619 -157.90676350 51 +111 21.32920791 -157.90671051 +111 21.32919775 -157.90670263 51 +111 21.32899755 -157.90654729 +112 21.32899755 -157.90654729 21.32887888 -157.90644969 51 +115 21.32877967 -157.90643444 +120 TL +111 21.32914831 -157.94909192 51 +116 21.32897772 -157.94885132 21.32897535 -157.94866915 +120 TL +111 21.32890751 -157.95046865 51 +116 21.32875262 -157.95023924 21.32875026 -157.95005707 +120 TL +111 21.32867923 -157.95186044 51 +116 21.32852173 -157.95166293 21.32851936 -157.95148077 +120 TL +111 21.32846538 -157.95325329 51 +116 21.32830410 -157.95300481 21.32829227 -157.95278201 +120 TL +111 21.32847659 -157.95601988 51 +116 21.32828589 -157.95578383 21.32825274 -157.95556104 +120 TL +111 21.32814827 -157.95488864 51 +116 21.32829940 -157.95463802 21.32846856 -157.95460113 +120 TL +111 21.32835820 -157.95625423 51 +116 21.32852964 -157.95601861 21.32869879 -157.95598172 +120 TL +111 21.32787957 -157.95757264 51 +112 21.32784798 -157.95745941 21.32785840 -157.95738106 +111 21.32784798 -157.95745941 51 +111 21.32793399 -157.95689698 51 +112 21.32809299 -157.95671510 21.32820768 -157.95668153 +111 21.32809299 -157.95671510 51 +111 21.32822071 -157.95669832 +112 21.32822071 -157.95669832 21.32837449 -157.95667034 51 +115 21.32837994 -157.95639565 +120 TL +111 21.32860541 -157.95786227 51 +112 21.32845395 -157.95769240 21.32833666 -157.95767281 +111 21.32845395 -157.95769240 51 +111 21.32831767 -157.95766398 51 +111 21.32787957 -157.95757264 51 +111 21.32779740 -157.95755550 51 +112 21.32761352 -157.95730694 21.32761613 -157.95709428 +111 21.32761352 -157.95730694 51 +111 21.32777311 -157.95623806 +112 21.32777311 -157.95623806 21.32781482 -157.95605618 51 +115 21.32797545 -157.95603195 +120 TL +111 21.33008835 -157.94622214 51 +112 21.33029173 -157.94605251 21.33045976 -157.94603401 +111 21.33029173 -157.94605251 +112 21.33029173 -157.94605251 21.33014310 -157.94597619 51 +115 21.33015765 -157.94583078 +120 TL +111 21.33029173 -157.94605251 51 +111 21.33049437 -157.94604784 51 +115 21.33115950 -157.94603253 +120 TL +111 21.33072041 -157.94360815 51 +115 21.33159236 -157.94359212 +120 TL +111 21.33062993 -157.94414697 51 +115 21.33150061 -157.94412153 +120 TL +111 21.33175133 -157.94381394 51 +112 21.33159236 -157.94359212 21.33144327 -157.94354595 +111 21.33159236 -157.94359212 +112 21.33159236 -157.94359212 21.33174432 -157.94360135 51 +115 21.33181032 -157.94345670 +120 TL +111 21.33166586 -157.94433161 51 +112 21.33150061 -157.94412153 21.33135152 -157.94407536 +111 21.33150061 -157.94412153 +112 21.33150061 -157.94412153 21.33165257 -157.94413077 51 +115 21.33172279 -157.94398681 +120 TL +111 21.33053515 -157.94467423 51 +111 21.33116796 -157.94465775 51 +111 21.33146199 -157.94465009 +112 21.33146199 -157.94465009 21.33159675 -157.94463778 51 +111 21.33164586 -157.94445270 51 +111 21.33166586 -157.94433161 51 +111 21.33172279 -157.94398681 51 +111 21.33175133 -157.94381394 51 +111 21.33181032 -157.94345670 51 +111 21.33182973 -157.94333912 +112 21.33182973 -157.94333912 21.33184694 -157.94307749 51 +111 21.33167708 -157.94304490 51 +115 21.33080616 -157.94307519 +120 TL +111 21.33044280 -157.94766643 51 +112 21.33065047 -157.94740642 21.33065047 -157.94717551 +111 21.33065047 -157.94740642 51 +111 21.33065047 -157.94625560 +112 21.33065047 -157.94625560 21.33065394 -157.94609545 51 +115 21.33049437 -157.94604784 +120 TL +111 21.33115614 -157.94765437 51 +112 21.33134089 -157.94741836 21.33134436 -157.94723214 +111 21.33134089 -157.94741836 51 +111 21.33133669 -157.94627372 51 +112 21.33115950 -157.94603253 21.33099645 -157.94600646 +111 21.33115950 -157.94603253 +112 21.33115950 -157.94603253 21.33131909 -157.94596922 51 +111 21.33134509 -157.94578702 51 +111 21.33134509 -157.94490826 +112 21.33134509 -157.94490826 21.33134162 -157.94471460 51 +115 21.33116796 -157.94465775 +120 TL +111 21.33061445 -157.94324743 51 +112 21.33080616 -157.94307519 21.33096471 -157.94305330 +111 21.33080616 -157.94307519 +112 21.33080616 -157.94307519 21.33066313 -157.94300489 51 +115 21.33067546 -157.94285331 +120 TL +111 21.33052026 -157.94377997 51 +112 21.33072041 -157.94360815 21.33088843 -157.94358965 +111 21.33072041 -157.94360815 +112 21.33072041 -157.94360815 21.33057177 -157.94353184 51 +115 21.33059030 -157.94338396 +120 TL +111 21.33042550 -157.94431803 51 +112 21.33062993 -157.94414697 21.33079796 -157.94412847 +111 21.33062993 -157.94414697 +112 21.33062993 -157.94414697 21.33048130 -157.94407066 51 +115 21.33049489 -157.94392343 +120 TL +111 21.33033170 -157.94484778 51 +112 21.33053515 -157.94467423 21.33070318 -157.94465573 +111 21.33053515 -157.94467423 +112 21.33053515 -157.94467423 21.33038652 -157.94459792 51 +115 21.33040142 -157.94445402 +120 TL +111 21.33550995 -157.94758077 51 +112 21.33567727 -157.94733653 21.33567727 -157.94714227 +111 21.33567727 -157.94733653 51 +111 21.33567727 -157.94700120 +112 21.33567727 -157.94700120 21.33567512 -157.94675144 51 +115 21.33548669 -157.94674322 +120 TL +111 21.33515884 -157.94758670 51 +112 21.33532895 -157.94734670 21.33532895 -157.94715245 +111 21.33532895 -157.94734670 51 +111 21.33532895 -157.94701138 +112 21.33532895 -157.94701138 21.33532680 -157.94676162 51 +115 21.33514415 -157.94674829 +120 TL +111 21.33479909 -157.94759278 51 +112 21.33498062 -157.94735433 21.33498062 -157.94716008 +111 21.33498062 -157.94735433 51 +111 21.33498062 -157.94701901 +112 21.33498062 -157.94701901 21.33497847 -157.94676925 51 +115 21.33480165 -157.94675336 +120 TL +111 21.33443725 -157.94759890 51 +112 21.33462993 -157.94735179 21.33462993 -157.94715753 +111 21.33462993 -157.94735179 51 +111 21.33462993 -157.94701646 +112 21.33462993 -157.94701646 21.33462777 -157.94676670 51 +115 21.33444612 -157.94675862 +120 TL +111 21.33412101 -157.94760425 51 +112 21.33428160 -157.94735942 21.33428160 -157.94716516 +111 21.33428160 -157.94735942 51 +111 21.33428160 -157.94702410 +112 21.33428160 -157.94702410 21.33427945 -157.94677434 51 +115 21.33408913 -157.94676390 +120 TL +111 21.33375275 -157.94761047 51 +112 21.33393565 -157.94736960 21.33393565 -157.94717534 +111 21.33393565 -157.94736960 51 +111 21.33393565 -157.94703427 +112 21.33393565 -157.94703427 21.33393349 -157.94678451 51 +115 21.33374222 -157.94676903 +120 TL +111 21.33341018 -157.94761626 51 +112 21.33359206 -157.94736705 21.33359206 -157.94717280 +111 21.33359206 -157.94736705 51 +111 21.33359206 -157.94703173 +112 21.33359206 -157.94703173 21.33358991 -157.94678197 51 +115 21.33341267 -157.94677391 +120 TL +111 21.33307415 -157.94762194 51 +112 21.33324136 -157.94737214 21.33324136 -157.94717788 +111 21.33324136 -157.94737214 51 +111 21.33324136 -157.94703681 +112 21.33324136 -157.94703681 21.33323921 -157.94678706 51 +115 21.33304425 -157.94677936 +120 TL +111 21.33273007 -157.94762776 51 +112 21.33289067 -157.94738232 21.33289067 -157.94718806 +111 21.33289067 -157.94738232 51 +111 21.33289067 -157.94704699 +112 21.33289067 -157.94704699 21.33288852 -157.94679723 51 +115 21.33270148 -157.94678443 +120 TL +111 21.33237458 -157.94763377 51 +112 21.33255068 -157.94738977 21.33255068 -157.94719551 +111 21.33255068 -157.94738977 51 +111 21.33255068 -157.94705444 +112 21.33255068 -157.94705444 21.33254853 -157.94680468 51 +115 21.33230264 -157.94679033 +120 TL +111 21.33005742 -157.94639683 51 +111 21.33008835 -157.94622214 51 +111 21.33015765 -157.94583078 51 +111 21.33033170 -157.94484778 51 +111 21.33040142 -157.94445402 51 +111 21.33042550 -157.94431803 51 +111 21.33049489 -157.94392343 51 +111 21.33052026 -157.94377997 51 +111 21.33055893 -157.94356134 51 +111 21.33059030 -157.94338396 51 +111 21.33061445 -157.94324743 51 +115 21.33063006 -157.94315914 +120 TL +111 21.32914004 -157.94740161 51 +116 21.32952841 -157.94678157 21.32959784 -157.94626173 +120 TL +111 21.32937224 -157.94734825 51 +116 21.33005742 -157.94639683 21.33018775 -157.94567211 +120 TL +111 21.32914652 -157.94781046 51 +115 21.32937224 -157.94734825 +120 TL +112 21.32945890 -157.94768306 21.32919383 -157.94769872 51 +115 21.32913040 -157.94790987 +120 TL +111 21.32922746 -157.94759678 51 +112 21.32945890 -157.94768306 21.32960847 -157.94768306 +111 21.32945890 -157.94768306 51 +111 21.33044280 -157.94766643 51 +111 21.33056037 -157.94766444 51 +111 21.33115614 -157.94765437 51 +111 21.33192649 -157.94764135 51 +111 21.33237458 -157.94763377 51 +111 21.33273007 -157.94762776 51 +111 21.33307415 -157.94762194 51 +111 21.33341018 -157.94761626 51 +111 21.33375275 -157.94761047 51 +111 21.33412101 -157.94760425 51 +111 21.33443725 -157.94759890 51 +111 21.33479909 -157.94759278 51 +111 21.33515884 -157.94758670 51 +111 21.33550995 -157.94758077 51 +111 21.33583755 -157.94757523 51 +112 21.33602105 -157.94733514 21.33602536 -157.94713163 +111 21.33602105 -157.94733514 51 +111 21.33602105 -157.94695961 +112 21.33602105 -157.94695961 21.33601028 -157.94676304 51 +111 21.33584042 -157.94673799 51 +111 21.33548669 -157.94674322 51 +111 21.33514415 -157.94674829 51 +111 21.33480165 -157.94675336 51 +111 21.33444612 -157.94675862 51 +111 21.33408913 -157.94676390 51 +111 21.33374222 -157.94676903 51 +111 21.33341267 -157.94677391 51 +111 21.33304425 -157.94677936 51 +111 21.33270148 -157.94678443 51 +111 21.33230264 -157.94679033 51 +112 21.33209621 -157.94701502 21.33209621 -157.94723009 +111 21.33209621 -157.94701502 51 +111 21.33209619 -157.94743595 +112 21.33209619 -157.94743595 21.33208542 -157.94759551 51 +115 21.33192649 -157.94764135 +120 TL +111 21.32098941 -157.95447793 51 +111 21.32099098 -157.95403232 51 +111 21.32099112 -157.95399316 51 +111 21.32099182 -157.95379381 51 +111 21.32099196 -157.95375464 51 +111 21.32099263 -157.95356242 51 +111 21.32099275 -157.95352918 51 +111 21.32099346 -157.95332627 51 +111 21.32099359 -157.95329066 51 +111 21.32099427 -157.95309867 51 +111 21.32099436 -157.95307257 51 +111 21.32099510 -157.95286135 51 +111 21.32099523 -157.95282456 51 +111 21.32099593 -157.95262521 51 +111 21.32099605 -157.95259199 51 +111 21.32099678 -157.95238552 51 +111 21.32099689 -157.95235365 51 +111 21.32099759 -157.95215548 51 +111 21.32099771 -157.95212107 51 +111 21.32099840 -157.95192410 51 +111 21.32099854 -157.95188493 51 +111 21.32099922 -157.95169152 51 +111 21.32099937 -157.95164881 51 +111 21.32100004 -157.95145779 51 +111 21.32100137 -157.95108236 51 +112 21.32097122 -157.95094653 21.32093723 -157.95087530 +111 21.32097122 -157.95094653 51 +111 21.32072087 -157.95037571 51 +112 21.32069659 -157.94997960 21.32076080 -157.94977858 +111 21.32069659 -157.94997960 51 +111 21.32226064 -157.94534436 51 +112 21.32269703 -157.94456031 21.32287257 -157.94436777 +111 21.32269703 -157.94456031 51 +111 21.32296580 -157.94427201 51 +111 21.32349959 -157.94369942 +111 21.32351050 -157.94368772 51 +111 21.32386909 -157.94330307 +112 21.32386909 -157.94330307 21.32392510 -157.94323832 51 +115 21.32405393 -157.94320646 +120 TL +111 21.32856928 -157.95762725 51 +116 21.32873604 -157.95739367 21.32891052 -157.95734511 +120 TL +111 21.32851353 -157.95726460 51 +112 21.32869319 -157.95739590 21.32882244 -157.95741671 +111 21.32869319 -157.95739590 51 +111 21.32873604 -157.95739367 51 +111 21.32896031 -157.95738202 51 +112 21.32915202 -157.95715540 21.32915633 -157.95694033 +111 21.32915202 -157.95715540 51 +111 21.32915202 -157.95623039 +112 21.32915202 -157.95623039 21.32913695 -157.95603614 51 +115 21.32898936 -157.95600754 +120 TL +111 21.32822022 -157.95535663 51 +112 21.32804639 -157.95518192 21.32791595 -157.95515818 +111 21.32804639 -157.95518192 51 +111 21.32796374 -157.95518507 51 +111 21.32787290 -157.95518853 +112 21.32787290 -157.95518853 21.32773386 -157.95517802 51 +111 21.32766833 -157.95536517 51 +111 21.32760480 -157.95573708 +112 21.32760480 -157.95573708 21.32758913 -157.95598936 51 +111 21.32780601 -157.95603604 51 +111 21.32797545 -157.95603195 51 +111 21.32809293 -157.95602913 51 +111 21.32816154 -157.95602747 51 +111 21.32847659 -157.95601988 51 +111 21.32852964 -157.95601861 51 +111 21.32876232 -157.95601300 51 +111 21.32898936 -157.95600754 51 +111 21.32935063 -157.95599883 51 +111 21.32987850 -157.95598612 51 +112 21.33010243 -157.95571864 21.33010529 -157.95548472 +111 21.33010243 -157.95571864 51 +111 21.33010186 -157.95479776 51 +112 21.32992636 -157.95459094 21.32975833 -157.95456087 +111 21.32992636 -157.95459094 +112 21.32992636 -157.95459094 21.33008146 -157.95454700 51 +111 21.33010446 -157.95439203 51 +111 21.33010446 -157.95341981 51 +112 21.32993991 -157.95322290 21.32976543 -157.95317202 +111 21.32993991 -157.95322290 +112 21.32993991 -157.95322290 21.33011655 -157.95318359 51 +111 21.33012532 -157.95299169 51 +111 21.33012792 -157.95203192 51 +112 21.32995000 -157.95183452 21.32978657 -157.95178835 +111 21.32995000 -157.95183452 +112 21.32995000 -157.95183452 21.33011343 -157.95177911 51 +111 21.33011750 -157.95162339 51 +111 21.33012532 -157.95066754 51 +112 21.32995391 -157.95045168 21.32978188 -157.95039627 +111 21.32995391 -157.95045168 +112 21.32995391 -157.95045168 21.33012020 -157.95041166 51 +111 21.33013053 -157.95025342 51 +111 21.33013053 -157.94930204 51 +112 21.32995118 -157.94908192 21.32977915 -157.94903883 +111 21.32995118 -157.94908192 +112 21.32995118 -157.94908192 21.33010888 -157.94903267 51 +111 21.33013053 -157.94887741 51 +111 21.33013313 -157.94789526 51 +112 21.33003148 -157.94769160 21.32993356 -157.94762432 +111 21.33003148 -157.94769160 51 +111 21.32974476 -157.94748733 +112 21.32974476 -157.94748733 21.32955285 -157.94734858 51 +111 21.32956069 -157.94710157 51 +115 21.32953553 -157.94677201 +120 TL +111 21.33123506 -157.96057185 51 +112 21.33148692 -157.96046266 21.33155801 -157.96023881 +111 21.33148692 -157.96046266 51 +111 21.33160540 -157.95993863 +112 21.33160540 -157.95993863 21.33162909 -157.95983434 51 +115 21.33159245 -157.95975935 +120 TL +111 21.33179114 -157.96112871 51 +112 21.33216090 -157.96098910 21.33221564 -157.96081841 +111 21.33216090 -157.96098910 51 +111 21.33222598 -157.96070331 +112 21.33222598 -157.96070331 21.33227290 -157.96050744 51 +111 21.33217814 -157.96039246 51 +111 21.33191172 -157.96010447 51 +111 21.33159245 -157.95975935 51 +111 21.33088611 -157.95899582 51 +111 21.33046384 -157.95853936 51 +111 21.33003652 -157.95807743 51 +115 21.32980706 -157.95782940 +120 TL +111 21.33311598 -157.95385126 51 +111 21.33313486 -157.95383008 51 +111 21.33344751 -157.95347940 51 +111 21.33370667 -157.95318870 51 +111 21.33387521 -157.95312619 51 +111 21.33463703 -157.95304924 +112 21.33463703 -157.95304924 21.33475077 -157.95305179 51 +111 21.33482170 -157.95314942 51 +111 21.33488441 -157.95321728 51 +111 21.33536718 -157.95373971 51 +111 21.33586773 -157.95428138 51 +112 21.33589868 -157.95469821 21.33577546 -157.95492716 +111 21.33589868 -157.95469821 51 +111 21.33517783 -157.95549123 +112 21.33517783 -157.95549123 21.33502704 -157.95565521 51 +111 21.33488943 -157.95551082 51 +111 21.33485766 -157.95547640 51 +111 21.33443978 -157.95502368 51 +111 21.33435194 -157.95492852 51 +111 21.33402196 -157.95457101 51 +111 21.33385747 -157.95439281 51 +111 21.33358520 -157.95409784 51 +111 21.33337487 -157.95386997 +112 21.33337487 -157.95386997 21.33326093 -157.95375912 51 +111 21.33311598 -157.95385126 51 +111 21.33246519 -157.95457634 51 +111 21.33221328 -157.95485700 51 +111 21.33157529 -157.95556783 51 +111 21.33132582 -157.95584577 51 +111 21.33069781 -157.95654547 51 +111 21.33043964 -157.95683311 51 +111 21.32980649 -157.95753854 51 +111 21.32953904 -157.95783652 51 +111 21.32939330 -157.95799889 51 +112 21.32896036 -157.95818665 21.32870682 -157.95817902 51 +115 21.32861249 -157.95791724 +120 TL +111 21.32047972 -157.95189796 51 +112 21.32056854 -157.95180027 21.32063803 -157.95178348 +111 21.32056854 -157.95180027 +112 21.32056854 -157.95180027 21.32050120 -157.95178664 51 +115 21.32048020 -157.95170928 +120 TL +111 21.32047911 -157.95214003 51 +112 21.32056707 -157.95203244 21.32063656 -157.95201565 +111 21.32056707 -157.95203244 +112 21.32056707 -157.95203244 21.32049973 -157.95201881 51 +115 21.32047960 -157.95194542 +120 TL +111 21.32047853 -157.95236549 51 +112 21.32056707 -157.95226619 21.32063656 -157.95224940 +111 21.32056707 -157.95226619 +112 21.32056707 -157.95226619 21.32049973 -157.95225256 51 +115 21.32047902 -157.95217326 +120 TL +111 21.32047795 -157.95259428 51 +112 21.32056266 -157.95250152 21.32063215 -157.95248473 +111 21.32056266 -157.95250152 +112 21.32056266 -157.95250152 21.32049531 -157.95248789 51 +115 21.32047842 -157.95241058 +120 TL +111 21.32047734 -157.95283753 51 +112 21.32056624 -157.95273762 21.32063573 -157.95272083 +111 21.32056624 -157.95273762 +112 21.32056624 -157.95273762 21.32049890 -157.95272399 51 +115 21.32047781 -157.95264886 +120 TL +111 21.32047675 -157.95306655 51 +112 21.32056266 -157.95297060 21.32063215 -157.95295382 +111 21.32056266 -157.95297060 +112 21.32056266 -157.95297060 21.32049531 -157.95295697 51 +115 21.32047721 -157.95288618 +120 TL +111 21.32047616 -157.95330178 51 +112 21.32056266 -157.95320277 21.32063215 -157.95318599 +111 21.32056266 -157.95320277 +112 21.32056266 -157.95320277 21.32049531 -157.95318915 51 +115 21.32047661 -157.95312350 +120 TL +111 21.32047557 -157.95353198 51 +112 21.32056266 -157.95343494 21.32063215 -157.95341816 +111 21.32056266 -157.95343494 +112 21.32056266 -157.95343494 21.32049531 -157.95342132 51 +115 21.32047603 -157.95335281 +120 TL +111 21.32047498 -157.95376456 51 +112 21.32056413 -157.95367185 21.32063362 -157.95365507 +111 21.32056413 -157.95367185 +112 21.32056413 -157.95367185 21.32049679 -157.95365823 51 +115 21.32047543 -157.95358656 +120 TL +111 21.32091006 -157.95155744 51 +111 21.32059021 -157.95156584 +112 21.32059021 -157.95156584 21.32049941 -157.95157348 51 +115 21.32048033 -157.95165707 +120 TL +111 21.32091006 -157.95178944 51 +115 21.32056854 -157.95180027 +120 TL +111 21.32091006 -157.95202494 51 +115 21.32056707 -157.95203244 +120 TL +111 21.32091006 -157.95226185 51 +115 21.32056707 -157.95226619 +120 TL +111 21.32090418 -157.95249402 51 +115 21.32056266 -157.95250152 +120 TL +111 21.32090271 -157.95272935 51 +115 21.32056624 -157.95273762 +120 TL +111 21.32089976 -157.95296140 51 +115 21.32056266 -157.95297060 +120 TL +111 21.32090124 -157.95319843 51 +115 21.32056266 -157.95320277 +120 TL +111 21.32090124 -157.95343218 51 +115 21.32056266 -157.95343494 +120 TL +111 21.32089976 -157.95366278 51 +115 21.32056413 -157.95367185 +120 TL +111 21.32089965 -157.95389960 51 +115 21.32055824 -157.95390560 +120 TL +111 21.32047440 -157.95399316 51 +112 21.32055824 -157.95390560 21.32062773 -157.95388882 +111 21.32055824 -157.95390560 +112 21.32055824 -157.95390560 21.32049090 -157.95389198 51 +115 21.32047483 -157.95382508 +120 TL +111 21.32047381 -157.95422573 51 +112 21.32055972 -157.95413935 21.32062920 -157.95412257 +111 21.32055972 -157.95413935 +112 21.32055972 -157.95413935 21.32049237 -157.95412573 51 +115 21.32047422 -157.95406317 +120 TL +111 21.32099098 -157.95403232 51 +112 21.32089678 -157.95412982 21.32082023 -157.95413173 +111 21.32089678 -157.95412982 51 +115 21.32055972 -157.95413935 +120 TL +111 21.32099112 -157.95399316 51 +112 21.32089965 -157.95389960 21.32081727 -157.95388058 +111 21.32089965 -157.95389960 +112 21.32089965 -157.95389960 21.32097861 -157.95388246 51 +115 21.32099182 -157.95379381 +120 TL +111 21.32099196 -157.95375464 51 +112 21.32089976 -157.95366278 21.32081738 -157.95364375 +111 21.32089976 -157.95366278 +112 21.32089976 -157.95366278 21.32097872 -157.95364564 51 +115 21.32099263 -157.95356242 +120 TL +111 21.32099275 -157.95352918 51 +112 21.32090124 -157.95343218 21.32081885 -157.95341316 +111 21.32090124 -157.95343218 +112 21.32090124 -157.95343218 21.32098019 -157.95341505 51 +115 21.32099346 -157.95332627 +120 TL +111 21.32099359 -157.95329066 51 +112 21.32090124 -157.95319843 21.32081885 -157.95317941 +111 21.32090124 -157.95319843 +112 21.32090124 -157.95319843 21.32098019 -157.95318130 51 +115 21.32099427 -157.95309867 +120 TL +111 21.32099436 -157.95307257 51 +112 21.32089976 -157.95296140 21.32081738 -157.95294237 +111 21.32089976 -157.95296140 +112 21.32089976 -157.95296140 21.32097872 -157.95294426 51 +115 21.32099510 -157.95286135 +120 TL +111 21.32099523 -157.95282456 51 +112 21.32090271 -157.95272935 21.32082032 -157.95271033 +111 21.32090271 -157.95272935 +112 21.32090271 -157.95272935 21.32098166 -157.95271221 51 +115 21.32099593 -157.95262521 +120 TL +111 21.32099605 -157.95259199 51 +112 21.32090418 -157.95249402 21.32082180 -157.95247499 +111 21.32090418 -157.95249402 +112 21.32090418 -157.95249402 21.32098313 -157.95247688 51 +115 21.32099678 -157.95238552 +120 TL +111 21.32099689 -157.95235365 51 +112 21.32091006 -157.95226185 21.32082768 -157.95224282 +111 21.32091006 -157.95226185 +112 21.32091006 -157.95226185 21.32098902 -157.95224471 51 +115 21.32099759 -157.95215548 +120 TL +111 21.32099771 -157.95212107 51 +112 21.32091006 -157.95202494 21.32082768 -157.95200591 +111 21.32091006 -157.95202494 +112 21.32091006 -157.95202494 21.32098902 -157.95200780 51 +115 21.32099840 -157.95192410 +120 TL +111 21.32099854 -157.95188493 51 +112 21.32091006 -157.95178944 21.32082768 -157.95177042 +111 21.32091006 -157.95178944 +112 21.32091006 -157.95178944 21.32098902 -157.95177231 51 +115 21.32099922 -157.95169152 +120 TL +111 21.32099937 -157.95164881 51 +112 21.32091006 -157.95155744 21.32082768 -157.95153841 +111 21.32091006 -157.95155744 +112 21.32091006 -157.95155744 21.32098902 -157.95154030 51 +115 21.32099778 -157.95146022 +120 TL +111 21.32047902 -157.95217326 51 +112 21.32036564 -157.95207234 21.32027662 -157.95204975 +111 21.32036564 -157.95207234 +112 21.32036564 -157.95207234 21.32045344 -157.95205402 51 +115 21.32047960 -157.95194542 +120 TL +111 21.32047576 -157.95345605 51 +112 21.32036348 -157.95335340 21.32027447 -157.95333081 +111 21.32036348 -157.95335340 +112 21.32036348 -157.95335340 21.32045129 -157.95333508 51 +115 21.32047631 -157.95324008 +120 TL +111 21.32795155 -157.94624793 51 +116 21.32779584 -157.94636450 21.32777038 -157.94653479 +120 TL +111 21.32779118 -157.94735864 51 +111 21.32779780 -157.94635610 51 +111 21.32779900 -157.94617503 51 +116 21.32774422 -157.94602875 21.32770633 -157.94598942 +120 TL +111 21.31957015 -157.95336746 51 +112 21.31948553 -157.95325549 21.31948122 -157.95316531 +111 21.31948553 -157.95325549 51 +111 21.31948122 -157.95220104 +112 21.31948122 -157.95220104 21.31948553 -157.95210855 51 +115 21.31959663 -157.95208590 +120 TL +111 21.32312331 -157.92753325 51 +116 21.32357427 -157.92726408 21.32384440 -157.92724119 +120 TL +111 21.32296580 -157.94427201 51 +112 21.32303061 -157.94404892 21.32304138 -157.94392405 +111 21.32303061 -157.94404892 51 +111 21.32303064 -157.94372713 51 +111 21.32303076 -157.94248188 51 +111 21.32303093 -157.94090396 51 +111 21.32303094 -157.94078546 51 +111 21.32303101 -157.94002708 51 +111 21.32303111 -157.93904639 51 +111 21.32303118 -157.93837942 51 +111 21.32303134 -157.93679142 51 +111 21.32303141 -157.93611606 51 +111 21.32303150 -157.93515886 51 +111 21.32303158 -157.93442941 51 +111 21.32303224 -157.92792467 51 +112 21.32312331 -157.92753325 21.32322757 -157.92733484 +111 21.32312331 -157.92753325 51 +111 21.32376168 -157.92639329 +112 21.32376168 -157.92639329 21.32382091 -157.92629409 51 +115 21.32385492 -157.92613401 +120 TL +111 21.31974518 -157.95336436 51 +112 21.31965570 -157.95325549 21.31965140 -157.95316531 +111 21.31965570 -157.95325549 51 +111 21.31965140 -157.95220104 +112 21.31965140 -157.95220104 21.31965571 -157.95210855 51 +115 21.31976292 -157.95208297 +120 TL +111 21.32036348 -157.95335340 51 +111 21.31974518 -157.95336436 51 +111 21.31957015 -157.95336746 51 +111 21.31945012 -157.95336958 51 +112 21.31934526 -157.95324698 21.31934673 -157.95314590 +111 21.31934526 -157.95324698 51 +111 21.31933596 -157.95221570 +112 21.31933596 -157.95221570 21.31934037 -157.95209093 51 +111 21.31944797 -157.95208852 51 +111 21.31959663 -157.95208590 51 +111 21.31976292 -157.95208297 51 +115 21.32036564 -157.95207234 +120 TL +111 21.32303094 -157.94078546 51 +112 21.32264498 -157.94041124 21.32232402 -157.94037192 +111 21.32264498 -157.94041124 +112 21.32264498 -157.94041124 21.32296595 -157.94035574 51 +115 21.32303101 -157.94002708 +120 TL +111 21.32303111 -157.93904639 51 +112 21.32269610 -157.93874642 21.32241821 -157.93870710 +111 21.32269610 -157.93874642 +112 21.32269610 -157.93874642 21.32297829 -157.93867242 51 +115 21.32303118 -157.93837942 +120 TL +111 21.32523545 -157.91015925 51 +111 21.32523535 -157.90957033 51 +116 21.32488783 -157.90945727 21.32458414 -157.90967369 +120 TL +111 21.32269394 -157.93648272 51 +115 21.32206296 -157.93648345 +120 TL +111 21.32269610 -157.93874642 51 +115 21.32205788 -157.93874623 +120 TL +111 21.32171768 -157.93914554 51 +112 21.32205788 -157.93874623 21.32237024 -157.93868195 +111 21.32205788 -157.93874623 +112 21.32205788 -157.93874623 21.32174390 -157.93867500 51 +115 21.32171989 -157.93838456 +120 TL +111 21.32172430 -157.93685901 51 +112 21.32206296 -157.93648345 21.32237532 -157.93641916 +111 21.32206296 -157.93648345 +112 21.32206296 -157.93648345 21.32174898 -157.93641222 51 +115 21.32172647 -157.93611063 +120 TL +111 21.32303150 -157.93515886 51 +112 21.32267621 -157.93479524 21.32239832 -157.93475593 +111 21.32267621 -157.93479524 +112 21.32267621 -157.93479524 21.32295840 -157.93472124 51 +115 21.32303158 -157.93442941 +120 TL +111 21.32303134 -157.93679142 51 +112 21.32269394 -157.93648272 21.32241606 -157.93644341 +111 21.32269394 -157.93648272 +112 21.32269394 -157.93648272 21.32297613 -157.93640872 51 +115 21.32303141 -157.93611606 +120 TL +111 21.32193545 -157.91578774 51 +111 21.32226669 -157.91531829 51 +112 21.32348154 -157.91411201 21.32414764 -157.91362042 51 +115 21.32503584 -157.91340630 +120 TL +111 21.32264498 -157.94041124 51 +111 21.32208643 -157.94041868 +112 21.32208643 -157.94041868 21.32173715 -157.94038231 51 +111 21.32171522 -157.93999785 51 +111 21.32171768 -157.93914554 51 +111 21.32171989 -157.93838456 51 +111 21.32172430 -157.93685901 51 +111 21.32172647 -157.93611063 51 +111 21.32172909 -157.93520490 +112 21.32172909 -157.93520490 21.32174648 -157.93482439 51 +111 21.32207949 -157.93479152 51 +115 21.32267621 -157.93479524 +120 TL +111 21.32250747 -157.94348706 51 +116 21.32303076 -157.94248188 21.32308280 -157.94180408 +120 TL +111 21.30680958 -157.91328363 51 +111 21.30680949 -157.91269479 51 +112 21.30732893 -157.91211758 21.30778529 -157.91207122 +111 21.30732893 -157.91211758 +112 21.30732893 -157.91211758 21.30720313 -157.91210562 51 +115 21.30707979 -157.91202479 +120 TL +111 21.30681132 -157.92398835 51 +111 21.30681123 -157.92339950 51 +116 21.30742958 -157.92101626 21.30802566 -157.91985851 +120 TL +111 21.30681206 -157.93263822 51 +111 21.30681216 -157.93322707 51 +116 21.30746132 -157.93563154 21.30805536 -157.93670521 +120 TL +111 21.30681184 -157.94331603 51 +111 21.30681194 -157.94390487 51 +112 21.30730874 -157.94448777 21.30776386 -157.94455470 +111 21.30730874 -157.94448777 +112 21.30730874 -157.94448777 21.30716717 -157.94452002 51 +115 21.30707764 -157.94457576 +120 TB +111 21.32545501 -157.94088440 53 102 +112 21.32600344 -157.94117876 21.32640487 -157.94098968 +111 21.32600344 -157.94117876 53 102 +111 21.32669743 -157.94074267 53 102 +112 21.32723909 -157.93976144 21.32726367 -157.93911504 +111 21.32723909 -157.93976144 53 102 +111 21.32727633 -157.93909276 53 102 +111 21.32729399 -157.92922182 53 102 +112 21.32712167 -157.92901086 21.32697138 -157.92900838 +111 21.32712167 -157.92901086 53 102 +111 21.32567878 -157.92902159 +112 21.32567878 -157.92902159 21.32559785 -157.92901414 53 102 +115 21.32545501 -157.92908009 +120 TB +111 21.32747629 -157.94371547 53 102 +116 21.32761635 -157.94423288 21.32777023 -157.94441459 +120 TB +111 21.32748817 -157.93676983 53 102 +115 21.32748512 -157.93811167 +120 TB +111 21.32748512 -157.93877959 53 102 +115 21.32748417 -157.93976247 +120 TB +111 21.32748678 -157.94041724 53 102 +115 21.32748678 -157.94134262 +120 TB +111 21.32748678 -157.94201697 53 102 +115 21.32748188 -157.94297771 +120 TB +111 21.32647122 -157.94299087 53 102 +111 21.32655687 -157.94302286 53 102 +111 21.32698884 -157.94302286 53 102 +112 21.32723462 -157.94277101 21.32729792 -157.94255914 +111 21.32723462 -157.94277101 53 102 +111 21.32727185 -157.94205945 53 102 +111 21.32727558 -157.94130391 53 102 +112 21.32686968 -157.94103208 21.32650474 -157.94119198 +111 21.32686968 -157.94103208 53 102 +111 21.32554770 -157.94184358 +112 21.32554770 -157.94184358 21.32547695 -157.94190354 53 102 +115 21.32555590 -157.94199953 +120 TB +111 21.32587487 -157.92754613 53 102 +112 21.32583913 -157.92744684 21.32577607 -157.92743556 +111 21.32583913 -157.92744684 53 102 +111 21.32558689 -157.92744233 +112 21.32558689 -157.92744233 21.32552803 -157.92744684 53 102 +111 21.32550911 -157.92751905 53 102 +111 21.32550911 -157.92792071 53 102 +112 21.32564364 -157.92794102 21.32574874 -157.92783496 +113 21.32564364 -157.92794102 53 102 +120 TB +112 21.32664828 -157.92663832 21.32657591 -157.92674222 +111 21.32664828 -157.92663832 53 102 +111 21.32653790 -157.92683367 53 102 +112 21.32646012 -157.92714319 21.32646186 -157.92732595 53 102 +111 21.32655871 -157.92741450 53 102 +111 21.32666219 -157.92748088 53 102 +112 21.32677904 -157.92740075 21.32679167 -157.92726343 +111 21.32677904 -157.92740075 53 102 +113 21.32677977 -157.92666334 53 102 +120 TB +111 21.32721484 -157.92857402 53 102 +111 21.32708078 -157.92800636 53 102 +112 21.32673073 -157.92795040 21.32650971 -157.92815463 +111 21.32673073 -157.92795040 53 102 +111 21.32642537 -157.92849806 53 102 +112 21.32656688 -157.92883386 21.32681309 -157.92889393 +111 21.32656688 -157.92883386 53 102 +111 21.32701002 -157.92882586 +112 21.32701002 -157.92882586 21.32723665 -157.92881685 53 102 +115 21.32721484 -157.92857402 +120 TB +111 21.32761346 -157.92622285 53 102 +111 21.32761500 -157.92512158 +112 21.32761500 -157.92512158 21.32757752 -157.92499134 53 102 +111 21.32748463 -157.92508811 53 102 +111 21.32734021 -157.92538690 53 102 +111 21.32707872 -157.92599556 53 102 +111 21.32702659 -157.92651924 53 102 +111 21.32713086 -157.92717637 53 102 +112 21.32730850 -157.92731112 21.32746111 -157.92731112 53 102 +113 21.32748909 -157.92714574 53 102 +120 TB +111 21.32544240 -157.92678828 53 102 +112 21.32577078 -157.92713716 21.32606931 -157.92721645 +111 21.32577078 -157.92713716 53 102 +111 21.32589604 -157.92715170 53 102 +112 21.32621180 -157.92700237 21.32633798 -157.92685039 +111 21.32621180 -157.92700237 53 102 +111 21.32678329 -157.92594181 53 102 +111 21.32678288 -157.92343941 53 102 +111 21.32675051 -157.92336742 53 102 +111 21.32612621 -157.92298517 53 102 +112 21.32570538 -157.92296779 21.32550653 -157.92306460 +111 21.32570538 -157.92296779 +112 21.32570538 -157.92296779 21.32550653 -157.92306460 53 102 +115 21.32546028 -157.92329544 +120 TB +111 21.32753526 -157.92402454 53 102 +112 21.32730421 -157.92383431 21.32709331 -157.92383315 53 102 +111 21.32706795 -157.92405064 53 102 +111 21.32701062 -157.92472947 53 102 +111 21.32701236 -157.92527590 53 102 +112 21.32714091 -157.92529827 21.32723130 -157.92520097 +111 21.32714091 -157.92529827 53 102 +111 21.32720866 -157.92518265 53 102 +113 21.32754221 -157.92433411 53 102 +120 TB +112 21.32749370 -157.92263583 21.32737183 -157.92262130 +111 21.32749370 -157.92263583 53 102 +111 21.32714501 -157.92263583 +112 21.32714501 -157.92263583 21.32702314 -157.92264310 53 102 +111 21.32700960 -157.92279937 53 102 +111 21.32702653 -157.92301378 53 102 +112 21.32726688 -157.92336266 21.32748355 -157.92340627 53 102 +111 21.32755802 -157.92312281 53 102 +113 21.32760542 -157.92282844 53 102 +120 TB +111 21.32622338 -157.92280235 53 102 +111 21.32668194 -157.92307656 53 102 +112 21.32678658 -157.92303362 21.32679709 -157.92296366 +111 21.32678658 -157.92303362 53 102 +111 21.32678658 -157.92278583 53 102 +112 21.32666348 -157.92265368 21.32655628 -157.92264691 +111 21.32666348 -157.92265368 53 102 +111 21.32626647 -157.92266690 +114 21.32626647 -157.92266690 21.32613404 -157.92267592 53 102 +120 TB +111 21.32591968 -157.92217211 +112 21.32591968 -157.92217211 21.32584846 -157.92232501 53 102 +111 21.32599943 -157.92239744 53 102 +111 21.32650960 -157.92239344 53 102 +112 21.32676282 -157.92216158 21.32679843 -157.92197864 +111 21.32676282 -157.92216158 53 102 +111 21.32680006 -157.92187376 53 102 +111 21.32679479 -157.92083166 53 102 +112 21.32667427 -157.92077043 21.32657507 -157.92086599 +113 21.32667427 -157.92077043 53 102 +120 TB +111 21.32761894 -157.92045417 53 102 +111 21.32756681 -157.92010239 53 102 +112 21.32726699 -157.91989151 21.32705155 -157.91991854 +111 21.32726699 -157.91989151 +112 21.32726699 -157.91989151 21.32705435 -157.91993957 53 102 +111 21.32700078 -157.92023031 53 102 +111 21.32699333 -157.92182134 53 102 +111 21.32700822 -157.92197725 53 102 +112 21.32725485 -157.92236599 21.32751225 -157.92245309 +111 21.32725485 -157.92236599 +112 21.32725485 -157.92236599 21.32743111 -157.92242906 53 102 +111 21.32757053 -157.92217713 53 102 +113 21.32760777 -157.92182934 53 102 +120 TB +111 21.32544321 -157.92198362 53 102 +112 21.32574224 -157.92205838 21.32593809 -157.92186315 +111 21.32574224 -157.92205838 53 102 +111 21.32661028 -157.92045064 53 102 +112 21.32675576 -157.92004818 21.32676975 -157.91989501 +111 21.32675576 -157.92004818 53 102 +111 21.32679773 -157.91960067 53 102 +112 21.32654313 -157.91926128 21.32623817 -157.91930333 +111 21.32654313 -157.91926128 53 102 +111 21.32590243 -157.91959466 +112 21.32590243 -157.91959466 21.32549675 -157.91983193 53 102 +115 21.32545199 -157.92029747 +120 TB +111 21.32544607 -157.91928459 53 102 +112 21.32565591 -157.91942575 21.32583217 -157.91934766 +111 21.32565591 -157.91942575 53 102 +111 21.32648685 -157.91900226 53 102 +112 21.32654281 -157.91874697 21.32643929 -157.91856977 +111 21.32654281 -157.91874697 53 102 +111 21.32631059 -157.91855175 53 102 +112 21.32577341 -157.91850370 21.32548804 -157.91861482 53 102 +115 21.32544327 -157.91896923 +120 TB +112 21.32717007 -157.91930017 21.32716849 -157.91921879 53 102 +111 21.32713223 -157.91915575 +112 21.32713223 -157.91915575 21.32703747 -157.91905403 53 102 +111 21.32700557 -157.91918508 53 102 +111 21.32700400 -157.91941751 53 102 +112 21.32712172 -157.91945813 21.32720858 -157.91938014 +113 21.32712172 -157.91945813 53 102 +120 TB +111 21.32545418 -157.91760844 53 102 +112 21.32553049 -157.91775588 21.32558804 -157.91778495 +111 21.32553049 -157.91775588 53 102 +111 21.32666741 -157.91854814 53 102 +112 21.32678928 -157.91845366 21.32678928 -157.91832283 +111 21.32678928 -157.91845366 53 102 +111 21.32680494 -157.91389945 53 102 +111 21.32674945 -157.91352960 53 102 +112 21.32641649 -157.91330621 21.32612431 -157.91333554 +111 21.32641649 -157.91330621 53 102 +111 21.32580375 -157.91338067 +112 21.32580375 -157.91338067 21.32570705 -157.91340324 53 102 +115 21.32565928 -157.91348538 +120 TB +111 21.32763759 -157.91402492 53 102 +111 21.32757428 -157.91361317 53 102 +112 21.32733595 -157.91340130 21.32718328 -157.91339730 53 102 +111 21.32708646 -157.91358119 53 102 +111 21.32701570 -157.91404891 53 102 +111 21.32699708 -157.91818768 53 102 +112 21.32730989 -157.91854777 21.32758918 -157.91855177 53 102 +113 21.32763014 -157.91812003 53 102 +120 TB +111 21.32952453 -157.91104387 53 102 +111 21.32989587 -157.91033395 53 102 +112 21.32983737 -157.91012371 21.32975172 -157.91005974 53 102 +111 21.32963898 -157.91012098 53 102 +111 21.32908705 -157.91068618 53 102 +111 21.32834840 -157.91175118 53 102 +111 21.32797564 -157.91248115 53 102 +112 21.32803299 -157.91268783 21.32812252 -157.91276592 53 102 +111 21.32824190 -157.91268783 53 102 +113 21.32874574 -157.91217333 53 102 +120 TB +111 21.32548631 -157.94343008 53 102 +115 21.32868462 -157.94683722 +120 TB +111 21.32761635 -157.94423288 53 102 +111 21.32944203 -157.94621649 +112 21.32944203 -157.94621649 21.32959211 -157.94636786 53 102 +115 21.32979720 -157.94628216 +120 TB +111 21.32940535 -157.94663364 53 102 +112 21.32928566 -157.94636510 21.32914858 -157.94621030 +111 21.32928566 -157.94636510 53 102 +115 21.32682602 -157.94369434 +120 TB +111 21.32755745 -157.94605538 53 102 +115 21.32554791 -157.94391661 +120 TB +111 21.32979720 -157.94628216 53 102 +112 21.32999142 -157.94610418 21.33006707 -157.94597146 +111 21.32999142 -157.94610418 53 102 +115 21.33041892 -157.94365418 +120 TB +111 21.32868688 -157.94683591 53 102 +111 21.32892485 -157.94693133 53 102 +116 21.32940535 -157.94663364 21.32950164 -157.94618319 +120 TB +111 21.33041892 -157.94365418 53 102 +116 21.33022917 -157.94340715 21.33003048 -157.94339361 +120 TB +111 21.32657737 -157.94342265 53 102 +112 21.32640548 -157.94335934 21.32630784 -157.94335647 +111 21.32640548 -157.94335934 53 102 +115 21.32563091 -157.94336550 +120 TB +111 21.33050731 -157.96078148 53 +111 21.33042310 -157.96068477 53 +111 21.33012513 -157.96103029 53 102 +111 21.32996653 -157.96085227 53 102 +112 21.32968515 -157.96085335 21.32951512 -157.96098610 +111 21.32968515 -157.96085335 53 102 +111 21.32884402 -157.96179369 53 +115 21.32839245 -157.96130338 +120 TB +111 21.33069604 -157.96110861 53 +111 21.33100573 -157.96077483 +112 21.33100573 -157.96077483 21.33108075 -157.96069168 53 +111 21.33117255 -157.96074405 53 +111 21.33137065 -157.96095671 53 +112 21.33134779 -157.96118041 21.33127440 -157.96127325 53 +111 21.33117148 -157.96123915 53 +115 21.33073738 -157.96110209 +120 TB +111 21.33510227 -157.95568079 53 +111 21.33170490 -157.95946787 53 +111 21.33194089 -157.95973196 53 +111 21.33183875 -157.95984684 53 +111 21.33240374 -157.96045595 53 +111 21.33246190 -157.96090459 53 +111 21.33243189 -157.96095394 53 +111 21.33243189 -157.96102692 53 +115 21.33259373 -157.96119024 +120 TB +111 21.33121120 -157.94790528 53 +111 21.33092403 -157.94971175 53 +111 21.33088375 -157.94970667 53 +111 21.33079844 -157.95021797 53 +111 21.33083636 -157.95022560 53 +111 21.33083399 -157.95059191 53 +111 21.33055673 -157.95059444 53 +111 21.33056138 -157.95134494 53 +111 21.33083652 -157.95134021 53 +111 21.33083199 -157.95332168 53 +111 21.33022728 -157.95333008 53 +111 21.33022576 -157.95414357 53 +111 21.33085360 -157.95413260 53 +111 21.33085360 -157.95415557 53 +111 21.33119896 -157.95414840 +111 21.33120270 -157.95431209 53 +111 21.33090665 -157.95431065 53 +111 21.33090576 -157.95437671 53 +111 21.33079073 -157.95451025 53 +111 21.33078995 -157.95572868 53 +111 21.33049483 -157.95606632 53 +111 21.32986582 -157.95608713 53 +111 21.32980550 -157.95646870 53 +111 21.32920835 -157.95712133 53 102 +112 21.32951514 -157.95740478 21.32974712 -157.95743276 53 102 +111 21.32987927 -157.95727830 53 102 +111 21.33306421 -157.95372310 +112 21.33306421 -157.95372310 21.33313777 -157.95364125 53 +111 21.33306922 -157.95353240 53 +111 21.33296916 -157.95342610 +111 21.33307829 -157.95330377 53 +111 21.33316640 -157.95340694 53 +112 21.33335172 -157.95340375 21.33343599 -157.95332477 +111 21.33335172 -157.95340375 53 +111 21.33374375 -157.95296426 53 106 +111 21.33477854 -157.95293446 53 106 +115 21.33639239 -157.95469636 +120 TB +111 21.32825277 -157.96115407 53 +111 21.32783420 -157.96070664 53 102 +111 21.32783231 -157.95902964 53 102 +111 21.32803018 -157.95860944 53 102 +111 21.32814465 -157.95802469 53 102 +111 21.32776801 -157.95797772 53 102 +111 21.32717788 -157.95734515 53 102 +111 21.32761734 -157.95467796 53 102 +111 21.32796427 -157.95466565 53 102 +111 21.32797287 -157.95436093 53 102 +111 21.32819541 -157.95301916 53 +111 21.32784234 -157.95296065 +111 21.32788973 -157.95265794 53 +111 21.32824043 -157.95272408 53 102 +115 21.32906453 -157.94767711 +120 TB +111 21.31925221 -157.95202866 51 +111 21.32031236 -157.95201104 51 +116 21.32041366 -157.95186121 21.32041011 -157.95170234 +120 TB +112 21.32040826 -157.95227421 21.32040826 -157.95213316 51 +111 21.32030792 -157.95213696 51 +111 21.31983240 -157.95214705 +112 21.31983240 -157.95214705 21.31976686 -157.95215710 51 +111 21.31974695 -157.95223878 51 +115 21.31974563 -157.95249343 +120 TB +111 21.31374645 -157.92702238 53 102 +111 21.31229462 -157.92588366 53 102 +111 21.31178374 -157.92529611 53 102 +111 21.31083299 -157.92438291 53 102 +111 21.31030648 -157.92396044 +112 21.31030648 -157.92396044 21.30994417 -157.92375900 53 102 +111 21.30985816 -157.92415349 53 102 +111 21.30980081 -157.92483615 53 102 +111 21.30980250 -157.94359036 53 102 +111 21.30985411 -157.94404584 53 102 +111 21.30985411 -157.94523686 +112 21.30985411 -157.94523686 21.30985411 -157.94548337 53 102 +111 21.31007775 -157.94556409 53 102 +115 21.31076044 -157.94572433 +120 TB +111 21.30707272 -157.91073831 53 102 +111 21.30928851 -157.91072028 53 102 +112 21.30985587 -157.91132754 21.30989403 -157.91189691 +111 21.30985587 -157.91132754 53 102 +111 21.30985648 -157.91252936 53 102 +111 21.30979183 -157.91297543 53 102 +111 21.30979955 -157.92009501 53 +111 21.30980018 -157.92068066 53 102 +111 21.30980107 -157.92149949 53 102 +112 21.30995504 -157.92282638 21.31011665 -157.92334956 53 102 +111 21.31056759 -157.92381908 53 102 +111 21.31187317 -157.92509302 +111 21.31330382 -157.92632485 53 102 +111 21.31353990 -157.92651230 53 102 +116 21.31413894 -157.92645578 21.31441864 -157.92622768 +120 TB +111 21.30708225 -157.91161974 53 102 +112 21.30741340 -157.91195827 21.30770421 -157.91197677 +111 21.30741340 -157.91195827 53 102 +111 21.30926789 -157.91194011 +112 21.30926789 -157.91194011 21.30952928 -157.91192431 53 102 +111 21.30954227 -157.91168407 53 102 +111 21.30954627 -157.91135462 53 102 +112 21.30929627 -157.91105440 21.30905932 -157.91104053 +111 21.30929627 -157.91105440 53 102 +111 21.30742602 -157.91107133 +112 21.30742602 -157.91107133 21.30712659 -157.91108290 53 102 +115 21.30708855 -157.91140647 +120 TB +111 21.30708983 -157.92106442 53 102 +112 21.30723675 -157.92107343 21.30734101 -157.92093609 +111 21.30723675 -157.92107343 53 102 +111 21.30925030 -157.91735606 53 102 +112 21.30959201 -157.91585923 21.30961300 -157.91494005 +111 21.30959201 -157.91585923 53 102 +111 21.30960293 -157.91297906 53 102 +111 21.30954396 -157.91251579 +112 21.30954396 -157.91251579 21.30949355 -157.91228012 53 102 +111 21.30927881 -157.91227739 53 102 +111 21.30741288 -157.91227904 +112 21.30741288 -157.91227904 21.30713613 -157.91229814 53 102 +115 21.30708058 -157.91260101 +120 TB +111 21.33315423 -157.92579442 53 102 +112 21.33303468 -157.92568365 21.33294204 -157.92567743 +111 21.33303468 -157.92568365 53 102 +111 21.33270609 -157.92572797 +111 21.33262727 -157.92573860 53 102 +111 21.33199655 -157.92582367 +112 21.33199655 -157.92582367 21.33189580 -157.92583859 53 102 +115 21.33189025 -157.92597583 +120 TB +111 21.33433519 -157.92550153 53 102 +111 21.33410214 -157.92553627 +111 21.33400669 -157.92555050 53 102 +111 21.33342684 -157.92563695 +112 21.33342684 -157.92563695 21.33335169 -157.92564652 53 102 +115 21.33335914 -157.92576293 +120 TB +111 21.31285590 -157.92476936 53 102 +111 21.31301596 -157.92489597 53 102 +112 21.31336604 -157.92485196 21.31349529 -157.92469010 +111 21.31336604 -157.92485196 53 102 +111 21.31460974 -157.92307926 +112 21.31460974 -157.92307926 21.31473117 -157.92288934 53 102 +111 21.31458767 -157.92268994 53 102 +115 21.31441190 -157.92255023 +120 TB +111 21.31187317 -157.92509302 53 102 +111 21.31244193 -157.92553846 53 102 +112 21.31284563 -157.92546398 21.31299159 -157.92524295 53 102 +111 21.31282986 -157.92506304 53 102 +111 21.31240408 -157.92472258 +112 21.31240408 -157.92472258 21.31237010 -157.92469478 53 +111 21.31232521 -157.92472569 53 +115 21.31226607 -157.92479626 +120 TB +111 21.31691590 -157.92253205 53 102 +112 21.31680216 -157.92203860 21.31659536 -157.92183280 +111 21.31680216 -157.92203860 53 102 +111 21.31663629 -157.92188853 53 102 +111 21.31622636 -157.92165452 53 102 +112 21.31589489 -157.92172320 21.31575585 -157.92188716 +111 21.31589489 -157.92172320 53 102 +111 21.31535463 -157.92238707 53 102 +111 21.31365158 -157.92479999 53 102 +111 21.31316922 -157.92555434 53 102 +112 21.31310009 -157.92596322 21.31313240 -157.92616439 53 102 +115 21.31330382 -157.92632485 +120 TB +111 21.31923263 -157.91924829 53 102 +112 21.31908640 -157.91871276 21.31881793 -157.91849452 +111 21.31908640 -157.91871276 53 102 +111 21.31888283 -157.91858042 53 102 +111 21.31848716 -157.91841114 53 102 +112 21.31818784 -157.91847577 21.31808358 -157.91859608 +111 21.31818784 -157.91847577 53 102 +111 21.31768035 -157.91910055 53 102 +111 21.31672770 -157.92043183 53 102 +111 21.31638352 -157.92102770 +112 21.31638352 -157.92102770 21.31628169 -157.92124842 53 102 +111 21.31641821 -157.92138520 53 102 +111 21.31672425 -157.92170186 53 102 +111 21.31696031 -157.92188584 +112 21.31696031 -157.92188584 21.31720902 -157.92199305 53 102 +115 21.31740002 -157.92184326 +120 TB +111 21.32186056 -157.91552613 53 102 +112 21.32174071 -157.91503861 21.32153242 -157.91483221 +111 21.32174071 -157.91503861 53 102 +111 21.32153571 -157.91487271 53 102 +112 21.32119509 -157.91489641 21.32105267 -157.91507796 +111 21.32119509 -157.91489641 53 102 +111 21.32023195 -157.91626355 53 102 +111 21.31905806 -157.91714055 53 102 +111 21.31867701 -157.91777963 53 102 +112 21.31870880 -157.91815030 21.31885932 -157.91833098 +111 21.31870880 -157.91815030 53 102 +111 21.31906264 -157.91843970 53 102 +111 21.31928256 -157.91858200 +112 21.31928256 -157.91858200 21.31959785 -157.91870393 53 102 +115 21.31974618 -157.91851768 +120 TB +111 21.32357820 -157.91174838 53 102 +111 21.32355782 -157.91171920 +112 21.32355782 -157.91171920 21.32350031 -157.91164597 53 102 +111 21.32342941 -157.91172325 53 102 +111 21.32157493 -157.91435608 +112 21.32157493 -157.91435608 21.32147523 -157.91453954 53 102 +111 21.32162300 -157.91467332 53 102 +111 21.32187046 -157.91487016 +112 21.32187046 -157.91487016 21.32214640 -157.91502305 53 102 +115 21.32234401 -157.91484340 +120 TB +111 21.32403413 -157.90833496 53 102 +111 21.32388523 -157.90881795 +112 21.32388523 -157.90881795 21.32382491 -157.90905645 53 102 +111 21.32399853 -157.90922102 53 102 +111 21.32431574 -157.90947642 +112 21.32431574 -157.90947642 21.32448200 -157.90955381 53 102 +111 21.32458032 -157.90942305 102 +115 21.32494082 -157.90899450 +120 TB +111 21.32493589 -157.90991599 53 102 +111 21.32470182 -157.90991357 53 102 +111 21.32360559 -157.91147271 +112 21.32360559 -157.91147271 21.32356947 -157.91151866 53 102 +111 21.32360516 -157.91159233 53 102 +115 21.32366559 -157.91168757 +120 TB +111 21.32544692 -157.90778809 53 102 +112 21.32573710 -157.90779955 21.32592021 -157.90767006 +111 21.32573710 -157.90779955 53 102 +111 21.32649321 -157.90672268 53 102 +111 21.32748613 -157.90530853 +112 21.32748613 -157.90530853 21.32754763 -157.90523903 53 102 +111 21.32762402 -157.90528889 53 102 +115 21.32856499 -157.90602660 +120 TB +111 21.32749061 -157.93392677 59 +115 21.32748737 -157.93047412 +120 TB +111 21.32866135 -157.93373245 53 +111 21.32775198 -157.93374790 53 102 +112 21.32749172 -157.93400356 21.32747866 -157.93427784 +111 21.32749172 -157.93400356 53 102 +115 21.32748556 -157.93611786 +120 TB +111 21.33144361 -157.92648181 53 102 +112 21.33114876 -157.92648181 21.33098650 -157.92664798 +111 21.33114876 -157.92648181 53 102 +111 21.32912136 -157.92869320 +112 21.32912136 -157.92869320 21.32891601 -157.92894756 53 102 +111 21.32851710 -157.92898551 53 102 +111 21.32769416 -157.92899350 53 102 +112 21.32749647 -157.92921974 21.32749647 -157.92941354 +111 21.32749647 -157.92921974 53 102 +111 21.32749071 -157.93037243 +112 21.32749071 -157.93037243 21.32749749 -157.93060540 53 102 +111 21.32770971 -157.93063043 53 +115 21.32867126 -157.93062511 +120 TB +112 21.33123203 -157.92585649 21.33111952 -157.92573074 53 102 +111 21.33095737 -157.92584375 53 102 +111 21.32918730 -157.92778461 +112 21.32918730 -157.92778461 21.32895893 -157.92808573 53 102 +111 21.32857849 -157.92810064 53 102 +111 21.32766605 -157.92811553 53 102 +112 21.32751038 -157.92827272 21.32750884 -157.92841667 +111 21.32751038 -157.92827272 53 102 +111 21.32751192 -157.92865908 +112 21.32751192 -157.92865908 21.32751346 -157.92883116 53 102 +111 21.32767838 -157.92882620 53 102 +111 21.32850944 -157.92881793 53 102 +112 21.32900266 -157.92857469 21.32921862 -157.92834019 +111 21.32900266 -157.92857469 53 102 +113 21.33122746 -157.92614277 53 102 +120 TB +111 21.32784717 -157.92772521 53 102 +111 21.32766967 -157.92772472 53 102 +112 21.32761064 -157.92777618 21.32759369 -157.92782897 +111 21.32761064 -157.92777618 53 102 +111 21.32758644 -157.92785213 +112 21.32758644 -157.92785213 21.32756949 -157.92793586 53 102 +111 21.32765118 -157.92794313 53 102 +111 21.32847732 -157.92793652 53 102 +112 21.32906841 -157.92767674 21.32926699 -157.92741995 +111 21.32906841 -157.92767674 53 102 +111 21.33091517 -157.92565206 53 +111 21.33120487 -157.92509244 53 +115 21.33127930 -157.92437293 +120 TB +111 21.32815633 -157.90660305 53 102 +112 21.32808524 -157.90591855 21.32776699 -157.90563538 +111 21.32808524 -157.90591855 53 102 +111 21.32792368 -157.90579830 53 102 +112 21.32733345 -157.90589080 21.32706680 -157.90621706 +111 21.32733345 -157.90589080 53 102 +111 21.32665770 -157.90684785 53 102 +111 21.32567651 -157.90823749 53 102 +115 21.32544601 -157.90867455 +120 TB +111 21.32888380 -157.90627784 53 102 +115 21.32967006 -157.90690684 +120 TB +111 21.32941553 -157.90725407 53 102 +112 21.32922416 -157.90687661 21.32904492 -157.90671866 +111 21.32922416 -157.90687661 53 102 +111 21.32911640 -157.90678676 53 102 +112 21.32877970 -157.90671238 21.32860181 -157.90674110 53 102 +115 21.32842391 -157.90692343 +120 TB +111 21.30708362 -157.93353392 53 102 +112 21.30762447 -157.93557689 21.30810701 -157.93644351 +111 21.30762447 -157.93557689 53 102 +111 21.30940658 -157.93887429 53 102 +112 21.30952416 -157.93880415 21.30953563 -157.93867182 +111 21.30952416 -157.93880415 53 102 +111 21.30960264 -157.93809058 53 102 +111 21.30960108 -157.91930626 53 102 +111 21.30954382 -157.91852890 53 102 +112 21.30904300 -157.91837970 21.30861586 -157.91870795 +111 21.30904300 -157.91837970 53 102 +111 21.30762833 -157.92100208 +112 21.30762833 -157.92100208 21.30715873 -157.92181366 53 102 +115 21.30708504 -157.92301749 +120 TB +111 21.30960061 -157.94354645 53 102 +111 21.30960469 -157.94073611 53 102 +112 21.30927769 -157.93929144 21.30896370 -157.93872146 +111 21.30927769 -157.93929144 53 102 +111 21.30723084 -157.93552166 +112 21.30723084 -157.93552166 21.30713293 -157.93539764 53 102 +115 21.30707143 -157.93554447 +120 TB +112 21.32040826 -157.95314288 21.32040273 -157.95330902 53 +111 21.32029659 -157.95329055 53 +111 21.31988874 -157.95329576 53 +112 21.31974121 -157.95317309 21.31972519 -157.95305078 +111 21.31974121 -157.95317309 53 +115 21.31974098 -157.95294322 +120 TB +112 21.32040239 -157.95355760 21.32040576 -157.95340841 53 +111 21.32030204 -157.95341687 53 +115 21.31965731 -157.95343246 +120 TB +111 21.32816969 -157.94134504 53 102 +111 21.32877958 -157.94133527 53 102 +115 21.32877961 -157.94126707 +120 TB +111 21.33097508 -157.94295539 53 102 +111 21.33108193 -157.94295290 53 102 +111 21.33116283 -157.94192876 53 +112 21.33196077 -157.94178994 21.33236217 -157.94183472 +111 21.33196077 -157.94178994 53 +111 21.33217838 -157.94183396 53 102 +111 21.33143865 -157.94630383 53 102 +115 21.33144789 -157.94654673 +120 TB +111 21.33144789 -157.94654673 53 +111 21.33329253 -157.94651745 53 +111 21.33329253 -157.94633750 53 +111 21.33693019 -157.94626323 53 +111 21.33697012 -157.94746083 53 +111 21.33618790 -157.94782618 53 +115 21.33121120 -157.94790528 +120 TB +111 21.32131459 -157.94782398 53 +112 21.32115047 -157.94792084 21.32103567 -157.94790725 +111 21.32115047 -157.94792084 53 +111 21.32096541 -157.94784810 53 +112 21.32089236 -157.94765640 21.32093115 -157.94751425 +111 21.32089236 -157.94765640 53 +111 21.32110324 -157.94701636 53 +112 21.32129644 -157.94694434 21.32144892 -157.94697450 +111 21.32129644 -157.94694434 53 +111 21.32147368 -157.94701709 +112 21.32147368 -157.94701709 21.32155260 -157.94707453 53 +115 21.32152667 -157.94719508 +120 TB +112 21.32405972 -157.94232887 21.32401023 -157.94226569 +111 21.32405972 -157.94232887 53 102 +111 21.32321378 -157.94141315 53 102 +112 21.32316167 -157.94141694 21.32315681 -157.94145864 +111 21.32316167 -157.94141694 53 102 +111 21.32315928 -157.94284778 +112 21.32315928 -157.94284778 21.32316538 -157.94295887 53 102 +111 21.32328250 -157.94290120 53 102 +113 21.32404787 -157.94244334 53 102 +120 TB +112 21.32229447 -157.94342867 21.32284506 -157.94304794 53 102 +111 21.32284025 -157.94246852 53 102 +111 21.32288842 -157.94174239 53 102 +111 21.32288906 -157.94082072 53 102 +112 21.32263383 -157.94051782 21.32238459 -157.94048915 +111 21.32263383 -157.94051782 53 102 +111 21.32205708 -157.94051826 53 102 +112 21.32174987 -157.94036498 21.32162334 -157.94024494 53 102 +111 21.32161869 -157.94001042 53 102 +111 21.32162815 -157.93518012 53 102 +112 21.32179891 -157.93480613 21.32195139 -157.93468265 53 102 +111 21.32209177 -157.93468921 53 102 +111 21.32262478 -157.93468244 53 102 +112 21.32290146 -157.93441693 21.32290948 -157.93417571 +111 21.32290146 -157.93441693 53 102 +111 21.32290863 -157.92777948 53 102 +112 21.32307110 -157.92720311 21.32324735 -157.92689619 +111 21.32307110 -157.92720311 53 102 +111 21.32363269 -157.92619836 53 102 +112 21.32375578 -157.92571774 21.32374794 -157.92545917 +111 21.32375578 -157.92571774 53 102 +111 21.32376252 -157.92191610 53 102 +112 21.32348579 -157.92139576 21.32321518 -157.92121420 +111 21.32348579 -157.92139576 53 102 +111 21.32213575 -157.92057338 53 102 +112 21.32183630 -157.92068659 21.32172565 -157.92086548 +111 21.32183630 -157.92068659 53 102 +111 21.32035886 -157.92278812 +112 21.32035886 -157.92278812 21.32018007 -157.92300548 53 102 +111 21.32016600 -157.92334503 53 102 +111 21.32015799 -157.92347111 +112 21.32015799 -157.92347111 21.32014583 -157.92366299 53 102 +111 21.32003013 -157.92385960 53 102 +111 21.31975003 -157.92425446 +112 21.31975003 -157.92425446 21.31970883 -157.92430026 53 102 +111 21.31960253 -157.92426755 53 102 +115 21.31852142 -157.92340631 +120 TB +111 21.32116403 -157.94827046 53 +112 21.32109316 -157.94806212 21.32098294 -157.94801044 +111 21.32109316 -157.94806212 53 +111 21.32029013 -157.94774867 53 +111 21.32069783 -157.94657172 53 +111 21.32150235 -157.94687160 +112 21.32150235 -157.94687160 21.32160876 -157.94688945 53 +115 21.32166383 -157.94678835 +120 TB +111 21.32800662 -157.94653082 53 102 +111 21.32793114 -157.94645053 53 102 +111 21.32792158 -157.94681871 53 +111 21.32835304 -157.94727732 53 +111 21.32837172 -157.94760359 53 +111 21.32825704 -157.94767746 53 +111 21.32756318 -157.94771439 53 +111 21.32752591 -157.94765283 53 +111 21.32752017 -157.94679717 53 102 +111 21.32755745 -157.94647398 53 102 +115 21.32755745 -157.94605538 +120 TB +111 21.32548082 -157.94383700 53 102 +111 21.32507920 -157.94340027 53 102 +111 21.32456027 -157.94332396 53 102 +111 21.32410531 -157.94333413 53 102 +112 21.32392996 -157.94339518 21.32387979 -157.94345425 +111 21.32392996 -157.94339518 53 102 +111 21.32379255 -157.94352768 53 102 +111 21.32326236 -157.94411562 53 102 +111 21.32292381 -157.94446908 +112 21.32292381 -157.94446908 21.32259918 -157.94474889 53 102 +111 21.32232285 -157.94547504 53 102 +111 21.32188432 -157.94677604 +111 21.32174353 -157.94719374 53 102 +111 21.32080036 -157.94999188 +112 21.32080036 -157.94999188 21.32073709 -157.95019404 53 102 +111 21.32082347 -157.95043005 53 102 +111 21.32104889 -157.95093181 +112 21.32104889 -157.95093181 21.32106547 -157.95097690 53 102 +111 21.32106785 -157.95107680 53 102 +115 21.32105693 -157.95426211 +120 TB +111 21.32188432 -157.94677604 53 +112 21.32196547 -157.94693528 21.32205228 -157.94697792 +111 21.32196547 -157.94693528 53 +111 21.32244539 -157.94711966 53 +111 21.32251001 -157.94752190 53 +111 21.32247665 -157.94766124 53 +111 21.32251736 -157.94772838 53 +115 21.32239754 -157.94814275 +120 TB +111 21.32289360 -157.93682749 53 102 +112 21.32264947 -157.93658054 21.32243907 -157.93655098 +111 21.32264947 -157.93658054 53 102 +111 21.32210064 -157.93657722 53 102 +112 21.32183248 -157.93692317 21.32183904 -157.93724860 +111 21.32183248 -157.93692317 53 102 +111 21.32183426 -157.93831087 +112 21.32183426 -157.93831087 21.32184132 -157.93857674 53 102 +111 21.32205769 -157.93863074 53 102 +111 21.32262938 -157.93863690 53 102 +112 21.32289721 -157.93834542 21.32289967 -157.93806494 +113 21.32289721 -157.93834542 53 102 +120 TB +111 21.32376967 -157.91598195 53 102 +112 21.32390261 -157.91648280 21.32413459 -157.91667866 +111 21.32390261 -157.91648280 53 102 +111 21.32437960 -157.91685773 +112 21.32437960 -157.91685773 21.32492957 -157.91704240 53 102 +115 21.32504947 -157.91649399 +120 TB +111 21.31881712 -157.92298375 53 102 +112 21.31889741 -157.92344412 21.31905617 -157.92360437 +111 21.31889741 -157.92344412 53 102 +111 21.31914220 -157.92363962 53 102 +112 21.31953386 -157.92360388 21.31969262 -157.92340294 +111 21.31953386 -157.92360388 53 102 +111 21.32162474 -157.92063491 53 102 +112 21.32154836 -157.92023340 21.32134506 -157.92007833 +111 21.32154836 -157.92023340 53 102 +111 21.32131532 -157.92007784 +112 21.32131532 -157.92007784 21.32108125 -157.91994718 53 102 +115 21.32086687 -157.92010516 +120 TB +111 21.32132519 -157.91946739 53 102 +112 21.32143182 -157.91988709 21.32162549 -157.92003161 +111 21.32143182 -157.91988709 53 102 +111 21.32334015 -157.92105808 53 102 +112 21.32375744 -157.92083348 21.32381106 -157.92044752 +111 21.32375744 -157.92083348 53 102 +111 21.32375588 -157.91709064 53 102 +112 21.32358700 -157.91679352 21.32342242 -157.91670721 53 102 +115 21.32316996 -157.91683931 +120 TB +111 21.32503664 -157.91793786 53 102 +112 21.32471797 -157.91741458 21.32445164 -157.91717282 +111 21.32471797 -157.91741458 53 102 +111 21.32419474 -157.91699491 53 102 +112 21.32396276 -157.91711803 21.32392359 -157.91734717 +111 21.32396276 -157.91711803 53 102 +111 21.32396780 -157.92110683 +112 21.32396780 -157.92110683 21.32397671 -157.92139732 53 102 +111 21.32417649 -157.92156155 53 102 +111 21.32446060 -157.92173503 +112 21.32446060 -157.92173503 21.32492170 -157.92196818 53 102 +115 21.32504446 -157.92145802 +120 TB +111 21.32503532 -157.92258892 53 102 +112 21.32477467 -157.92219349 21.32459664 -157.92206319 +111 21.32477467 -157.92219349 53 102 +111 21.32438477 -157.92194606 +112 21.32438477 -157.92194606 21.32400329 -157.92176884 53 102 +111 21.32396174 -157.92221199 53 102 +111 21.32396389 -157.92270917 +112 21.32396389 -157.92270917 21.32397109 -157.92288373 53 102 +113 21.32414752 -157.92284244 53 102 +120 TB +111 21.32503512 -157.92334986 53 102 +112 21.32442413 -157.92303663 21.32393259 -157.92320901 +111 21.32442413 -157.92303663 +112 21.32442413 -157.92303663 21.32397567 -157.92318799 53 102 +111 21.32396392 -157.92375349 53 102 +111 21.32396000 -157.92677631 53 102 +112 21.32429292 -157.92713369 21.32460042 -157.92716212 +111 21.32429292 -157.92713369 53 102 +111 21.32457298 -157.92712318 +112 21.32457298 -157.92712318 21.32497023 -157.92708369 53 102 +115 21.32504295 -157.92668381 +120 TB +111 21.32503985 -157.92784494 53 102 +112 21.32458054 -157.92739582 21.32420668 -157.92737845 +111 21.32458054 -157.92739582 53 102 +111 21.32396812 -157.92739964 53 102 +112 21.32347708 -157.92752195 21.32323137 -157.92767042 +111 21.32347708 -157.92752195 +112 21.32347708 -157.92752195 21.32321224 -157.92767200 53 102 +111 21.32317666 -157.92809878 53 102 +111 21.32316230 -157.94085552 53 102 +112 21.32327412 -157.94108031 21.32338234 -157.94119648 +111 21.32327412 -157.94108031 53 102 +111 21.32432374 -157.94220049 53 102 +112 21.32441650 -157.94221789 21.32447067 -157.94219653 +111 21.32441650 -157.94221789 53 102 +111 21.32489436 -157.94191290 +112 21.32489436 -157.94191290 21.32501153 -157.94181323 53 102 +115 21.32503941 -157.94164053 +120 TB +111 21.32289212 -157.93512815 53 102 +112 21.32264537 -157.93490321 21.32243498 -157.93488236 +111 21.32264537 -157.93490321 53 102 +111 21.32209654 -157.93490532 53 102 +112 21.32182677 -157.93519702 21.32182354 -157.93546805 +111 21.32182677 -157.93519702 53 102 +111 21.32183198 -157.93606161 +112 21.32183198 -157.93606161 21.32182827 -157.93632363 53 102 +111 21.32208949 -157.93637412 53 102 +111 21.32264468 -157.93636950 53 102 +112 21.32289366 -157.93613487 21.32291334 -157.93593455 +113 21.32289366 -157.93613487 53 102 +120 TB +111 21.32289212 -157.93907347 53 102 +112 21.32264537 -157.93884854 21.32243498 -157.93882769 +111 21.32264537 -157.93884854 53 102 +111 21.32209654 -157.93885064 53 102 +112 21.32182002 -157.93915037 21.32181678 -157.93942140 +111 21.32182002 -157.93915037 53 102 +111 21.32181824 -157.94000654 +112 21.32181824 -157.94000654 21.32182530 -157.94025699 53 102 +111 21.32205934 -157.94030326 53 102 +111 21.32262529 -157.94030326 53 102 +112 21.32289150 -157.93999232 21.32288749 -157.93972956 +113 21.32289150 -157.93999232 53 102 +120 TB +111 21.32197236 -157.94803710 53 +111 21.32218530 -157.94739330 53 +112 21.32211335 -157.94722554 21.32201364 -157.94718246 +111 21.32211335 -157.94722554 53 +111 21.32191009 -157.94713460 +112 21.32191009 -157.94713460 21.32178971 -157.94710588 53 +115 21.32174353 -157.94719374 +120 TB +111 21.31395840 -157.91946605 53 +111 21.31578968 -157.92090566 53 +112 21.31613854 -157.92081548 21.31626365 -157.92064761 +111 21.31613854 -157.92081548 53 +111 21.31659307 -157.92027903 53 +111 21.31835300 -157.91767953 53 +111 21.31891679 -157.91698942 53 +111 21.32008314 -157.91610950 53 +111 21.32101657 -157.91477475 +111 21.32113971 -157.91459868 53 +115 21.32085307 -157.91437044 +120 TB +111 21.31460367 -157.92227673 53 102 +111 21.31475618 -157.92240992 53 102 +112 21.31512740 -157.92236151 21.31529800 -157.92219109 +111 21.31512740 -157.92236151 53 102 +111 21.31532861 -157.92204497 53 102 +111 21.31564432 -157.92152361 +112 21.31564432 -157.92152361 21.31575095 -157.92127180 53 102 +111 21.31558534 -157.92113632 53 102 +111 21.31547130 -157.92103933 53 +115 21.31379439 -157.91970980 +120 TB +111 21.32072677 -157.95099426 53 102 +111 21.32069370 -157.95070696 53 102 +111 21.32055368 -157.95043872 53 102 +111 21.32047454 -157.95031507 53 102 +111 21.32116403 -157.94827046 +111 21.32131459 -157.94782398 53 102 +111 21.32152667 -157.94719508 +111 21.32166383 -157.94678835 53 102 +111 21.32218370 -157.94524670 53 102 +112 21.32266826 -157.94444339 21.32288675 -157.94422622 +111 21.32266826 -157.94444339 53 102 +111 21.32288329 -157.94419408 53 102 +116 21.32292344 -157.94402788 21.32292344 -157.94394101 +120 TB +111 21.31775991 -157.92205901 53 102 +112 21.31782863 -157.92257027 21.31801345 -157.92276358 +111 21.31782863 -157.92257027 53 102 +111 21.31808217 -157.92276867 +112 21.31808217 -157.92276867 21.31827174 -157.92289839 53 102 +115 21.31851106 -157.92271271 +120 TB +111 21.31819354 -157.92314766 53 102 +115 21.31742580 -157.92252703 +120 TB +111 21.32018466 -157.91862510 53 102 +112 21.32027354 -157.91916679 21.32049483 -157.91937280 +111 21.32027354 -157.91916679 53 102 +111 21.32058606 -157.91936069 +112 21.32058606 -157.91936069 21.32073293 -157.91943006 53 102 +115 21.32088998 -157.91933299 +120 TB +111 21.32050865 -157.91988083 53 102 +112 21.32041977 -157.91952997 21.32029934 -157.91944379 +111 21.32041977 -157.91952997 53 102 +111 21.32011871 -157.91934838 +112 21.32011871 -157.91934838 21.31985206 -157.91922219 53 102 +115 21.31961982 -157.91941609 +120 TB +111 21.32290229 -157.91648622 53 102 +112 21.32280105 -157.91588961 21.32261148 -157.91570693 +111 21.32280105 -157.91588961 53 102 +111 21.32268257 -157.91578786 +112 21.32268257 -157.91578786 21.32239607 -157.91560981 53 102 +115 21.32213972 -157.91584567 +120 TB +112 21.32270196 -157.91505713 21.32257302 -157.91536091 53 102 +111 21.32279889 -157.91560749 53 102 +111 21.32292383 -157.91570230 53 102 +116 21.32353130 -157.91559362 21.32385990 -157.91532367 +120 TB +111 21.32378772 -157.91351071 53 102 +115 21.32504170 -157.91329021 +120 TB +111 21.32499261 -157.91352539 53 102 +112 21.32386178 -157.91401112 21.32330039 -157.91433275 +111 21.32386178 -157.91401112 +112 21.32386178 -157.91401112 21.32330039 -157.91433275 53 102 +115 21.32279553 -157.91493524 +120 TB +111 21.32380130 -157.91032575 53 +111 21.32136702 -157.90838124 +111 21.32152850 -157.90814979 53 +115 21.32396797 -157.91008869 +120 TB +111 21.32060438 -157.90945041 53 +115 21.32328680 -157.91158185 +120 TB +111 21.31949476 -157.91104137 53 +111 21.32216659 -157.91316326 +111 21.32228851 -157.91298875 53 +111 21.32293177 -157.91206808 +111 21.32305412 -157.91189296 53 +115 21.32039367 -157.90976702 +120 TB +111 21.32052893 -157.91369960 53 +111 21.32069265 -157.91387765 53 +111 21.32131564 -157.91437496 +111 21.32144064 -157.91419820 53 +111 21.32187684 -157.91358140 +111 21.32199829 -157.91340966 53 +115 21.31932833 -157.91125726 +120 TB +111 21.32085307 -157.91437044 53 +111 21.32054233 -157.91413621 53 +111 21.32017720 -157.91377964 53 +111 21.31929154 -157.91306267 53 +115 21.31853257 -157.91244658 +120 TB +111 21.32999998 -157.90714743 53 102 +111 21.33027446 -157.90737869 +112 21.33027446 -157.90737869 21.33043393 -157.90751685 53 102 +111 21.33047597 -157.90779457 53 +111 21.33047076 -157.90792512 53 102 +111 21.33042564 -157.90861842 53 102 +111 21.33035290 -157.90884969 53 102 +111 21.33003675 -157.90951346 53 102 +112 21.33008991 -157.90975675 21.33019692 -157.90983880 53 102 +111 21.33032847 -157.90972971 53 102 +115 21.33042428 -157.90962114 +120 TB +111 21.32577018 -157.91314311 53 102 +111 21.32727727 -157.91287979 53 102 +111 21.32732770 -157.91283466 53 102 +111 21.33014922 -157.90879641 53 102 +112 21.33023035 -157.90853242 21.33024086 -157.90838800 +111 21.33023035 -157.90853242 53 102 +111 21.33026952 -157.90786564 53 102 +112 21.33011844 -157.90751724 21.32998391 -157.90740441 +111 21.33011844 -157.90751724 +112 21.33011844 -157.90751724 21.32993767 -157.90737282 53 102 +115 21.32976312 -157.90747819 +120 PT +111 21.31366428 -157.92218106 1 +111 21.31368000 -157.92215859 1 +111 21.31369808 -157.92213275 1 +111 21.31368000 -157.92215859 1 +115 21.31371688 -157.92218649 +120 PT +111 21.31377919 -157.92217932 1 +111 21.31379491 -157.92215685 1 +111 21.31381299 -157.92213101 1 +111 21.31379491 -157.92215685 1 +115 21.31376081 -157.92212883 +120 PT +111 21.31359105 -157.92228560 1 +111 21.31360677 -157.92226313 1 +111 21.31362485 -157.92223729 1 +111 21.31360677 -157.92226313 1 +115 21.31364364 -157.92229104 +120 PT +111 21.31370596 -157.92228386 1 +111 21.31372168 -157.92226139 1 +111 21.31373976 -157.92223556 1 +111 21.31372168 -157.92226139 1 +115 21.31368758 -157.92223338 +120 PT +111 21.31351177 -157.92239906 1 +111 21.31352749 -157.92237659 1 +111 21.31354557 -157.92235076 1 +111 21.31352749 -157.92237659 1 +115 21.31356436 -157.92240450 +120 PT +111 21.31362668 -157.92239732 1 +111 21.31364240 -157.92237485 1 +111 21.31366048 -157.92234902 1 +111 21.31364240 -157.92237485 1 +115 21.31360830 -157.92234684 +120 PT +111 21.31343853 -157.92250361 1 +111 21.31345426 -157.92248114 1 +111 21.31347233 -157.92245530 1 +111 21.31345426 -157.92248114 1 +115 21.31349113 -157.92250905 +120 PT +111 21.31355344 -157.92250187 1 +111 21.31356917 -157.92247940 1 +111 21.31358724 -157.92245357 1 +111 21.31356917 -157.92247940 1 +115 21.31353507 -157.92245139 +120 PT +111 21.31335738 -157.92262012 1 +111 21.31337310 -157.92259765 1 +111 21.31339118 -157.92257182 1 +111 21.31337310 -157.92259765 1 +115 21.31340997 -157.92262556 +120 PT +111 21.31347229 -157.92261839 1 +111 21.31348801 -157.92259592 1 +111 21.31350609 -157.92257008 1 +111 21.31348801 -157.92259592 1 +115 21.31345391 -157.92256790 +120 PT +111 21.31328414 -157.92272467 1 +111 21.31329986 -157.92270220 1 +111 21.31331794 -157.92267636 1 +111 21.31329986 -157.92270220 1 +115 21.31333674 -157.92273011 +120 PT +111 21.31339905 -157.92272293 1 +111 21.31341477 -157.92270046 1 +111 21.31343285 -157.92267463 1 +111 21.31341477 -157.92270046 1 +115 21.31338068 -157.92267245 +120 PT +111 21.31320486 -157.92283813 1 +111 21.31322059 -157.92281566 1 +111 21.31323867 -157.92278983 1 +111 21.31322059 -157.92281566 1 +115 21.31325746 -157.92284357 +120 PT +111 21.31331978 -157.92283639 1 +111 21.31333550 -157.92281393 1 +111 21.31335358 -157.92278809 1 +111 21.31333550 -157.92281393 1 +115 21.31330140 -157.92278591 +120 PT +111 21.31313163 -157.92294268 1 +111 21.31314735 -157.92292021 1 +111 21.31316543 -157.92289437 1 +111 21.31314735 -157.92292021 1 +115 21.31318422 -157.92294812 +120 PT +111 21.31324654 -157.92294094 1 +111 21.31326226 -157.92291847 1 +111 21.31328034 -157.92289263 1 +111 21.31326226 -157.92291847 1 +115 21.31322816 -157.92289046 +120 PT +111 21.31305891 -157.92304610 1 +111 21.31307464 -157.92302363 1 +111 21.31309272 -157.92299779 1 +111 21.31307464 -157.92302363 1 +115 21.31311151 -157.92305154 +120 PT +111 21.31317383 -157.92304436 1 +111 21.31318955 -157.92302189 1 +111 21.31320763 -157.92299606 1 +111 21.31318955 -157.92302189 1 +115 21.31315545 -157.92299388 +120 PT +111 21.31298568 -157.92315065 1 +111 21.31300140 -157.92312818 1 +111 21.31301948 -157.92310234 1 +111 21.31300140 -157.92312818 1 +115 21.31303827 -157.92315608 +120 PT +111 21.31310059 -157.92314891 1 +111 21.31311631 -157.92312644 1 +111 21.31313439 -157.92310060 1 +111 21.31311631 -157.92312644 1 +115 21.31308221 -157.92309843 +120 PT +111 21.31290640 -157.92326411 1 +111 21.31292213 -157.92324164 1 +111 21.31294020 -157.92321580 1 +111 21.31292213 -157.92324164 1 +115 21.31295900 -157.92326954 +120 PT +111 21.31302131 -157.92326237 1 +111 21.31303703 -157.92323990 1 +111 21.31305511 -157.92321406 1 +111 21.31303703 -157.92323990 1 +115 21.31300294 -157.92321189 +120 PT +111 21.31283317 -157.92336865 1 +111 21.31284889 -157.92334619 1 +111 21.31286697 -157.92332035 1 +111 21.31284889 -157.92334619 1 +115 21.31288576 -157.92337409 +120 PT +111 21.31294808 -157.92336692 1 +111 21.31296380 -157.92334445 1 +111 21.31298188 -157.92331861 1 +111 21.31296380 -157.92334445 1 +115 21.31292970 -157.92331643 +120 PT +111 21.31276583 -157.92346744 1 +111 21.31278155 -157.92344497 1 +111 21.31279963 -157.92341913 1 +111 21.31278155 -157.92344497 1 +115 21.31281842 -157.92347287 +120 PT +111 21.31288074 -157.92346570 1 +111 21.31289646 -157.92344323 1 +111 21.31291454 -157.92341739 1 +111 21.31289646 -157.92344323 1 +115 21.31286236 -157.92341522 +120 PT +111 21.31269259 -157.92357198 1 +111 21.31270831 -157.92354951 1 +111 21.31272639 -157.92352368 1 +111 21.31270831 -157.92354951 1 +115 21.31274519 -157.92357742 +120 PT +111 21.31280750 -157.92357025 1 +111 21.31282322 -157.92354778 1 +111 21.31284130 -157.92352194 1 +111 21.31282322 -157.92354778 1 +115 21.31278912 -157.92351976 +120 PT +111 21.31261332 -157.92368544 1 +111 21.31262904 -157.92366297 1 +111 21.31264712 -157.92363714 1 +111 21.31262904 -157.92366297 1 +115 21.31266591 -157.92369088 +120 PT +111 21.31272823 -157.92368371 1 +111 21.31274395 -157.92366124 1 +111 21.31276203 -157.92363540 1 +111 21.31274395 -157.92366124 1 +115 21.31270985 -157.92363322 +120 PT +111 21.31254008 -157.92378999 1 +111 21.31255580 -157.92376752 1 +111 21.31257388 -157.92374168 1 +111 21.31255580 -157.92376752 1 +115 21.31259267 -157.92379543 +120 PT +111 21.31265499 -157.92378825 1 +111 21.31267071 -157.92376578 1 +111 21.31268879 -157.92373995 1 +111 21.31267071 -157.92376578 1 +115 21.31263661 -157.92373777 +120 PT +111 21.31246737 -157.92389341 1 +111 21.31248309 -157.92387094 1 +111 21.31250117 -157.92384510 1 +111 21.31248309 -157.92387094 1 +115 21.31251996 -157.92389885 +120 PT +111 21.31258228 -157.92389167 1 +111 21.31259800 -157.92386920 1 +111 21.31261608 -157.92384337 1 +111 21.31259800 -157.92386920 1 +115 21.31256390 -157.92384119 +120 PT +111 21.31239413 -157.92399796 1 +111 21.31240985 -157.92397549 1 +111 21.31242793 -157.92394965 1 +111 21.31240985 -157.92397549 1 +115 21.31244672 -157.92400340 +120 PT +111 21.31250904 -157.92399622 1 +111 21.31252476 -157.92397375 1 +111 21.31254284 -157.92394791 1 +111 21.31252476 -157.92397375 1 +115 21.31249066 -157.92394574 +120 PT +111 21.31231485 -157.92411142 1 +111 21.31233058 -157.92408895 1 +111 21.31234865 -157.92406311 1 +111 21.31233058 -157.92408895 1 +115 21.31236745 -157.92411686 +120 PT +111 21.31242976 -157.92410968 1 +111 21.31244548 -157.92408721 1 +111 21.31246356 -157.92406138 1 +111 21.31244548 -157.92408721 1 +115 21.31241139 -157.92405920 +120 PT +111 21.31224162 -157.92421597 1 +111 21.31225734 -157.92419350 1 +111 21.31227542 -157.92416766 1 +111 21.31225734 -157.92419350 1 +115 21.31229421 -157.92422140 +120 PT +111 21.31235652 -157.92421423 1 +111 21.31237225 -157.92419176 1 +111 21.31239033 -157.92416592 1 +111 21.31237225 -157.92419176 1 +115 21.31233815 -157.92416374 +120 PT +111 21.31391072 -157.92238962 1 +111 21.31392644 -157.92236715 1 +111 21.31394452 -157.92234131 1 +111 21.31392644 -157.92236715 1 +115 21.31396331 -157.92239506 +120 PT +111 21.31402563 -157.92238788 1 +111 21.31404135 -157.92236541 1 +111 21.31405943 -157.92233958 1 +111 21.31404135 -157.92236541 1 +115 21.31400725 -157.92233740 +120 PT +111 21.31383748 -157.92249417 1 +111 21.31385320 -157.92247170 1 +111 21.31387128 -157.92244586 1 +111 21.31385320 -157.92247170 1 +115 21.31389008 -157.92249961 +120 PT +111 21.31395239 -157.92249243 1 +111 21.31396811 -157.92246996 1 +111 21.31398619 -157.92244412 1 +111 21.31396811 -157.92246996 1 +115 21.31393401 -157.92244195 +120 PT +111 21.31375820 -157.92260763 1 +111 21.31377393 -157.92258516 1 +111 21.31379201 -157.92255932 1 +111 21.31377393 -157.92258516 1 +115 21.31381080 -157.92261307 +120 PT +111 21.31387311 -157.92260589 1 +111 21.31388884 -157.92258342 1 +111 21.31390691 -157.92255758 1 +111 21.31388884 -157.92258342 1 +115 21.31385474 -157.92255541 +120 PT +111 21.31368497 -157.92271218 1 +111 21.31370069 -157.92268971 1 +111 21.31371877 -157.92266387 1 +111 21.31370069 -157.92268971 1 +115 21.31373756 -157.92271761 +120 PT +111 21.31379988 -157.92271044 1 +111 21.31381560 -157.92268797 1 +111 21.31383368 -157.92266213 1 +111 21.31381560 -157.92268797 1 +115 21.31378150 -157.92265996 +120 PT +111 21.31360381 -157.92282869 1 +111 21.31361954 -157.92280622 1 +111 21.31363761 -157.92278038 1 +111 21.31361954 -157.92280622 1 +115 21.31365641 -157.92283413 +120 PT +111 21.31371872 -157.92282695 1 +111 21.31373445 -157.92280448 1 +111 21.31375252 -157.92277865 1 +111 21.31373445 -157.92280448 1 +115 21.31370035 -157.92277647 +120 PT +111 21.31353058 -157.92293324 1 +111 21.31354630 -157.92291077 1 +111 21.31356438 -157.92288493 1 +111 21.31354630 -157.92291077 1 +115 21.31358317 -157.92293867 +120 PT +111 21.31364549 -157.92293150 1 +111 21.31366121 -157.92290903 1 +111 21.31367929 -157.92288319 1 +111 21.31366121 -157.92290903 1 +115 21.31362711 -157.92288102 +120 PT +111 21.31345130 -157.92304670 1 +111 21.31346702 -157.92302423 1 +111 21.31348510 -157.92299839 1 +111 21.31346702 -157.92302423 1 +115 21.31350390 -157.92305214 +120 PT +111 21.31356621 -157.92304496 1 +111 21.31358193 -157.92302249 1 +111 21.31360001 -157.92299665 1 +111 21.31358193 -157.92302249 1 +115 21.31354783 -157.92299448 +120 PT +111 21.31337806 -157.92315125 1 +111 21.31339379 -157.92312878 1 +111 21.31341186 -157.92310294 1 +111 21.31339379 -157.92312878 1 +115 21.31343066 -157.92315668 +120 PT +111 21.31349297 -157.92314951 1 +111 21.31350869 -157.92312704 1 +111 21.31352677 -157.92310120 1 +111 21.31350869 -157.92312704 1 +115 21.31347460 -157.92309903 +120 PT +111 21.31330535 -157.92325467 1 +111 21.31332107 -157.92323220 1 +111 21.31333915 -157.92320636 1 +111 21.31332107 -157.92323220 1 +115 21.31335795 -157.92326010 +120 PT +111 21.31342026 -157.92325293 1 +111 21.31343598 -157.92323046 1 +111 21.31345406 -157.92320462 1 +111 21.31343598 -157.92323046 1 +115 21.31340188 -157.92320245 +120 PT +111 21.31323211 -157.92335921 1 +111 21.31324784 -157.92333674 1 +111 21.31326591 -157.92331091 1 +111 21.31324784 -157.92333674 1 +115 21.31328471 -157.92336465 +120 PT +111 21.31334702 -157.92335748 1 +111 21.31336274 -157.92333501 1 +111 21.31338082 -157.92330917 1 +111 21.31336274 -157.92333501 1 +115 21.31332865 -157.92330699 +120 PT +111 21.31315284 -157.92347268 1 +111 21.31316856 -157.92345020 1 +111 21.31318664 -157.92342437 1 +111 21.31316856 -157.92345020 1 +115 21.31320543 -157.92347811 +120 PT +111 21.31326775 -157.92347094 1 +111 21.31328347 -157.92344847 1 +111 21.31330155 -157.92342263 1 +111 21.31328347 -157.92344847 1 +115 21.31324937 -157.92342045 +120 PT +111 21.31307960 -157.92357722 1 +111 21.31309532 -157.92355475 1 +111 21.31311340 -157.92352891 1 +111 21.31309532 -157.92355475 1 +115 21.31313220 -157.92358266 +120 PT +111 21.31319451 -157.92357548 1 +111 21.31321023 -157.92355301 1 +111 21.31322831 -157.92352718 1 +111 21.31321023 -157.92355301 1 +115 21.31317613 -157.92352500 +120 PT +111 21.31301226 -157.92367600 1 +111 21.31302799 -157.92365353 1 +111 21.31304606 -157.92362769 1 +111 21.31302799 -157.92365353 1 +115 21.31306486 -157.92368144 +120 PT +111 21.31312717 -157.92367426 1 +111 21.31314289 -157.92365180 1 +111 21.31316097 -157.92362596 1 +111 21.31314289 -157.92365180 1 +115 21.31310880 -157.92362378 +120 PT +111 21.31293903 -157.92378055 1 +111 21.31295475 -157.92375808 1 +111 21.31297283 -157.92373224 1 +111 21.31295475 -157.92375808 1 +115 21.31299162 -157.92378599 +120 PT +111 21.31305394 -157.92377881 1 +111 21.31306966 -157.92375634 1 +111 21.31308774 -157.92373051 1 +111 21.31306966 -157.92375634 1 +115 21.31303556 -157.92372833 +120 PT +111 21.31285975 -157.92389401 1 +111 21.31287547 -157.92387154 1 +111 21.31289355 -157.92384570 1 +111 21.31287547 -157.92387154 1 +115 21.31291235 -157.92389945 +120 PT +111 21.31297466 -157.92389227 1 +111 21.31299038 -157.92386980 1 +111 21.31300846 -157.92384397 1 +111 21.31299038 -157.92386980 1 +115 21.31295628 -157.92384179 +120 PT +111 21.31278651 -157.92399856 1 +111 21.31280224 -157.92397609 1 +111 21.31282031 -157.92395025 1 +111 21.31280224 -157.92397609 1 +115 21.31283911 -157.92400399 +120 PT +111 21.31290142 -157.92399682 1 +111 21.31291715 -157.92397435 1 +111 21.31293522 -157.92394851 1 +111 21.31291715 -157.92397435 1 +115 21.31288305 -157.92394634 +120 PT +111 21.31271380 -157.92410198 1 +111 21.31272952 -157.92407951 1 +111 21.31274760 -157.92405367 1 +111 21.31272952 -157.92407951 1 +115 21.31276640 -157.92410742 +120 PT +111 21.31282871 -157.92410024 1 +111 21.31284443 -157.92407777 1 +111 21.31286251 -157.92405193 1 +111 21.31284443 -157.92407777 1 +115 21.31281033 -157.92404976 +120 PT +111 21.31264056 -157.92420652 1 +111 21.31265629 -157.92418406 1 +111 21.31267436 -157.92415822 1 +111 21.31265629 -157.92418406 1 +115 21.31269316 -157.92421196 +120 PT +111 21.31275547 -157.92420479 1 +111 21.31277120 -157.92418232 1 +111 21.31278927 -157.92415648 1 +111 21.31277120 -157.92418232 1 +115 21.31273710 -157.92415430 +120 PT +111 21.31256129 -157.92431999 1 +111 21.31257701 -157.92429752 1 +111 21.31259509 -157.92427168 1 +111 21.31257701 -157.92429752 1 +115 21.31261388 -157.92432542 +120 PT +111 21.31267620 -157.92431825 1 +111 21.31269192 -157.92429578 1 +111 21.31271000 -157.92426994 1 +111 21.31269192 -157.92429578 1 +115 21.31265782 -157.92426777 +120 PT +111 21.31248805 -157.92442453 1 +111 21.31250377 -157.92440206 1 +111 21.31252185 -157.92437623 1 +111 21.31250377 -157.92440206 1 +115 21.31254064 -157.92442997 +120 PT +111 21.31260296 -157.92442280 1 +111 21.31261868 -157.92440033 1 +111 21.31263676 -157.92437449 1 +111 21.31261868 -157.92440033 1 +115 21.31258458 -157.92437231 +120 RM +111 21.32797220 -157.93372975 22 +111 21.32796951 -157.93074247 +112 21.32796951 -157.93074247 21.32797120 -157.93055864 22 +111 21.32813510 -157.93053238 22 +111 21.32830417 -157.93052865 22 +112 21.32847324 -157.93033348 21.32847494 -157.93014965 +111 21.32847324 -157.93033348 22 +111 21.32847208 -157.92959299 +112 21.32847208 -157.92959299 21.32848482 -157.92939658 22 +111 21.32868863 -157.92932696 22 +115 21.32886888 -157.92925486 +120 RM +111 21.32893428 -157.92886326 20 +111 21.32894920 -157.92899539 +112 21.32894920 -157.92899539 21.32895762 -157.92905077 20 +112 21.32899817 -157.92910583 21.32900027 -157.92913634 +111 21.32899817 -157.92910583 +112 21.32899817 -157.92910583 21.32899080 -157.92924371 20 +111 21.32884175 -157.92930110 20 +111 21.32868729 -157.92936152 20 +112 21.32850232 -157.92959341 21.32848758 -157.92977649 +111 21.32850232 -157.92959341 20 +111 21.32849965 -157.92976533 20 +111 21.32852097 -157.92976559 20 +111 21.32851911 -157.93032971 +112 21.32851911 -157.93032971 21.32852858 -157.93056025 20 +111 21.32830845 -157.93058268 20 +111 21.32815357 -157.93058397 +112 21.32815357 -157.93058397 21.32800906 -157.93059322 20 +111 21.32800251 -157.93074614 20 +111 21.32801447 -157.93373285 +111 21.32793264 -157.93373237 20 +111 21.32793453 -157.93070568 +112 21.32793453 -157.93070568 21.32794028 -157.93051869 20 +111 21.32812505 -157.93048338 20 +111 21.32831340 -157.93048144 20 +112 21.32842293 -157.93034287 21.32842187 -157.93020838 +111 21.32842293 -157.93034287 20 +111 21.32842293 -157.92976752 20 +111 21.32844500 -157.92976702 20 +111 21.32844549 -157.92959552 +112 21.32844549 -157.92959552 21.32845812 -157.92937062 20 +111 21.32868695 -157.92929739 20 +111 21.32883950 -157.92923941 20 +112 21.32892826 -157.92908065 21.32891142 -157.92895068 +111 21.32892826 -157.92908065 20 +115 21.32890585 -157.92888572 +120 RM +111 21.32400759 -157.90808049 22 +111 21.32400435 -157.90831677 22 +111 21.32385384 -157.90881540 +112 21.32385384 -157.90881540 21.32378586 -157.90910033 22 +111 21.32398169 -157.90926885 22 +111 21.32411764 -157.90938352 +112 21.32411764 -157.90938352 21.32426625 -157.90949566 22 +111 21.32418400 -157.90971348 22 +111 21.32393932 -157.91006081 +111 21.32376673 -157.91030581 22 +111 21.32302103 -157.91136438 +111 21.32279077 -157.91169125 22 +111 21.32190606 -157.91294713 +111 21.32172652 -157.91320200 22 +111 21.32118602 -157.91396928 22 +111 21.32102177 -157.91413667 +111 21.32081465 -157.91434777 22 +111 21.32068273 -157.91448221 22 +111 21.31969929 -157.91588889 22 +111 21.31862238 -157.91669225 22 +111 21.31721458 -157.91868279 22 +112 21.31708187 -157.91880266 21.31699800 -157.91882477 22 +111 21.31694268 -157.91889300 22 +111 21.31562297 -157.92077133 +111 21.31544510 -157.92102450 22 +111 21.31457686 -157.92226026 +111 21.31438505 -157.92253326 22 +115 21.31283996 -157.92473236 +120 RM +111 21.31280233 -157.92472898 20 +111 21.31436065 -157.92251055 +111 21.31455351 -157.92223600 20 +111 21.31542049 -157.92100175 +111 21.31559584 -157.92075213 20 +111 21.31692896 -157.91885428 20 +112 21.31706213 -157.91877650 21.31714269 -157.91875956 20 +111 21.31720375 -157.91865668 20 +111 21.31861179 -157.91666416 20 +111 21.31965743 -157.91588584 20 +111 21.32065176 -157.91445940 20 +111 21.32114862 -157.91394862 20 +111 21.32169588 -157.91317123 +111 21.32187019 -157.91292362 20 +111 21.32275775 -157.91166387 +111 21.32298745 -157.91133741 20 +111 21.32373314 -157.91027754 +111 21.32390677 -157.91003077 20 +111 21.32415218 -157.90968196 20 +112 21.32410126 -157.90940657 21.32398222 -157.90930606 +111 21.32410126 -157.90940657 20 +111 21.32397201 -157.90930356 20 +112 21.32382122 -157.90879483 21.32389746 -157.90846458 +111 21.32382122 -157.90879483 20 +111 21.32395635 -157.90839597 20 +112 21.32397593 -157.90822148 21.32397958 -157.90809791 +111 21.32397593 -157.90822148 20 +111 21.32397521 -157.90807476 +111 21.32403059 -157.90807102 20 +111 21.32403415 -157.90831946 20 +111 21.32387749 -157.90881826 +112 21.32387749 -157.90881826 21.32381596 -157.90904943 20 +111 21.32399321 -157.90923488 20 +111 21.32413207 -157.90933835 +112 21.32413207 -157.90933835 21.32432067 -157.90950635 20 +111 21.32419972 -157.90973204 20 +111 21.32395907 -157.91007492 +111 21.32378685 -157.91032031 20 +111 21.32304169 -157.91138200 +111 21.32281473 -157.91170536 20 +111 21.32192768 -157.91296922 +111 21.32175316 -157.91321788 20 +111 21.32121004 -157.91399172 20 +111 21.32070977 -157.91450198 20 +111 21.31972836 -157.91589168 20 +111 21.31863463 -157.91670476 20 +111 21.31717663 -157.91878117 20 +112 21.31706810 -157.91884722 21.31700581 -157.91885257 20 +111 21.31696300 -157.91890131 20 +111 21.31564053 -157.92078635 +111 21.31546508 -157.92103643 20 +111 21.31459828 -157.92227198 +111 21.31440652 -157.92254531 20 +115 21.31284993 -157.92476408 +120 RM +111 21.33245168 -157.94164671 22 +111 21.33188137 -157.94506376 22 +111 21.33187277 -157.94708945 22 +111 21.33140542 -157.94815445 22 +111 21.33110437 -157.94970005 22 +111 21.33108917 -157.95337985 22 +115 21.33114092 -157.95363665 +120 RM +111 21.33243490 -157.94156651 20 +111 21.33184699 -157.94505870 20 +111 21.33183878 -157.94652993 21 +111 21.33183571 -157.94708123 21 +111 21.33146536 -157.94791834 20 +111 21.33136417 -157.94814709 20 +111 21.33106661 -157.94970329 20 +111 21.33106119 -157.95339172 20 +111 21.33110651 -157.95360533 +111 21.33118556 -157.95385418 20 +111 21.33115793 -157.95354326 20 +111 21.33111924 -157.95337593 20 +111 21.33113622 -157.94970696 20 +111 21.33142916 -157.94817007 20 +111 21.33154249 -157.94791636 21 +111 21.33190934 -157.94709513 21 +111 21.33191305 -157.94652700 20 +111 21.33191419 -157.94635149 20 +111 21.33267168 -157.94633157 +111 21.33267168 -157.94622454 20 +111 21.33191328 -157.94624174 20 +111 21.33191328 -157.94507680 20 +111 21.33212916 -157.94373990 20 +115 21.33248990 -157.94157785 +120 RM +112 21.33050159 -157.91892734 21.33048723 -157.91880401 +111 21.33050159 -157.91892734 22 +111 21.33035150 -157.91786093 22 +112 21.33023046 -157.91776183 21.33013348 -157.91776583 +111 21.33023046 -157.91776183 22 +111 21.32849470 -157.91808117 20 +112 21.32835315 -157.91825075 21.32834196 -157.91840491 +111 21.32835315 -157.91825075 22 +111 21.32829365 -157.91926601 +112 21.32829365 -157.91926601 21.32829365 -157.91945221 22 +111 21.32847456 -157.91941517 22 +113 21.33039961 -157.91907365 22 +120 RM +111 21.32850641 -157.92304902 22 +112 21.32850754 -157.92292253 21.32849367 -157.92284145 +111 21.32850754 -157.92292253 22 +111 21.32822548 -157.92101020 22 +111 21.32822365 -157.91918437 22 +111 21.32829564 -157.91803051 22 +111 21.32829244 -157.91384845 22 +112 21.32838929 -157.91356930 21.32848610 -157.91344487 +111 21.32838929 -157.91356930 22 +111 21.33087318 -157.91000993 +111 21.33094324 -157.91006408 22 +111 21.32846184 -157.91360501 +112 21.32846184 -157.91360501 21.32836630 -157.91374313 22 +111 21.32835994 -157.91388286 22 +111 21.32835530 -157.91789540 +112 21.32835530 -157.91789540 21.32835684 -157.91799468 20 +111 21.32846763 -157.91801226 22 +111 21.33021088 -157.91769525 22 +112 21.33030931 -157.91758959 21.33031491 -157.91752189 +111 21.33030931 -157.91758959 22 +111 21.33031626 -157.91744787 22 +111 21.33043455 -157.91697316 +111 21.33050406 -157.91699500 22 +111 21.33038369 -157.91744093 +112 21.33038369 -157.91744093 21.33036330 -157.91752708 22 +111 21.33038029 -157.91764114 22 +111 21.33047058 -157.91826632 +112 21.33047058 -157.91826632 21.33048713 -157.91835248 22 +111 21.33060409 -157.91834370 22 +111 21.33105205 -157.91824580 +111 21.33106017 -157.91829820 22 +111 21.33061596 -157.91839467 22 +112 21.33050915 -157.91854392 21.33052571 -157.91863280 +111 21.33050915 -157.91854392 22 +111 21.33056854 -157.91893743 22 +112 21.33068765 -157.91900512 21.33078144 -157.91899484 +111 21.33068765 -157.91900512 22 +111 21.33094770 -157.91900361 22 +111 21.33100375 -157.91900060 22 +111 21.33143532 -157.91891486 +111 21.33144372 -157.91896450 22 +111 21.33107336 -157.91902966 22 +112 21.33103457 -157.91920217 21.33097045 -157.91926279 +111 21.33103457 -157.91920217 22 +111 21.33090006 -157.91933604 22 +112 21.33074268 -157.91930321 21.33071588 -157.91919944 +111 21.33074268 -157.91930321 22 +111 21.33071650 -157.91908183 22 +111 21.33022960 -157.91916757 +112 21.33022960 -157.91916757 21.33016234 -157.91918111 22 +111 21.33017775 -157.91926836 22 +111 21.33030386 -157.91990464 22 +111 21.33022820 -157.91990916 22 +111 21.33011050 -157.91928039 22 +112 21.33001662 -157.91920819 21.32993535 -157.91922022 +111 21.33001662 -157.91920819 22 +111 21.32844352 -157.91949549 +112 21.32844352 -157.91949549 21.32830481 -157.91950151 22 +111 21.32828939 -157.91964892 22 +111 21.32828379 -157.92099408 22 +115 21.32829920 -157.92114839 +120 RM +111 21.33084685 -157.92101972 22 +111 21.33109400 -157.92260567 22 +112 21.33133945 -157.92279050 21.33153142 -157.92279501 +111 21.33133945 -157.92279050 +112 21.33133945 -157.92279050 21.33151601 -157.92278749 22 +112 21.33170894 -157.92252655 21.33171595 -157.92244081 +111 21.33170894 -157.92252655 +112 21.33170894 -157.92252655 21.33172015 -157.92238967 22 +111 21.33155889 -157.92230539 22 +111 21.33127584 -157.92222198 22 +111 21.33111835 -157.92224311 +111 21.33096377 -157.92227236 22 +111 21.32904867 -157.92263471 22 +112 21.32878117 -157.92275902 21.32866907 -157.92286732 +111 21.32878117 -157.92275902 22 +111 21.32839618 -157.92323834 22 +112 21.32830294 -157.92354123 21.32830039 -157.92376823 +111 21.32830294 -157.92354123 22 +111 21.32830408 -157.92626063 +112 21.32830408 -157.92626063 21.32830281 -157.92655737 22 +111 21.32848204 -157.92672393 22 +111 21.32885756 -157.92706689 22 +112 21.32924008 -157.92702929 21.32941383 -157.92683825 +111 21.32924008 -157.92702929 22 +111 21.32934152 -157.92690895 22 +115 21.32975907 -157.92645769 +120 RM +111 21.32840555 -157.92134434 22 +115 21.33130287 -157.92081777 +120 RM +111 21.33026350 -157.91990060 22 +115 21.33014160 -157.91923874 +120 RM +111 21.33072997 -157.91904738 22 +115 21.32835167 -157.91947850 +120 RM +111 21.33046680 -157.91699079 22 +111 21.33035182 -157.91744239 +112 21.33035182 -157.91744239 21.33033487 -157.91754167 22 +111 21.33035100 -157.91766486 22 +115 21.33054364 -157.91895892 +120 RM +111 21.32849014 -157.91804837 22 +115 21.33026229 -157.91772055 +120 RM +111 21.33090833 -157.91003651 22 +111 21.32842884 -157.91358124 22 +112 21.32832566 -157.91388344 21.32832145 -157.91406997 +111 21.32832566 -157.91388344 22 +111 21.32832693 -157.91803443 22 +111 21.32825815 -157.91918983 22 +111 21.32825178 -157.91965204 22 +111 21.32825432 -157.92100688 22 +115 21.32854221 -157.92294790 +120 RM +111 21.33076908 -157.91907009 20 +111 21.33087097 -157.91905189 20 +111 21.33102048 -157.91906513 20 +112 21.33100352 -157.91914951 21.33098151 -157.91918342 +111 21.33100352 -157.91914951 20 +111 21.33088176 -157.91926865 +112 21.33088176 -157.91926865 21.33080233 -157.91933029 20 +113 21.33079236 -157.91925707 20 +120 RM +112 21.33167924 -157.92251419 21.33168156 -157.92264721 +111 21.33167924 -157.92251419 +112 21.33167924 -157.92251419 21.33167693 -157.92267208 20 +111 21.33137353 -157.92275661 20 +112 21.33113266 -157.92261365 21.33108750 -157.92244706 +111 21.33113266 -157.92261365 20 +111 21.33110487 -157.92244458 20 +112 21.33127394 -157.92225810 21.33146501 -157.92226432 +111 21.33127394 -157.92225810 20 +113 21.33152060 -157.92232275 20 +120 RM +111 21.32829920 -157.92114839 22 +112 21.32849067 -157.92129876 21.32865499 -157.92127278 +111 21.32849067 -157.92129876 22 +111 21.33130919 -157.92078573 +111 21.33131807 -157.92084147 22 +111 21.33095376 -157.92090984 +112 21.33095376 -157.92090984 21.33087862 -157.92092513 20 +111 21.33088115 -157.92102471 22 +111 21.33106195 -157.92214868 +112 21.33106195 -157.92214868 21.33107669 -157.92221649 22 +111 21.33115694 -157.92219837 22 +111 21.33125533 -157.92218483 22 +111 21.33142067 -157.92222093 22 +111 21.33157664 -157.92227520 22 +112 21.33172974 -157.92252002 21.33172511 -157.92268536 22 +111 21.33151345 -157.92277071 22 +111 21.33143731 -157.92280269 +112 21.33143731 -157.92280269 21.33138636 -157.92281264 22 +111 21.33138260 -157.92288547 22 +111 21.33140495 -157.92307785 +111 21.33135212 -157.92309065 22 +111 21.33132167 -157.92283473 22 +112 21.33106282 -157.92262772 21.33100955 -157.92245368 +111 21.33106282 -157.92262772 22 +111 21.33102506 -157.92238438 +112 21.33102506 -157.92238438 21.33100401 -157.92229510 20 +111 21.33093719 -157.92230686 22 +111 21.32905132 -157.92266832 +112 21.32905132 -157.92266832 21.32889036 -157.92269692 20 +111 21.32881902 -157.92276079 22 +111 21.32841409 -157.92326242 +112 21.32841409 -157.92326242 21.32831724 -157.92335170 20 +111 21.32832721 -157.92354522 22 +111 21.32832862 -157.92626624 +112 21.32832862 -157.92626624 21.32832651 -157.92653747 22 +111 21.32849536 -157.92669795 22 +111 21.32887108 -157.92703917 +112 21.32887108 -157.92703917 21.32906794 -157.92716575 20 +111 21.32919360 -157.92702581 22 +111 21.32931135 -157.92689533 22 +111 21.32973601 -157.92644723 +112 21.32973601 -157.92644723 21.32980550 -157.92637942 22 +115 21.32994717 -157.92636780 +120 RM +111 21.32994486 -157.92642147 22 +112 21.32978379 -157.92647607 21.32972378 -157.92653032 +111 21.32978379 -157.92647607 22 +111 21.32925652 -157.92705668 +112 21.32925652 -157.92705668 21.32907756 -157.92727254 20 +111 21.32883944 -157.92708945 22 +111 21.32845457 -157.92673999 22 +112 21.32827316 -157.92626858 21.32827316 -157.92596637 +111 21.32827316 -157.92626858 22 +111 21.32827189 -157.92353017 +112 21.32827189 -157.92353017 21.32827093 -157.92334626 20 +111 21.32837125 -157.92321702 22 +111 21.32850641 -157.92304902 +111 21.32864062 -157.92288218 22 +111 21.32877020 -157.92272112 22 +112 21.32904662 -157.92260079 21.32922843 -157.92258214 +111 21.32904662 -157.92260079 22 +111 21.33093656 -157.92223868 +112 21.33093656 -157.92223868 21.33099551 -157.92222399 20 +111 21.33099341 -157.92214354 22 +111 21.33081796 -157.92103477 +112 21.33081796 -157.92103477 21.33079582 -157.92095580 20 +111 21.33072992 -157.92095977 22 +111 21.32849183 -157.92136046 +112 21.32849183 -157.92136046 21.32835591 -157.92138603 22 +111 21.32837125 -157.92156902 22 +111 21.32854351 -157.92280874 +112 21.32854351 -157.92280874 21.32856613 -157.92292736 20 +115 21.32864062 -157.92288218 +120 RM +111 21.33813363 -157.92428476 20 +111 21.33832441 -157.92558861 +112 21.33832441 -157.92558861 21.33837305 -157.92593050 20 +111 21.33813568 -157.92599386 20 +111 21.33563912 -157.92644714 20 +112 21.33531499 -157.92639208 21.33519877 -157.92630765 +111 21.33531499 -157.92639208 20 +111 21.33445624 -157.92575073 20 +112 21.33427969 -157.92568755 21.33418589 -157.92569377 +111 21.33427969 -157.92568755 20 +111 21.33190877 -157.92602902 20 +111 21.33144217 -157.92657657 20 +112 21.33124180 -157.92674354 21.33116053 -157.92675708 +111 21.33124180 -157.92674354 +112 21.33124180 -157.92674354 21.33112831 -157.92677663 20 +111 21.33094126 -157.92671947 +111 21.33099310 -157.92666682 20 +112 21.33122009 -157.92667585 21.33132378 -157.92665779 20 +111 21.33142747 -157.92651038 20 +111 21.33178266 -157.92605309 20 +112 21.33160752 -157.92602301 21.33153491 -157.92596010 +111 21.33160752 -157.92602301 20 +111 21.33106319 -157.92540078 20 +112 21.33099692 -157.92524028 21.33098744 -157.92514760 +111 21.33099692 -157.92524028 20 +111 21.33077646 -157.92383416 +111 21.33082805 -157.92382728 20 +111 21.33099728 -157.92495119 20 +111 21.33102831 -157.92508544 +112 21.33102831 -157.92508544 21.33103478 -157.92511014 20 +111 21.33107697 -157.92511456 20 +111 21.33157755 -157.92503401 +111 21.33157373 -157.92508770 20 +111 21.33105176 -157.92518416 20 +111 21.33106235 -157.92523877 +112 21.33106235 -157.92523877 21.33107182 -157.92528849 20 +111 21.33111087 -157.92534433 20 +111 21.33162968 -157.92594679 +112 21.33162968 -157.92594679 21.33168318 -157.92601243 20 +111 21.33177888 -157.92599594 20 +111 21.33257269 -157.92587803 +112 21.33257269 -157.92587803 21.33264112 -157.92586673 20 +111 21.33263278 -157.92575538 20 +111 21.33254880 -157.92501476 +111 21.33267892 -157.92500050 +112 21.33267892 -157.92500050 21.33261997 -157.92504684 20 +111 21.33262701 -157.92512630 20 +111 21.33270069 -157.92574541 20 +112 21.33280558 -157.92584344 21.33289401 -157.92583100 +111 21.33280558 -157.92584344 20 +111 21.33395591 -157.92567257 +112 21.33395591 -157.92567257 21.33403229 -157.92565707 20 +111 21.33401852 -157.92554941 20 +111 21.33387945 -157.92458240 +111 21.33394144 -157.92457109 20 +111 21.33408808 -157.92553771 20 +112 21.33420610 -157.92563364 21.33429759 -157.92562867 +111 21.33420610 -157.92563364 20 +111 21.33427545 -157.92562845 +112 21.33427545 -157.92562845 21.33440862 -157.92561726 20 +111 21.33451738 -157.92570826 20 +111 21.33532394 -157.92631947 +112 21.33532394 -157.92631947 21.33550645 -157.92642518 20 +111 21.33569257 -157.92638396 20 +111 21.33813435 -157.92591641 20 +112 21.33827815 -157.92559088 21.33824572 -157.92530991 +111 21.33827815 -157.92559088 20 +115 21.33808605 -157.92429944 +120 WS Circle +112 21.32727517 -157.90482219 21.32727664 -157.90492644 21 106 +112 21.32713320 -157.90497560 21.32705522 -157.90497718 21 106 +112 21.32699588 -157.90481762 21.32699735 -157.90473707 21 106 +114 21.32713939 -157.90467879 21.32720854 -157.90467879 21 106 +21 21.31973989 -157.92204098 2 52.8400 3.00 04L PAPI-4L +21 21.31595490 -157.92491789 1 52.8600 3.00 04R VASI +21 21.32565080 -157.93960801 2 90.0000 3.00 08L PAPI-4L +21 21.30727771 -157.94304601 1 90.0000 3.30 08R VASI +21 21.32743509 -157.90730719 1 232.8600 3.00 22L VASI +21 21.30619263 -157.91473501 2 275.0100 3.00 26L PAPI +21 21.32486766 -157.90902622 1 270.0100 3.00 26R VASI +20 21.32850184 -157.90960054 232.8600 0 4 {@B}6{@@,@B}1 +20 21.32674861 -157.91208669 232.8600 0 4 {@B}5{@@,@B}2 +20 21.32493631 -157.91465645 232.8600 0 4 {@B}4{@@,@B}3 +20 21.32342006 -157.91680438 232.8600 0 4 {@B}3{@@,@B}4 +20 21.32188395 -157.91898020 232.8600 0 4 {@B}2{@@,@B}5 +20 21.32023113 -157.92132402 232.8600 0 4 {@B}1{@@,@B}6 +20 21.32746047 -157.90861912 232.8600 0 4 {@B}8{@@,@B}1 +20 21.32580735 -157.91096250 232.8600 0 4 {@B}7{@@,@B}2 +20 21.32415129 -157.91330991 232.8600 0 4 {@B}6{@@,@B}3 +20 21.32239807 -157.91579606 232.8600 0 4 {@B}5{@@,@B}4 +20 21.32084124 -157.91800355 232.8600 0 4 {@B}4{@@,@B}5 +20 21.31918604 -157.92034683 232.8600 0 4 {@B}3{@@,@B}6 +20 21.31753340 -157.92268957 232.8600 0 4 {@B}2{@@,@B}7 +20 21.31588058 -157.92503339 232.8600 0 4 {@B}1{@@,@B}8 +20 21.30635379 -157.91371136 90.0000 0 4 {@B}1{@@,@B}11 +20 21.30726808 -157.91371681 90.0000 0 4 {@B}1{@@,@B}11 +20 21.30727190 -157.91672749 90.0000 0 4 {@B}2{@@,@B}10 +20 21.30637335 -157.91673121 90.0000 0 4 {@B}2{@@,@B}10 +20 21.30637335 -157.91953893 90.0000 0 4 {@B}3{@@,@B}9 +20 21.30726843 -157.91954638 90.0000 0 4 {@B}3{@@,@B}9 +20 21.30736004 -157.92247158 90.0000 0 4 {@B}4{@@,@B}8 +20 21.30636696 -157.92247158 90.0000 0 4 {@B}4{@@,@B}8 +20 21.30636390 -157.92538892 90.0000 0 4 {@B}5{@@,@B}7 +20 21.30727285 -157.92539637 90.0000 0 4 {@B}5{@@,@B}7 +20 21.30726591 -157.92831581 90.0000 0 4 {@B}6{@@,@B}6 +20 21.30636043 -157.92830836 90.0000 0 4 {@B}6{@@,@B}6 +20 21.30636043 -157.93124270 90.0000 0 4 {@B}7{@@,@B}5 +20 21.30726244 -157.93123525 90.0000 0 4 {@B}7{@@,@B}5 +20 21.30740333 -157.93415788 90.0000 0 4 {@B}8{@@,@B}4 +20 21.30637221 -157.93415788 90.0000 0 4 {@B}8{@@,@B}4 +20 21.30637100 -157.93707157 90.0000 0 4 {@B}9{@@,@B}3 +20 21.30727129 -157.93707157 90.0000 0 4 {@B}9{@@,@B}3 +20 21.30726239 -157.93984777 90.0000 0 4 {@B}10{@@,@B}2 +20 21.30637380 -157.93985794 90.0000 0 4 {@B}10{@@,@B}2 +20 21.30637346 -157.94294219 90.0000 0 4 {@B}11{@@,@B}1 +20 21.30726853 -157.94293102 90.0000 0 4 {@B}11{@@,@B}1 +20 21.32374840 -157.91143323 232.8600 0 3 {@L}C{@Y}P{^r} +20 21.32483532 -157.91057369 90.0000 0 4 {@B}1{@@,@B}11 +20 21.32485628 -157.91363264 90.0000 0 4 {@B}2{@@,@B}10 +20 21.32485488 -157.91640126 90.0000 0 4 {@B}3{@@,@B}9 +20 21.32484849 -157.91933390 90.0000 0 4 {@B}4{@@,@B}8 +20 21.32484543 -157.92235713 90.0000 0 4 {@B}5{@@,@B}7 +20 21.32484196 -157.92517068 90.0000 0 4 {@B}6{@@,@B}6 +20 21.32484196 -157.92810502 90.0000 0 4 {@B}7{@@,@B}5 +20 21.32485374 -157.93102020 90.0000 0 4 {@B}8{@@,@B}4 +20 21.32485253 -157.93393389 90.0000 0 4 {@B}9{@@,@B}3 +20 21.32485533 -157.93672026 90.0000 0 4 {@B}10{@@,@B}2 +20 21.32485499 -157.93980451 90.0000 0 4 {@B}11{@@,@B}1 +20 21.32339751 -157.91196764 52.8600 0 3 {@Y,^l}P{@L}C +20 21.32173220 -157.91436439 232.8600 0 3 {@L}C{@Y,^l}E{^r} +20 21.32176831 -157.91453829 144.4100 0 3 {@L}E{@Y,^l}C{^r} +20 21.32125040 -157.91507014 52.8600 0 3 {@L}C{@Y,^l}E{^r} +20 21.31895976 -157.91772797 232.8600 0 3 {@L}C{@Y}D{^r} +20 21.32083491 -157.91443803 322.8600 0 3 {@L}E{@Y,^l}C{^r} +20 21.31887546 -157.91804345 149.1900 0 3 {@L}D{@Y,^l}C{^r} +20 21.31826292 -157.91869226 52.8600 0 3 {@Y,^l}D{@L}C +20 21.31655973 -157.92107340 232.8600 0 3 {@L}C{@Y,^l}F{^r} +20 21.31655973 -157.92107340 232.8600 0 3 {@L}C{@Y,^l}F{^r} +20 21.31655973 -157.92107340 232.8600 0 3 {@L}C{@Y,^l}F{^r} +20 21.31655973 -157.92107340 232.8600 0 3 {@L}C{@Y,^l}F{^r} +20 21.31655973 -157.92107340 232.8600 0 3 {@L}C{@Y,^l}F{^r} +20 21.31655973 -157.92107340 232.8600 0 3 {@L}C{@Y,^l}F{^r} +20 21.31655973 -157.92107340 232.8600 0 3 {@L}C{@Y,^l}F{^r} +20 21.31655973 -157.92107340 232.8600 0 3 {@L}C{@Y,^l}F{^r} +20 21.31655973 -157.92107340 232.8600 0 3 {@L}C{@Y,^l}F{^r} +20 21.31655973 -157.92107340 232.8600 0 3 {@L}C{@Y,^l}F{^r} +20 21.31655973 -157.92107340 232.8600 0 3 {@L}C{@Y,^l}F{^r} +20 21.31545375 -157.92112546 322.8600 0 3 {@L}F{@Y,^l}C{^r} +20 21.31657969 -157.92127443 142.8600 0 3 {@L}F{@Y,^l}C{^r} +20 21.31586289 -157.92203769 52.8600 0 3 {@L}C{@Y,^l}F{^r} +20 21.31276526 -157.92531467 232.8600 0 3 {@Y,^l}RT{@L}C{@Y}C{^r} +20 21.31220734 -157.92601529 319.8800 0 3 {@Y,^u}C{@L}RT{@Y}C{^u} +20 21.31353577 -157.92627149 142.8600 0 3 {@Y,^l}C{@L}C{@Y}RT{^u} +20 21.32948484 -157.90648747 142.8500 0 3 {@L}C{@R}22R{@@,safety}{@L}C +20 21.32902620 -157.90693209 322.8500 0 3 {@L}C{@R}22R{@@,safety}{@L}C +20 21.32734275 -157.90608691 52.8500 0 3 {@R}ILS +20 21.32636095 -157.90658596 232.8500 0 3 {@R}ILS +20 21.32452513 -157.90935205 360.0000 0 3 {@R}26R{@L}C{@@,safety}{@L}C +20 21.31494707 -157.92325544 232.8600 0 3 {@R}ILS +20 21.31196215 -157.92579501 322.8600 0 3 {@R}ILS +20 21.31319860 -157.92683547 322.8600 0 3 {@L}C{@R}04R{@@,safety}{@L}C +20 21.32555500 -157.91499878 90.0000 0 4 {@R}22R-04L +20 21.32487436 -157.91499332 90.0000 0 4 {@R}22R-04L +20 21.32472171 -157.91484175 55.8600 0 4 {@R}08L-26R +20 21.32471905 -157.91239661 55.8600 0 4 {@R}08L-26R +20 21.32420395 -157.91200294 55.8600 0 4 {@R}08L-26R +20 21.32418363 -157.91440751 55.8600 0 4 {@R}08L-26R +20 21.31811177 -157.92256569 144.2500 0 3 {@L}F{@R}22L-04R{@@,safety}{@L}F +20 21.32051206 -157.91910355 150.0000 0 3 {@L}D{@R}22L-04R{@@,safety}{@L}D +20 21.32307837 -157.91554059 145.8600 0 3 {@L}E{@R}22L-04R{@@,safety}{@L}E +20 21.32453172 -157.91319343 187.6300 0 3 {@L}K{@R}22L-04R{@@,safety}{@L}K +20 21.32436141 -157.91393150 356.0900 0 3 {@R,^ld}04L-22R{^ru}{@L}K{@R,^l}08R-26L{^r}{@@,safety}{@L}K +20 21.32264365 -157.91602106 325.0800 0 3 {@L}E{@R}04L-22R{@@,safety}{@L}E +20 21.32006703 -157.91957012 330.5300 0 3 {@L}D{@R}04L-22R{@@,safety}{@L}D +20 21.31774942 -157.92294591 322.8600 0 3 {@L}F{@R}04L{@@,safety}{@L}F +20 21.31653582 -157.92207867 322.8600 0 3 {@L}F{@R}04R-22L{@@,safety}{@L}F +20 21.31888117 -157.91880397 322.8600 0 3 {@L}D{@R}04R-22L{@@,safety}{@L}D +20 21.32151674 -157.91510039 322.8600 0 3 {@L}E{@R}04R-22L{@@,safety}{@L}E +20 21.32352957 -157.91203674 302.9100 0 3 {@L}P{@R}04R-22L{@@,safety}{@L}P +20 21.32468389 -157.91024235 52.8500 0 3 {@L}C{@R}26R{@@,safety}{@L}C +20 21.32586831 -157.90730102 232.8500 0 3 {@L}C{@R}26R{@@,safety}{@L}C +20 21.32788515 -157.90600214 322.8500 0 3 {@L}C{@R}22L{@@,safety}{@L}C +20 21.31914300 -157.92341174 143.0200 0 3 {@L}F{@R}04L{@@,safety}{@L}F +20 21.32167139 -157.91980259 152.0400 0 3 {@L}D{@R}22R-04L{@@,safety}{@L}D +20 21.32410540 -157.91639560 144.0200 0 3 {@L}E{@R}22R-04L{@@,safety}{@L}E +20 21.32269668 -157.94081852 270.0000 0 3 {@L}B{@Y}T{^ru} +20 21.32270591 -157.94000601 270.0000 0 3 {@Y,^l}B4{@L}B +20 21.32270967 -157.93832869 270.0000 0 3 {@Y,^l}B3{@L}B +20 21.32270925 -157.93609898 270.0000 0 3 {@Y,^l}B2{@L}B +20 21.32270886 -157.93439380 270.0000 0 3 {@Y,^l}B1{@L}B +20 21.32337404 -157.93519097 90.0000 0 3 {@L}B{@Y}B1{^r} +20 21.32337691 -157.93690225 90.0000 0 3 {@L}B{@Y}B2{^r} +20 21.32358451 -157.92269262 270.0000 0 3 {@L}B{@Y}S{^rd} +20 21.32412145 -157.92266464 194.7200 0 3 {@L}S{@Y}B{^ru} +20 21.32343611 -157.91693370 330.1300 0 3 {@Y,^lu}B{@L}E +20 21.32145520 -157.92033471 331.2700 0 3 {@Y,^l}F{@L}D +20 21.32243264 -157.92021719 149.4400 0 3 {@L}D{@Y}F{^r} +20 21.32195304 -157.92081038 53.2100 0 3 {@L}F{@Y,^l}D{^r} +20 21.32337647 -157.92154684 330.1300 0 3 {@L}D{@Y,^lu}B{^rd} +20 21.32434557 -157.92142373 150.3500 0 3 {@L}D{@Y,^lu}B{^rd} +20 21.32358529 -157.92079638 270.0000 0 3 {@L}B{@Y,^ld}D{^ru} +20 21.32440814 -157.91665884 143.2100 0 3 {@L}E{@Y}B{^rd} +20 21.32414749 -157.91764096 90.0000 0 3 {@L}B{@Y,^ld}E{^ru} +20 21.32413579 -157.92214141 90.0000 0 3 {@L}B{@Y,^ld}D{^ru} +20 21.32415690 -157.92381481 90.0000 0 3 {@Y,^lu}S{@L}B +20 21.32355394 -157.92575252 270.0000 0 3 {@Y,^lu}B{@L}B{@Y}G{^u} +20 21.32432405 -157.92694042 180.0000 0 3 {@Y,^l}B{@L}G{@Y}B{^u} +20 21.32335727 -157.92817410 90.0000 0 3 {@Y,^l}G{@L}B{@Y}B{^ru} +20 21.32252220 -157.93513617 360.0000 0 3 {@L}B1{@Y,^l}B{^r} +20 21.32251389 -157.93680684 360.0000 0 3 {@L}B2{@Y,^l}B{^r} +20 21.32251102 -157.93907828 360.0000 0 3 {@L}B3{@Y,^l}B{^r} +20 21.32251102 -157.94076186 360.0000 0 3 {@L}B4{@Y,^l}B{^r} +20 21.32337691 -157.93914599 90.0000 0 3 {@L}B{@Y}B3{^r} +20 21.32335542 -157.94080580 90.0000 0 3 {@L}B{@Y}B4{^r} +20 21.32360659 -157.94115683 135.8600 0 3 {@Y,^lu}B{@L}T{@@,@L}T +20 21.32265727 -157.94249077 270.0000 0 3 {@Y,^lu}RB{@L}B{@@,@L}B +20 21.32328058 -157.94159187 316.1000 0 3 {@R}ILS +20 21.32440918 -157.92760830 360.0000 0 3 {@L}G{@R}08L-26R{@@,safety}{@L}G +20 21.32459303 -157.92322473 14.1900 0 3 {@L}S{@R}08L-26R{@@,safety}{@L}S +20 21.32430344 -157.92214132 331.4600 0 3 {@L}D{@R}08L-26R{@@,safety}{@L}D +20 21.32426186 -157.91728866 324.7100 0 3 {@L}E{@R}08L-26R{@@,safety}{@L}E +20 21.30727656 -157.91148906 90.0000 0 3 {@Y,^l}RA +20 21.30727002 -157.91267480 90.0000 0 3 {@Y,^l}RH +20 21.30725313 -157.92319045 90.0000 0 3 {@Y,^lu}RG +20 21.30727041 -157.93346310 270.0000 0 3 {@Y}RM{^ru} +20 21.30726412 -157.94393630 270.0000 0 3 {@Y}RC{^r} +20 21.30725714 -157.94513742 270.0000 0 3 {@Y}RB{^r} +20 21.30764542 -157.94530405 180.0000 0 3 {@L}RB{@R}08R{@@,safety}{@L}RB +20 21.30764542 -157.94411002 180.0000 0 3 {@L}RC{@R}26L-08R{@@,safety}{@L}RC +20 21.30808716 -157.93604094 120.1600 0 3 {@L}RM{@R}26L-08R{@@,safety}{@L}RM +20 21.30750958 -157.92021291 240.4900 0 3 {@L}RG{@R}26L-08R{@@,safety}{@L}RG +20 21.30763868 -157.91172272 180.0000 0 3 {@L}RH{@R}26L-08R{@@,safety}{@L}RH +20 21.30763868 -157.91054984 180.0000 0 3 {@L}RA{@R}26L{@@,safety}{@L}RA +20 21.30998828 -157.92491150 90.0000 0 3 {@Y,^ld}RT{@L}RA +20 21.30941329 -157.91584894 270.0000 0 3 {@Y,^lu}RG{@L}RA +20 21.30999528 -157.91296565 90.0000 0 3 {@L}RA{@Y}RH{^r} +20 21.30940936 -157.92170444 270.0000 0 3 {@L}RA{@Y}RT{^ru} +20 21.31001804 -157.91923465 90.0000 0 3 {@L}RA{@Y}RG{^rd} +20 21.30917796 -157.91854220 59.6000 0 3 {@L}RG{@Y,^ld}RA{^ru} +20 21.30935296 -157.91169467 270.0000 0 3 {@Y,^l}RH{@L}RA +20 21.30927142 -157.91249380 360.0000 0 3 {@L}RH{@Y,^l}RA{^r} +20 21.30904929 -157.93928542 300.0500 0 3 {@L}RM{@Y,^lu}RA +20 21.30940808 -157.92887021 270.0000 0 3 {@L}RA{@R}04R_APCH{@@,safety} +20 21.31000924 -157.93838798 90.0000 0 3 {@L}RA{@R}04R_APCH{@@,safety} +20 21.31000160 -157.94071463 90.0000 0 3 {@L}RA{@Y}RM{^ru} +20 21.32382074 -157.94367460 45.0000 0 3 {@Y,^lu}A{@L}M +20 21.32409864 -157.94350585 180.0000 0 3 {@L}A{@Y}M{^ru} +20 21.31004215 -157.94491498 270.0000 0 3 {@L}RA{@Y,^l}RB{^r} +20 21.30925655 -157.94484419 360.0000 0 3 {@L}RC{@Y,^l}RA{^r} +20 21.30935403 -157.94521658 90.0000 0 3 {@L}RA{@Y}RC{^r} +20 21.30927088 -157.94606291 360.0000 0 3 {@L}RB{@Y}RA{^r} +20 21.31017404 -157.94538277 171.1200 0 3 {@Y,^l}RA{@L}RB +20 21.32237324 -157.94393956 30.3700 0 3 {@Y,^ld}M|{^lu}A{@L}RB{@Y}B{^ru} +20 21.32310969 -157.94455486 45.0000 0 3 {@L}M{@Y}B{^ru} +20 21.32444665 -157.94197355 30.3000 0 3 {@R}08L{@L}RB{@@,safety}{@L}RB +20 21.32601786 -157.94354943 180.0000 0 3 {@R}08L{@L}A{@@,safety}{@L}A +20 21.32337412 -157.94275013 30.3400 0 3 {@L}A{@R}08L{@@,safety}{@L}A +20 21.32349818 -157.94403360 360.0000 0 3 {@L}A{@R}08L{@@,safety}{@L}A +20 21.32446694 -157.94352104 360.0000 0 3 {@L}A{@R}08L{@@,safety}{@L}A +20 21.33058558 -157.90741685 116.7100 0 3 {@L}A{@R}22R{@@,safety}{@L}A +20 21.32630155 -157.91282533 190.0300 0 3 {@L}K{@R}26R-08L{@@,safety}{@L}K +20 21.32619326 -157.91793610 147.6500 0 3 {@L}E{@R}26R-08L{@@,safety}{@L}E +20 21.32590491 -157.91905817 206.5800 0 3 {@L}H{@R}26R-08L{@@,safety}{@L}H +20 21.32591291 -157.92133699 239.2000 0 3 {@L}Y{@R}26R-08L{@@,safety}{@L}Y +20 21.32623511 -157.92220169 180.0000 0 3 {@L}S{@R}26R-08L{@@,safety}{@L}S +20 21.32600864 -157.92690643 180.0000 0 3 {@L}G{@R}26R-08L{@@,safety}{@L}G +20 21.32599634 -157.92311854 149.2500 0 3 {@R}26R-08L{@L}D{@@,@L}D{safety} +20 21.32601137 -157.92922209 180.0000 0 3 {@R}26R-08L{@L}L{@@,@L}L{safety} +20 21.32585362 -157.94106751 207.7600 0 3 {@L}RB{@R}26R-08L{@@,safety}{@L}RB +20 21.32633269 -157.94259616 135.3600 0 3 {@L}V{@R}08L{@@,safety}{@L}V +20 21.32697916 -157.94473758 135.3600 0 3 {@L}T{@R}08L{@@,safety}{@L}T +20 21.32944901 -157.91039654 52.1500 0 3 {@Y,^l}W{@L}A +20 21.32977667 -157.91032033 52.1500 0 3 {@L}Z{@Y}W{^r}{@@,@L}Z +20 21.32961284 -157.90920058 232.8600 0 3 {@L}A{@Y}W{^r} +20 21.32721404 -157.91263079 232.8600 0 3 {@Y,^lu}K{@L}A +20 21.32770963 -157.91188241 232.8600 0 3 {@L}A{@Y}Z{^ru}{@@,@L}A +20 21.32647544 -157.91350786 9.5400 0 3 {@L}K{@Y,^l}A{^ru} +20 21.32733146 -157.91359814 360.0000 0 3 {@L}K{@Y,^l}Z{^ru}{@@,@L}K{@Y}A{^r} +20 21.32830434 -157.91249247 231.0000 0 3 {@Y,^lu}K{@L}Z{@Y}Z{^ru}{@@,@L}Z +20 21.32745873 -157.91402242 90.0000 0 3 {@Y,^lu}Z{@L}Z{@Y}A{^u} +20 21.32719742 -157.91408046 90.0000 0 3 {@Y,^lu}A{@L}A{@Y,^l}K{^r} +20 21.32708022 -157.91930173 180.0000 0 3 {@Y,^lu}H|Y{^ru} +20 21.33014256 -157.90966372 136.0500 0 3 {@L}W{@Y,^l}A{^r} +20 21.32645291 -157.94355307 136.6400 0 3 {@L}V{@Y}A{^r}{@@,@L}V +20 21.32769147 -157.93886001 90.0000 0 3 {@Y,^l}A1{@L}A +20 21.32768179 -157.94052690 90.0000 0 3 {@Y,^l}A2{@L}A +20 21.32768179 -157.94206975 90.0000 0 3 {@Y,^l}A3{@L}A +20 21.32765206 -157.94375802 90.0000 0 3 {@Y,^l}A4{@L}A +20 21.32769626 -157.94396606 136.6400 0 3 {@Y,^lu}A{@L}V{@@,@L}V +20 21.32705262 -157.94270003 270.0000 0 3 {@Y,^l}A{@L}A{@Y}A4{^r} +20 21.32776845 -157.94299094 180.0000 0 3 {@L}A4{@Y,^l}A{^u} +20 21.32778604 -157.94134340 180.0000 0 3 {@L}A3{@Y,^l}A{^r} +20 21.32776406 -157.93975251 180.0000 0 3 {@L}A2{@Y,^l}A{^r} +20 21.32775966 -157.93812857 180.0000 0 3 {@L}A1{@Y,^l}A{^r} +20 21.32710459 -157.94165287 270.0000 0 3 {@L}A{@Y}A3{^r}{@@,@Y}RB{^rd} +20 21.32701780 -157.94004025 270.0000 0 3 {@Y,^lu}RB{@L}A{@Y}A2{^r} +20 21.32709589 -157.93855704 270.0000 0 3 {@L}A{@Y}A1{^r} +20 21.33106206 -157.92588857 222.9600 0 3 {@Y,^lu}G +20 21.33118844 -157.92605330 222.9600 0 3 {@Y}L{^ru} +20 21.32709601 -157.91940959 240.9300 0 3 {@Y,^u}Y +20 21.32664671 -157.91985994 270.0000 0 3 {@Y,^lu}Y{@L}A +20 21.32731186 -157.92007199 180.0000 0 3 {@Y,^lu}H|Y{^rd} +20 21.32714996 -157.92047278 90.0000 0 3 {@L}A{@Y,^lu}Y{^rd} +20 21.32705745 -157.91930233 90.0000 0 3 {@L}A{@Y,^rd}H|E{^ru} +20 21.32661743 -157.91836486 270.0000 0 3 {@Y,^lu}H|{^ld}E{@L}A +20 21.32748573 -157.92024243 90.0000 0 3 {@L}Z{@Y}Y{^rd}|E{^ru} +20 21.32665975 -157.92094212 60.8800 0 3 {@L}Y{@Y,^ld}A{^ru}{@@,@L}Y +20 21.32671777 -157.92709695 270.0000 0 3 {@Y,^lu}A{@L}A{@Y}G{^ru}{@@,@L}A +20 21.32750022 -157.92292502 270.0000 0 3 {@Y}S{^ld}{@L}Z +20 21.32737660 -157.92407859 90.0000 0 3 {@L}Z{@Y}D{^ru} +20 21.32580309 -157.92756292 360.0000 0 3 {@Y,^lu}G{@L}G{@Y}N{^ru} +20 21.32767870 -157.92921963 90.0000 0 3 {@L}A{@Y,^l}L{^r} +20 21.32708241 -157.92919432 360.0000 0 3 {@L}L{@Y,^l}A{^r} +20 21.32768416 -157.92863045 180.0000 0 3 {@Y,^l}A{@L}L{@Y}A{^r} +20 21.32774150 -157.92783022 180.0000 0 3 {@Y,^l}Z{@L}G{@Y}A{^r} +20 21.32770055 -157.92832267 90.0000 0 3 {@L}A{@Y,^l}G{^ru} +20 21.32698569 -157.92864833 270.0000 0 3 {@L}A{@Y,^l}L{^r} +20 21.32622879 -157.92673629 240.5300 0 3 {@L}N{@Y,^lu}G{^rd} +20 21.32661625 -157.92594309 61.3300 0 3 {@L}N{@Y,^ld}A{^ru} +20 21.32730159 -157.92715858 90.0000 0 3 {@Y,^lu}Z|__|A{^ru} +20 21.32738269 -157.92704895 261.1800 0 3 {@Y,^ld}G{@L}Z +20 21.32686066 -157.92805269 158.1900 0 3 {@Y,^lu}A{@L}G{@Y}G{^ru} +20 21.32724062 -157.92610906 80.0000 0 3 {@L}A{@Y,^lu}N{^rd} +20 21.32663631 -157.92543018 270.0000 0 3 {@L}A{@Y,^lu}N{^rd} +20 21.32744191 -157.92557099 52.1000 0 3 {@L}N{@Y}Z{^ru} +20 21.32715957 -157.92494546 246.5900 0 3 {@L}N{@Y}A{^ru} +20 21.32736983 -157.92426513 270.0000 0 3 {@Y,^lu}N{@L}Z +20 21.32724797 -157.92406648 90.0000 0 3 {@L}A{@Y,^l}D{^ru} +20 21.32711096 -157.92281932 90.0000 0 3 {@L}A{@Y,^l}S{^r} +20 21.32730920 -157.92323784 180.0000 0 3 {@L}D{@Y,^l}A{^r} +20 21.32729268 -157.92218445 180.0000 0 3 {@L}S{@Y,^l}A{^r} +20 21.32664841 -157.92270228 360.0000 0 3 {@L}S{@Y,^l}A{^r} +20 21.32665171 -157.92354641 332.2900 0 3 {@L}D{@Y,^lu}A{^rd} +20 21.32732678 -157.92390951 360.0000 0 3 {@L}D{@Y,^l}Z{^r} +20 21.32741598 -157.92273553 360.0000 0 3 {@L}S{@Y,^l}Z{^r} +20 21.32669176 -157.92290963 270.0000 0 3 {@L}A{@Y,^ld}D{^ru} +20 21.32666283 -157.92207127 270.0000 0 3 {@L}A{@Y,^l}S{^r} +20 21.32746024 -157.92202807 270.0000 0 3 {@Y,^l}S{@L}Z +20 21.32659066 -157.91942022 27.4200 0 3 {@L}H{@Y,^ld}A{^ru}{@@,@L}H +20 21.32739344 -157.91838256 27.1100 0 3 {@Y,^ld}Z{^ru} +20 21.32708489 -157.91920331 324.0400 0 3 {@Y,^lu}Z{^rd}{@@,@Y}H{^rd} +20 21.32637495 -157.91887794 324.0400 0 3 {@L}E{@Y,^lu}A{^rd}{@@,@L}E +20 21.32742347 -157.91820083 270.0000 0 3 {@Y,^lu}Y|{^l}H|{^ld}E{@L}Z +20 21.32925161 -157.90720001 52.8600 0 3 {@Y}C{^r} +20 21.32807351 -157.90651314 52.8600 0 3 {@Y}C{^r} +20 21.32979910 -157.90769528 52.8600 0 3 {@Y,^l}C +20 21.32855330 -157.90700114 52.8600 0 3 {@Y,^l}C +20 21.32490219 -157.91004898 90.0000 0 3 {@Y}C{^rd} +20 21.32556716 -157.90875498 90.0000 0 3 {@Y,^lu}C +20 21.32384241 -157.91242756 52.8500 0 3 {@Y}P{^r} +20 21.32407914 -157.91210496 232.8500 0 3 {@Y,^l}P +20 21.32279008 -157.91642330 52.8500 0 3 {@Y}E{^r} +20 21.32343792 -157.91548379 232.8500 0 3 {@Y,^l}E +20 21.32166276 -157.91550752 52.8500 0 3 {@Y}E{^r} +20 21.32226320 -157.91465522 232.8500 0 3 {@Y,^l}E +20 21.32284662 -157.91519688 232.8500 0 3 {@Y}E{^r}{@Y,^lu}K +20 21.32232879 -157.91594927 52.8500 0 3 {@Y,^l}E +20 21.32035886 -157.91985471 52.8500 0 3 {@Y}D{^r} +20 21.31900340 -157.91923120 52.8500 0 3 {@Y}D{^r} +20 21.32087399 -157.91911471 232.8500 0 3 {@Y,^l}D +20 21.31974942 -157.91821538 232.8500 0 3 {@Y,^l}D +20 21.32031252 -157.91876430 232.8500 0 3 {@Y}D{^r} +20 21.31976083 -157.91956030 52.8500 0 3 {@Y,^l}D +20 21.31404675 -157.92629354 232.8500 0 3 {@Y,^l}C +20 21.31674484 -157.92253590 52.8500 0 3 {@Y}F{^r} +20 21.31842807 -157.92254890 232.8500 0 3 {@Y,^l}F +20 21.31738310 -157.92162973 232.8500 0 3 {@Y,^l}F +20 21.31783853 -157.92221075 232.8500 0 3 {@Y}F{^r} +20 21.31744553 -157.92277643 52.8500 0 3 {@Y,^l}F +20 21.32487952 -157.92780277 90.0000 0 3 {@Y}G{^r} +20 21.32485327 -157.91801814 90.0000 0 3 {@Y}E{^ru} +20 21.32486132 -157.92336686 90.0000 0 3 {@Y}S{^rd} +20 21.31900903 -157.92298525 232.8500 0 3 {@Y}F{^r} +20 21.32394108 -157.91605358 232.8500 0 3 {@Y}E{^r} +20 21.32139829 -157.91956912 232.8500 0 3 {@Y}D{^r} +20 21.32097109 -157.92017237 52.8500 0 3 {@Y,^l}D +20 21.32320818 -157.91700149 52.8500 0 3 {@Y,^l}E +20 21.32483967 -157.91632373 270.0000 0 3 {@Y,^ld}E +20 21.32487648 -157.92136744 270.0000 0 3 {@Y,^ld}D +20 21.32487648 -157.92242715 270.0000 0 3 {@Y,^l}S{@@,@Y}D{^ru} +20 21.32487232 -157.92672457 270.0000 0 3 {@Y,^l}G +20 21.32484114 -157.94177059 270.0000 0 3 {@Y,^lu}RB +20 21.32561788 -157.94344944 270.0000 0 3 {@Y}T{^ru} +20 21.32557987 -157.92933094 90.0000 0 3 {@Y,^lu}N|{^l}L +20 21.32561185 -157.92753279 90.0000 0 3 {@Y,^l}G +20 21.32563172 -157.92333590 90.0000 0 3 {@Y,^lu}Y|S{^l} +20 21.32565107 -157.92034487 90.0000 0 3 {@Y,^lu}H +20 21.32565808 -157.91903347 90.0000 0 3 {@Y,^ld}E +20 21.32556801 -157.91381809 90.0000 0 3 {@Y,^l}K +20 21.32556801 -157.91232783 270.0000 0 3 {@Y}K{^ru} +20 21.32558186 -157.91757362 270.0000 0 3 {@Y}E{^ru} +20 21.32560922 -157.92187857 270.0000 0 3 {@Y}D{^ru}|S{^r} +20 21.32561362 -157.92677869 270.0000 0 3 {@Y}G{^r} +20 21.32560482 -157.92785974 270.0000 0 3 {@Y}L{^r} +20 21.32565717 -157.94083721 270.0000 0 3 {@Y}RB{^rd} +20 21.32561320 -157.94193585 270.0000 0 3 {@Y}V{^ru} +14 21.32082069 -157.92713176 190.29 0 Tower Viewpoint +1300 21.31307250 -157.92631808 323.49 misc heavy|jets|turboprops|props Hold Short Rwy 4R +1301 E none +1300 21.31911540 -157.92374834 143.81 misc heavy|jets|turboprops|props Hold Short Rwy 4L +1301 E none +1300 21.32644362 -157.94318032 180.00 misc heavy|jets|turboprops|props Hold Short Rwy 8L +1301 E none +1300 21.30803288 -157.94570389 180.00 misc heavy|jets|turboprops|props Hold Short Rwy 8R +1301 E none +1300 21.32778492 -157.90554935 322.73 misc heavy|jets|turboprops|props Hold Short Rwy 22L +1301 E none +1300 21.33036998 -157.90788067 98.59 misc heavy|jets|turboprops|props Hold Short Rwy 22R +1301 E none +1300 21.32634207 -157.90711919 233.25 misc heavy|jets|turboprops|props Hold Short Rwy 26R +1301 E none +1300 21.30806520 -157.91089693 180.00 misc heavy|jets|turboprops|props Hold Short Rwy 26L +1301 E none +1300 21.32996035 -157.91718416 101.23 gate jets 11 +1301 D airline +1300 21.32943542 -157.91715481 74.79 gate jets 10 +1301 D airline +1300 21.32905813 -157.91688185 39.13 gate jets 9 +1301 E airline +1300 21.32889682 -157.91643280 0.40 gate jets 8 +1301 D airline +1300 21.32885574 -157.91581757 0.40 gate heavy|jets 7 +1301 E airline +1300 21.32892558 -157.91502372 0.40 gate heavy|jets 6 +1301 E airline +1300 21.33098661 -157.91790484 10.05 gate heavy|jets 12 +1301 E airline +1300 21.33111470 -157.91862676 10.05 gate heavy|jets Gate 13 +1301 E airline +1300 21.32957339 -157.92058869 102.63 gate jets 21 +1301 D airline +1300 21.32920671 -157.92069622 70.36 gate jets 20 +1301 E airline +1300 21.32887058 -157.92051762 39.05 gate jets|turboprops 19 +1301 C airline +1300 21.32885021 -157.92017318 7.81 gate jets|turboprops 18 +1301 C airline +1300 21.32914160 -157.91984430 -39.38 gate jets 17 +1301 D airline +1300 21.32943970 -157.91984169 -79.40 gate jets 16 +1301 C airline +1300 21.32985975 -157.91974563 -79.40 gate jets 15 +1301 D airline +1300 21.33046098 -157.91961916 -79.40 gate jets 14 +1301 D airline +1300 21.33059479 -157.92047942 99.89 gate jets|turboprops 22 +1301 C airline +1300 21.33012852 -157.92050666 99.89 gate jets 22 +1301 D airline +1300 21.31352396 -157.92237212 143.03 tie_down turboprops|props GA 3 +1301 A general_aviation +1300 21.31373162 -157.92226803 -39.19 tie_down turboprops|props GA 4 +1301 A general_aviation +1300 21.31389605 -157.92258370 -39.19 tie_down turboprops|props GA 2 +1301 A general_aviation +1300 21.31391186 -157.92235628 142.45 tie_down turboprops|props GA 1 +1301 A general_aviation +1300 21.31573031 -157.91972362 142.45 gate heavy|jets UPS 1 +1301 E cargo ups +1300 21.31610858 -157.91911740 142.45 gate heavy|jets UPS 2 +1301 E cargo ups +1300 21.32224333 -157.91168424 140.20 tie_down jets Landmark 4 +1301 B general_aviation +1300 21.32209363 -157.91191112 140.20 tie_down jets Landmark 3 +1301 B general_aviation +1300 21.32195713 -157.91243104 53.13 tie_down jets Landmark 2 +1301 B general_aviation +1300 21.32178541 -157.91228452 53.13 tie_down jets Landmark 1 +1301 B general_aviation +1300 21.31808999 -157.91637801 142.45 gate jets FDX 2 +1301 D cargo fdx +1300 21.31769733 -157.91691902 142.45 gate jets FDX 1 +1301 D cargo fdx +1300 21.31651350 -157.91851691 142.45 gate heavy|jets UPS 3 +1301 E cargo ups +1300 21.32888792 -157.92455062 0.47 gate heavy|jets 33 +1301 E airline +1300 21.32889470 -157.92384764 0.47 gate heavy|jets 34 +1301 E airline +1300 21.32943943 -157.92312225 280.85 gate heavy|jets 35 +1301 E airline +1300 21.33015194 -157.92301052 280.85 gate heavy|jets 36 +1301 E airline +1300 21.33150129 -157.92116865 10.74 gate jets 23 +1301 D airline +1300 21.33161612 -157.92179675 10.74 gate jets 24 +1301 D airline +1300 21.33082053 -157.92287978 280.85 gate heavy|jets 37 +1301 E airline +1300 21.32906085 -157.92647189 52.46 gate heavy|jets 30 +1301 E none +1300 21.32888019 -157.92530875 359.42 gate heavy|jets Gate 32 +1301 E none +1300 21.33506997 -157.92399930 99.66 gate jets|turboprops 61 +1301 C airline +1300 21.33477524 -157.92412844 99.66 gate jets|turboprops 60 +1301 B airline +1300 21.33447757 -157.92418453 99.66 gate jets|turboprops 59 +1301 B airline +1300 21.33416652 -157.92423085 99.66 gate jets|turboprops 58 +1301 C airline +1300 21.33379490 -157.92430632 99.66 gate jets|turboprops 57 +1301 C airline +1300 21.33344367 -157.92437823 99.66 gate jets|turboprops 56 +1301 C airline +1300 21.33309796 -157.92442903 99.66 gate jets|turboprops 55 +1301 C airline +1300 21.33273870 -157.92446641 99.66 gate jets|turboprops 54 +1301 C airline +1300 21.33227635 -157.92481193 151.44 gate jets|turboprops 53 +1301 C airline +1300 21.33182409 -157.92480872 100.07 gate jets|turboprops 52 +1301 C airline +1300 21.33197729 -157.92411116 52.95 gate jets|turboprops 60 +1301 C airline +1300 21.33204981 -157.92377816 9.72 gate jets|turboprops 49 +1301 C airline +1300 21.33685443 -157.92492783 98.93 gate turboprops|props 75 +1301 B airline +1300 21.33459463 -157.92636869 -124.41 gate turboprops|props 87 +1301 C airline +1300 21.33498691 -157.92669529 -124.41 gate turboprops|props 86 +1301 C airline +1300 21.33553130 -157.92662223 230.10 gate turboprops|props 85 +1301 B airline +1300 21.33685624 -157.92639448 236.66 gate turboprops|props 81 +1301 B airline +1300 21.33777290 -157.92620539 236.66 gate turboprops|props 80 +1301 B airline +1300 21.33748870 -157.92480877 98.93 gate turboprops|props Commuter Terminal +1301 C airline +1300 21.33708040 -157.92489041 98.93 gate turboprops|props 75 +1301 B airline +1300 21.33654002 -157.92498066 98.93 gate turboprops|props 74 +1301 B airline +1300 21.33623528 -157.92500907 98.93 gate turboprops|props 72 +1301 C airline +1300 21.33577285 -157.92511478 52.67 gate turboprops|props 71 +1301 C airline +1300 21.33565420 -157.92473411 9.84 gate turboprops|props 70 +1301 B airline +1300 21.33508784 -157.95434030 46.18 gate heavy|jets Hickam AFB Base Ops +1301 E military +1300 21.33295790 -157.95602568 46.18 gate heavy|jets|turboprops|props Hickam AFB Base Ops +1301 D military +1300 21.33118460 -157.95800109 46.18 gate heavy|jets|turboprops|props Hickam AFB Base Ops +1301 D military +1300 21.33252256 -157.95746951 46.18 gate heavy|jets|turboprops|props Hickam AFB Base Ops +1301 D military +1300 21.33425376 -157.95553302 46.18 gate heavy|jets|turboprops|props Hickam AFB Base Ops +1301 D military +1300 21.33012395 -157.95230403 90.00 tie_down heavy|jets|turboprops|props Hickam AFB G1 +1301 E military +1300 21.33013339 -157.94946698 90.00 tie_down heavy|jets|turboprops|props Hickam AFB G3 +1301 E military +1300 21.32077758 -157.95343682 0.78 tie_down fighters AFB 1 +1301 A military +1300 21.32079111 -157.95179541 0.78 tie_down fighters AFB 6 +1301 A military +1300 21.32079014 -157.95202373 0.78 tie_down fighters AFB 5 +1301 A military +1300 21.32078724 -157.95249476 0.78 tie_down fighters AFB 4 +1301 A military +1300 21.32080063 -157.95272946 0.78 tie_down fighters AFB 3 +1301 A military +1300 21.32079828 -157.95295986 0.78 tie_down fighters AFB 2 +1301 A military +1300 21.32848713 -157.94226371 -269.08 tie_down heavy|jets Hickam AFB T6 +1301 F military +1300 21.33000854 -157.93953013 269.08 tie_down jets|turboprops Hickam AFB T4 +1301 D military +1300 21.32924783 -157.93950937 269.08 tie_down jets|turboprops Hickam AFB T3 +1301 D military +1300 21.32926717 -157.94084502 90.00 tie_down jets|turboprops Hickam AFB T2 +1301 D military +1300 21.33000209 -157.94079657 90.00 tie_down jets|turboprops Hickam AFB T1 +1301 D military +1300 21.33012309 -157.95097669 90.00 tie_down heavy|jets|turboprops|props Hickam AFB G2 +1301 D military +18 21.33094430 -157.91993192 1 BCN +19 21.30780964 -157.94295409 1 WS +19 21.32275000 -157.91916800 1 WS +19 21.32715901 -157.90481863 1 WS +19 21.30591444 -157.91367274 1 WS +19 21.31556732 -157.92629204 1 WS +19 21.32595090 -157.93946048 1 WS +50 12790 ATIS +51 12330 UNICOM +52 12140 CLNC DEL +54 12390 TWR +55 11910 APP +56 12480 DEP + +1 13 0 0 XBEL [X] Bellows AFB +100 45.72 2 0 0.25 0 0 0 18 21.36172410 -157.72072314 0 0 2 0 0 0 36 21.38326478 -157.71622686 0 0 2 0 0 0 +100 45.72 2 0 0.25 0 0 0 12 21.36227989 -157.72028425 0 0 2 0 0 0 30 21.35688121 -157.71361575 0 0 2 0 0 0 +100 49.99 1 0 0.25 0 0 0 13 21.35692170 -157.71450461 0 0 0 0 0 0 31 21.35312416 -157.70968268 0 0 0 0 0 0 +100 69.49 1 0 0.25 0 0 0 03 21.35804423 -157.71486756 0 0 0 0 0 0 21 21.36285466 -157.71062478 0 0 0 0 0 0 +100 49.99 1 0 1.00 0 0 0 07 21.35095734 -157.71755877 0 0 0 0 0 0 25 21.35300268 -157.70983917 0 0 0 0 0 0 +100 49.99 1 0 0.25 0 0 0 01 21.36235766 -157.71551907 0 0 0 0 0 0 19 21.37598830 -157.71267129 0 0 0 0 0 0 +100 45.72 1 0 0.25 0 0 0 04 21.36861741 -157.71610659 0 0 0 0 0 0 22 21.37752405 -157.70690577 0 0 0 0 0 0 +110 1 1.00 0.0000 New Taxiway 14 +111 21.37398011 -157.71082394 +112 21.37408763 -157.71119692 21.37420341 -157.71127685 +112 21.37445150 -157.71124133 21.37459210 -157.71113476 +111 21.37536120 -157.71025559 +111 21.37551833 -157.71014014 +111 21.37599799 -157.71027335 +111 21.37618820 -157.71005134 +111 21.37673402 -157.71019343 +111 21.37660997 -157.71053089 +111 21.37675883 -157.71056641 +111 21.37669267 -157.71155215 +111 21.37647765 -157.71190737 +111 21.37628744 -157.71199617 +111 21.37637841 -157.71217378 +112 21.37684153 -157.71218266 21.37694904 -157.71218266 +112 21.37702347 -157.71234251 21.37681672 -157.71247572 +111 21.37652727 -157.71256453 +111 21.37697385 -157.71270661 +112 21.37692423 -157.71281318 21.37676710 -157.71285758 +111 21.37626263 -157.71307960 +111 21.37600626 -157.71302631 +111 21.37588221 -157.71284870 +111 21.37589875 -157.71250236 +112 21.37607242 -157.71238691 21.37608896 -157.71229811 +112 21.37584913 -157.71194289 21.37568373 -157.71195177 +111 21.37524542 -157.71185408 +111 21.37480711 -157.71192513 +111 21.37445150 -157.71205833 +111 21.37450940 -157.71242244 +112 21.37456729 -157.71259117 21.37458383 -157.71266221 +112 21.37472441 -157.71277766 21.37479884 -157.71293751 +112 21.37459210 -157.71300855 21.37456729 -157.71281318 +111 21.37437708 -157.71239579 +111 21.37422821 -157.71195177 +112 21.37410416 -157.71141894 21.37406281 -157.71135677 +111 21.37388088 -157.71120580 +112 21.37373202 -157.71118804 21.37368240 -157.71118804 +113 21.37361624 -157.71118804 +110 1 1.00 39.4000 New Taxiway 3 +111 21.35829860 -157.71508508 +112 21.35819608 -157.71523919 21.35819608 -157.71529056 +111 21.35822938 -157.71537702 +111 21.35759785 -157.71582101 +111 21.35234586 -157.72036488 +111 21.35232331 -157.72021151 +112 21.35258645 -157.71998549 21.35257893 -157.71987248 +112 21.35256389 -157.71971911 21.35258645 -157.71969489 +112 21.35275185 -157.71944465 21.35272177 -157.71933972 +112 21.35270674 -157.71924285 21.35282703 -157.71908948 +112 21.35422541 -157.71787059 21.35436074 -157.71766072 +111 21.35604508 -157.71629954 +112 21.35611274 -157.71614617 21.35611274 -157.71596858 +112 21.35633077 -157.71483846 21.35634580 -157.71467701 +112 21.35651120 -157.71455593 21.35657887 -157.71456400 +111 21.35733820 -157.71461243 +113 21.35796221 -157.71459629 +110 5 1.00 52.0000 New Taxiway 4 +111 21.35276812 -157.70992182 +112 21.35256799 -157.70951355 21.35271809 -157.70932016 +112 21.35283817 -157.70895487 21.35296825 -157.70879371 +112 21.35303830 -157.70860032 21.35308833 -157.70834246 +112 21.35315838 -157.70807387 21.35317840 -157.70805238 +112 21.35362870 -157.70788048 21.35357866 -157.70804163 +112 21.35335852 -157.70886891 21.35332849 -157.70906230 +111 21.35330848 -157.70961024 +113 21.35321842 -157.70987884 +110 1 1.00 11.0100 New Taxiway 2 +111 21.36238173 -157.71584232 +112 21.36082107 -157.71605695 21.36049300 -157.71608630 +112 21.35925592 -157.71637985 21.35911239 -157.71640920 +112 21.35819179 -157.71633764 21.35780836 -157.71605511 +111 21.35759785 -157.71582101 +111 21.35822938 -157.71537702 +111 21.35880076 -157.71606318 +112 21.35926689 -157.71623270 21.35972549 -157.71603896 +112 21.36061264 -157.71595016 21.36067278 -157.71595016 +112 21.36150730 -157.71570799 21.36176292 -157.71560305 +112 21.36231175 -157.71533666 21.36236437 -157.71526401 +113 21.36247493 -157.71528857 +110 1 1.00 43.8900 New Taxiway 1 +111 21.36875297 -157.71623378 +112 21.36858013 -157.71627285 21.36851645 -157.71639007 +112 21.36841639 -157.71649752 21.36832542 -157.71655613 +112 21.36806160 -157.71663427 21.36796154 -157.71675149 +111 21.36623288 -157.71861368 +112 21.36621029 -157.71885629 21.36629502 -157.71893514 +111 21.36635715 -157.71902612 +112 21.36590530 -157.71974264 21.36571268 -157.72002953 +112 21.36538959 -157.72020300 21.36521561 -157.72034310 +112 21.36496708 -157.72046987 21.36491737 -157.72038981 +112 21.36506028 -157.72018298 21.36495465 -157.72002286 +112 21.36467505 -157.72000951 21.36458185 -157.71998950 +112 21.36466884 -157.71970929 21.36478689 -157.71950913 +112 21.36479310 -157.71805469 21.36421526 -157.71728077 +111 21.36314656 -157.71599979 +112 21.36272968 -157.71578894 21.36238173 -157.71584232 +111 21.36238173 -157.71584232 +111 21.36247493 -157.71528857 +111 21.36313976 -157.71555543 +112 21.36373624 -157.71656953 21.36421467 -157.71719667 +111 21.36558162 -157.71862441 +112 21.36591714 -157.71865777 21.36605383 -157.71849098 +111 21.36849515 -157.71595552 +113 21.36886341 -157.71583501 +14 21.35795649 -157.71507812 6.56 0 New Tower Viewpoint 2 +15 21.35834744 -157.71442425 291.41 New Ramp Start 1 + +99 diff --git a/fg-from-scratch/README.md b/fg-from-scratch/README.md new file mode 100644 index 0000000..7aa33b5 --- /dev/null +++ b/fg-from-scratch/README.md @@ -0,0 +1,69 @@ +## fg-from-scratch +Windows utility to download, compile, and stage TerraGear and its dependencies +Copyright (C) 2018 Scott Giese (xDraconian) scttgs0@gmail.com + +### Purpose: +Simplify the process of producing a working version of the TerraGear tools for Windows users. +If you find this script useful, or not useful, please share your experience with me via a brief email. + +### Approach: +Rather than leveraging the popular Win.3rdParty download, this script compiles all dependencies +on your hardware. This eliminates many of the problems associated with mixed compilation in which +your compiled binary become in conflict with 3rd-party binaries. + +vcpkg is leveraged to download and compile all the dependencies required by TerraGear. + +This script could be expanded to include compiling FlightGear and/or any of the other FlightGear +submodules (FGCom, Atlas, OpenRadar, etc.) + +### Supported Platform: +Windows 10 + +### Prerequisites: + Visual Studio Community 2017 + https://www.visualstudio.com/downloads/ + Include the C++ package which includes the MSVC 19.14 compiler + + CMake 3.11.3 + https://cmake.org/download/ + The script assumes the installation folder is c:\Program Files\. + + Qt 5.10.1 + https://www.qt.io/download/ + The script assumes the installation folder is C:\Qt\Qt5\. + + Git 2.17.1 + https://git-scm.com/download/win/ + The script assumes the installation folder is reflected on your PATH. + +### Recommended: + +Before running the script for the first time, set this environment variable: + + setx /m VCPKG_DEFAULT_TRIPLET x64-windows + +You can execute the above command via a Command Terminal or via Powershell Admin + +### Usage: +The script is intended to be run multiple times. During the first execution, all the packages are downloaded and compiled. Any time the script is executed afterward, the packages will update themselves. + +Note: Because failures can sometimes occur, the script will download packages after the first execution. Once you confirm that all packages have successfully been downloaded, you can optimize the script by adding REM at the beginning of the line. Refer to the comments within the script. + +Run the command script interactively. No log is produced. + + fg-from-scratch.cmd + +Runs the command script and routes STDOUT and STDERR to a log file. **The prompts have been removed, so it is no longer necessary to monitor the log while it is running.** + + fg-from-scratch.cmd > scratch.log 2>&1 + +Options for monitoring the log file while the script is running: +Start the script and then +- Load the log file into Notepad++ (https://notepad-plus-plus.org/). + - Turn on feature "Monitor" via Notepad++ +- **[Preferred]** Load the log file into WinTail (http://www.baremetalsoft.com/wintail/) + +### Example Project +Refer to CustomSceneryProjects/Test folder for an example of scenery generation. + + generate.cmd > generate.log 2>&1 diff --git a/fg-from-scratch/fg-from-scratch.cmd b/fg-from-scratch/fg-from-scratch.cmd new file mode 100644 index 0000000..3a51fe6 --- /dev/null +++ b/fg-from-scratch/fg-from-scratch.cmd @@ -0,0 +1,211 @@ +@ECHO OFF + +REM fg-from-scratch - Windows utility to download, compile, and stage TerraGear and its dependencies +REM Copyright (C) 2018 Scott Giese (xDraconian) scttgs0@gmail.com + +REM This program is free software; you can redistribute it and/or +REM modify it under the terms of the GNU General Public License +REM as published by the Free Software Foundation; either version 2 +REM of the License, or (at your option) any later version. + +REM This program is distributed in the hope that it will be useful, +REM but WITHOUT ANY WARRANTY; without even the implied warranty of +REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +REM GNU General Public License for more details. + +REM You should have received a copy of the GNU General Public License +REM along with this program; if not, write to the Free Software +REM Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +SET ROOT_DIR=%CD% +SET PATH=%ROOT_DIR%/vcpkg-git/installed/x64-windows/bin;%PATH% +SET CMAKE_TOOLCHAIN="Visual Studio 15 2017 Win64" +SET QT5x64=C:/Qt/Qt5/5.10.1/msvc2017_64 + +IF NOT EXIST vcpkg-git/NUL ( + echo Preparing to install external libraries via vcpkg . . . + git clone https://github.com/Microsoft/vcpkg.git vcpkg-git + + echo Compiling vcpkg + cd vcpkg-git + call ./bootstrap-vcpkg + + echo Compiling external libraries . . . + vcpkg install --triplet x64-windows boost cgal curl freeglut freetype gdal glew jasper libxml2 openal-soft openjpeg openssl sdl2 tiff zlib +) ELSE ( + echo Updating vcpkg . . . + cd vcpkg-git + git pull + + echo Updating external libraries . . . + vcpkg update + vcpkg upgrade --triplet x64-windows --no-dry-run + + REM Okay to comment out this line once all the packages have been confirmed to have been installed + vcpkg install --triplet x64-windows boost cgal curl freeglut freetype gdal glew jasper libxml2 openal-soft openjpeg openssl sdl2 tiff zlib +) +cd %ROOT_DIR% + +IF NOT EXIST openscenegraph-3.4-git/NUL ( + mkdir openscenegraph-3.4-build + echo Downloading OpenSceneGraph . . . + git clone -b OpenSceneGraph-3.4 https://github.com/openscenegraph/OpenSceneGraph.git openscenegraph-3.4-git +) ELSE ( + echo Updating OpenSceneGraph . . . + cd openscenegraph-3.4-git + git pull +) +cd %ROOT_DIR% + +IF NOT EXIST simgear-git/NUL ( + mkdir simgear-build + echo Downloading SimGear . . . + git clone -b next https://git.code.sf.net/p/flightgear/simgear simgear-git +) ELSE ( + echo Updating SimGear . . . + cd simgear-git + git pull +) +cd %ROOT_DIR% + +REM Intended for future use. +REM IF NOT EXIST flightgear-git/NUL ( +REM mkdir flightgear-build +REM echo Downloading FlightGear . . . +REM git clone -b next https://git.code.sf.net/p/flightgear/flightgear flightgear-git +REM ) ELSE ( +REM echo Updating FlightGear . . . +REM cd flightgear-git +REM git pull +REM ) +cd %ROOT_DIR% + +IF NOT EXIST terragear-ws2.0-git/NUL ( + mkdir terragear-ws2.0-build + echo Downloading TerraGear . . . + git clone -b scenery/ws2.0 https://git.code.sf.net/p/flightgear/terragear terragear-ws2.0-git +) ELSE ( + echo Updating TerraGear . . . + cd terragear-ws2.0-git + git pull +) +cd %ROOT_DIR% + +ECHO Compiling OpenSceneGraph . . . +cd openscenegraph-3.4-build +cmake ..\openscenegraph-3.4-git -G %CMAKE_TOOLCHAIN% ^ + -DACTUAL_3RDPARTY_DIR:PATH=%ROOT_DIR%/vcpkg-git/installed/x64-windows ^ + -DCMAKE_CONFIGURATION_TYPES=Debug;Release ^ + -DCMAKE_INSTALL_PREFIX:PATH=%ROOT_DIR%/Stage ^ + -DOSG_USE_UTF8_FILENAME:BOOL=1 ^ + -DWIN32_USE_MP:BOOL=1 ^ + -DCURL_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + -DCURL_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/libcurl.lib ^ + -DFREETYPE_INCLUDE_DIR_ft2build=%ROOT_DIR%/vcpkg-git/packages/freetype_x64-windows/include ^ + -DFREETYPE_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + -DFREETPE_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/freetype.lib ^ + -DGDAL_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + -DGDAL_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/gdal.lib ^ + -DGLUT_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + -DGLUT_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/freeglut.lib ^ + -DJPEG_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + -DJPEG_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/jpeg.lib ^ + -DLIBXML2_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + -DLIBXML2_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/libxml2.lib ^ + -DPNG_PNG_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + -DPNG_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/libpng16.lib ^ + -DSDL2_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + -DSDL2_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/SDL2.lib ^ + -DSDL2MAIN_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/manual-link/SDL2main.lib ^ + -DTIFF_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + -DTIFF_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/tiff.lib ^ + -DZLIB_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + -DZLIB_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/zlib.lib +cmake --build . --config Release --target INSTALL +cd %ROOT_DIR% + +ECHO Compiling SimGear . . . +cd simgear-build +cmake ..\simgear-git -G %CMAKE_TOOLCHAIN% ^ + -DCMAKE_BUILD_TYPE=Release ^ + -DMSVC_3RDPARTY_ROOT=%ROOT_DIR%/vcpkg-git/installed/x64-windows ^ + -DCMAKE_PREFIX_PATH:PATH=%ROOT_DIR%/Stage/lib;%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib ^ + -DCMAKE_CONFIGURATION_TYPES=Debug;Release ^ + -DCMAKE_INSTALL_PREFIX:PATH=%ROOT_DIR%/Stage ^ + -DOSG_FSTREAM_EXPORT_FIXED:BOOL=1 ^ + -DENABLE_GDAL:BOOL=1 ^ + -DENABLE_OPENMP:BOOL=1 ^ + -DUSE_AEONWAVE:BOOL=0 ^ + -DBOOST_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + -DBOOST_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows ^ + -DCURL_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + -DCURL_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/libcurl.lib ^ + -DGDAL_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + -DGDAL_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/gdal.lib ^ + -DOPENAL_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + -DOPENAL_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/OpenAL32.lib ^ + -DZLIB_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + -DZLIB_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/zlib.lib +cmake --build . --config Release --target INSTALL +cd %ROOT_DIR% + +REM Currently broken. Intended for future use. +REM ECHO Compiling FlightGear . . . +REM cd flightgear-build +REM cmake ..\flightgear-git -G %CMAKE_TOOLCHAIN% ^ + REM -DMSVC_3RDPARTY_ROOT=%ROOT_DIR%/vcpkg-git/installed/x64-windows ^ + REM -DCMAKE_PREFIX_PATH:PATH=%ROOT_DIR%/Stage/lib;%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib;%QT5x64% ^ + REM -DCMAKE_CONFIGURATION_TYPES=Debug;Release ^ + REM -DCMAKE_INSTALL_PREFIX:PATH=%ROOT_DIR%/Stage ^ + REM -DOSG_FSTREAM_EXPORT_FIXED:BOOL=1 ^ + REM -DENABLE_GDAL:BOOL=1 ^ + REM -DENABLE_OPENMP:BOOL=1 ^ + REM -DENABLE_JSBSIM:BOOL=1 ^ + REM -DENABLE_GPSSMOOTH:BOOL=1 ^ + REM -DENABLE_FGVIEWER:BOOL=0 ^ + REM -DENABLE_STGMERGE:BOOL=0 ^ + REM -DWITH_FGPANEL:BOOL=0 ^ + REM -DUSE_AEONWAVE:BOOL=0 ^ + REM -DHAVE_CONFIG_H:BOOL=0 ^ + REM -DFREETYPE_INCLUDE_DIR_ft2build=%ROOT_DIR%/vcpkg-git/packages/freetype_x64-windows/include ^ + REM -DGDAL_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + REM -DGDAL_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/gdal.lib ^ + REM -DOPENAL_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + REM -DOPENAL_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/OpenAL32.lib ^ + REM -DPLIB_INCLUDE_DIR=C:/src/3rdParty.x64/VS2017-x64-MD/include ^ + REM -DPNG_PNG_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + REM -DPNG_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/libpng16.lib ^ + REM -DZLIB_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + REM -DZLIB_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/zlib.lib +REM cmake --build . --config Release --target INSTALL +REM cd %ROOT_DIR% + +ECHO Compiling TerraGear . . . +cd terragear-ws2.0-build +cmake ..\terragear-ws2.0-git -G %CMAKE_TOOLCHAIN% ^ + -DCMAKE_PREFIX_PATH:PATH=%ROOT_DIR%/Stage/lib;%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib;%QT5x64% ^ + -DCMAKE_CONFIGURATION_TYPES=Debug;Release ^ + -DCMAKE_INSTALL_PREFIX:PATH=%ROOT_DIR%/Stage ^ + -DMSVC-3RDPARTY_ROOT= ^ + -DBoost_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + -DBoost_LIBRARY_DIR_DEBUG=%ROOT_DIR%/vcpkg-git/installed/x64-windows/debug/lib ^ + -DBoost_LIBRARY_DIR_RELEASE=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib ^ + -DCGAL_DIR=%ROOT_DIR%/vcpkg-git/buildtrees/cgal/x64-windows-rel ^ + -DGDAL_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + -DGDAL_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/gdal.lib ^ + -DJPEG_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + -DJPEG_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/jpeg.lib ^ + -DTIFF_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + -DTIFF_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/tiff.lib ^ + -DZLIB_INCLUDE_DIR=%ROOT_DIR%/vcpkg-git/installed/x64-windows/include ^ + -DZLIB_LIBRARY=%ROOT_DIR%/vcpkg-git/installed/x64-windows/lib/zlib.lib ^ + -DSIMGEAR_INCLUDE_DIR=%ROOT_DIR%/Stage/include ^ + -DSIMGEAR_CORE_LIBRARY=%ROOT_DIR%/Stage/lib/SimGearCore.lib ^ + -DSIMGEAR_SCENE_LIBRARY=%ROOT_DIR%/Stage/lib/SimGearScene.lib +cmake --build . --config Release --target INSTALL +cd %ROOT_DIR% + +REM TerraGear is expecting proj.dll instead of proj_4_9.dll, clone it so TG may find it. +for %%i in (vcpkg-git\installed\x64-windows\bin\proj*.dll) do copy /Y %%i Stage\bin\proj.dll + +ECHO All done!