<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    All,<br>
      Before I go too far down the wrong path perhaps you can help me
    with a suggestion on a vector format to use for a project of mine: 
    <br>
    <br>
    I'm to looking to basically re-create various Instrument Approach
    Procedure plates (see <a
      href="http://aeronav.faa.gov/d-tpp/1513/00375il28r.pdf">here</a>
    for an example for San Francisco International - SFO ) from a
    database via a perl script and display a number of them as vector
    overlays in an existing QGIS project<br>
    <br>
    What would be a good format to use for this purpose?  <br>
    <br>
    I'm imagining something like a QGIS project file, but I want it to
    contain to contain all of the various bits of information internally
    (coordinates, names, styling, icons etc.) and not have to query
    anything external so each file is a stand-alone unit.  <br>
    <br>
    Ideally all of the coordinates would be real world lon/lat so no
    transformation would be required.  Bonus points if the format is
    openly standardized and easy to work with<br>
    <br>
    DWG/DXF?  SVG?<br>
    <br>
    Thanks,<br>
      Jesse<br>
  </body>
</html>