home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / misc / aroutefd / fileformat.readme < prev    next >
Text File  |  1995-02-27  |  2KB  |  91 lines

  1. Amiga-Route Datafile-Format:
  2.  
  3. Country.dat:
  4.  
  5. <name>, min-longitude, max-longitude, min-latitude, max-latitude, aspect
  6.  
  7. This file describes the geographical position of a country in order to plot
  8. it correctly in the map.
  9.  
  10. <name> = name of the country or continent... (eg. germany or europe).
  11.  
  12. longitude and latitude = degree + minutes (east, north)
  13.                          degree - minutes (west, south)
  14.  
  15. aspect = (experimental) floating-point value, which describes the proportions of
  16.          of longitude and latitude.
  17.  
  18.  
  19. Orte.dat:
  20.  
  21. <name>,longitude,latitude,type,country
  22.  
  23.  
  24. longitude and latitude = degree + minutes (east, north)
  25.                          degree - minutes (west, south)
  26.  
  27. type:
  28.  
  29. 0 = not specified
  30. 1 = motorway exit
  31. 2 = motorway triangle
  32. 3 = motorway cross
  33. 4 = village
  34. 5 = town (> 20.000 citizens)
  35. 6 = large town (> 100.000 citizens)
  36. 7 = very large town (> 1.000.000 citizens)
  37. 8 = capital
  38.  
  39.  
  40. country:
  41.  
  42. 0 = not specified
  43. 1 = Baden-Württemberg
  44. 2 = Bayern
  45. 3 = Berlin
  46. 4 = Brandenburg
  47. 5 = Bremen
  48. 6 = Hamburg
  49. 7 = Hessen
  50. 8 = Mecklenburg-Vorpommern
  51. 9 = Niedersachsen
  52. 10= Nordrhein-Westfalen
  53. 11= Rheinland-Pfalz
  54. 12= Saarland
  55. 13= Sachsen
  56. 14= Sachsen-Anhalt
  57. 15= Schleswig-Holstein
  58. 16= Thüringen
  59. 17= Belgien
  60. 18= Dänemark
  61. 19= Frankreich
  62. 20= Italien
  63. 21= Luxemburg
  64. 22= Niederlande
  65. 23= Österreich
  66. 24= Polen
  67. 25= Schweiz
  68. 26= Spanien
  69. 27= Tschechische Republik
  70. .
  71. .
  72. .
  73.  
  74. (feel free to add other countries, but tell me about it :)
  75.  
  76.  
  77. routen.dat:
  78.  
  79. <from>,<to>,length,type,<roadname>
  80.  
  81. length in kilometers
  82.  
  83. type:
  84.  
  85. 0 = motorway
  86. 1 = europe road
  87. 2 = national road
  88. 3 = country (main) road
  89. 4 = county road
  90. 5 = other (ferries, etc)
  91.