albar965 / littlenavmap

Little Navmap is a free flight planner, navigation tool, moving map, airport search and airport information system for Flight Simulator X, Microsoft Flight Simulator 2020, Prepar3D and X-Plane.
https://albar965.github.io/littlenavmap.html
GNU General Public License v3.0
1.3k stars 164 forks source link

ProSim flight plan export #204

Closed albar965 closed 6 years ago

albar965 commented 6 years ago

https://prosim-ar.com/

Example: companyroutes.xml

<?xml version="1.0" encoding="UTF-8"?>
<companyroutes>
<route name="KDSMKOKC">KDSM DSM J25 TUL KOKC </route>
<route name="EDDHEDDS">EDDH IDEKO Y900 TIMEN UL126 WRB UN850 KRH T128 BADSO EDDS</route>
<route name="EDDSEDDH">EDDS KRH UZ210 NOSPA EDDL</route>
</companyroutes>
<?xml version="1.0" encoding="utf-8"?>
<companyroutes>
  <route name="LOWILDDU01">LOWI BRENO M726 NAXAV Z906 ROKIB T939 NUTRO L612 ERPOG M169 KATTI UM169 AMUGO LDDU</route>
</companyroutes>
albar965 commented 6 years ago

Done. Reads file, adds new plan and saves whole XML file back.