Navigation Menu

Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.kflog.org/svn/repos/MapConverting/trunk@10 9bf26ca3-fb42-0410-a247-b701cb2bc5e4
  • Loading branch information
florian authored and speed-axel committed May 20, 2014
1 parent 9ef24c4 commit 3f2822a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions vpf_converter/map-bin.cpp
Expand Up @@ -133,6 +133,20 @@ void readFile(QString inFileName, Q_UINT16 SecNumber)
case GLACIER:
// case PACK_ICE:
case FOREST:
// Lufträume
case AIR_A:
case AIR_B:
case AIR_C:
case AIR_D:
case AIR_E_LOW:
case AIR_E_HIGH:
case AIR_F:
case CONTROL_C:
case CONTROL_D:
case DANGER:
case LOW_FLIGHT:
case RESTRICTED:
case TMZ:
element_type = 3;
break;
case BORDER:
Expand Down Expand Up @@ -204,6 +218,22 @@ void readFile(QString inFileName, Q_UINT16 SecNumber)
case BORDER:
outStream << (Q_INT8) sort;
break;
// Lufträume
case AIR_A:
case AIR_B:
case AIR_C:
case AIR_D:
case AIR_E_LOW:
case AIR_E_HIGH:
case AIR_F:
case CONTROL_C:
case CONTROL_D:
case DANGER:
case LOW_FLIGHT:
case RESTRICTED:
case TMZ:
outStream << (QString) name;
break;
case AERIAL_CABLE:
case RAILWAY:
case RAILWAY_D:
Expand Down

0 comments on commit 3f2822a

Please sign in to comment.