Moving Map
ROTW October 2003 (c)
laurentC

===============================

-dll       --> ../fly!II/modules/pc
-dat       --> ../fly!II/data
-act & pbm --> ../fly!II/art


-Map Window call =  F12
-Close Map       =  F10

Monitor upper button  = close
Monitor second button = zoom

zoom :
1 = 300NM
2 = 150NM
3 = ...



==============================
rivers.dat :
for -10W-+10E +40N-+60N (N-W europa) from
http://rimmer.ngdc.noaa.gov/coast/getcoast.html
and modified with Douglas-Parcker algorithm

world_coast.dat :
complete world coast data WCL 1:5'000'000
downloaded from http://rimmer.ngdc.noaa.gov/coast/getcoast.html



As you can see the result is not really accurate (i.e try KSFO !)

==============================
KFSO example (23208.dat) with WVS 1:250'000 :
If you want more accurate details, dowload the area you prefer in "mapgen" and "zip" format,
then replace "spaces" between two figures with a ";" (use MS Excel(c) or a replacer tool)

ex : 
# -b
-122.187384 36.999909
-122.186798 36.999323
-122.185624 36.999029
...

becomes

# -b
-122.187384;36.999909
-122.186798;36.999323
-122.185624;36.999029
...

Drag and drop the modified file upon the Data2Fly tool : you will get a 23208.dat.txt file ;
add to the first line "... 4 300"

ex :

34
0 -122.187384 36.947399 -121.999931 36.999909 158
-122.187384 36.999909
-122.186798 36.999323
...

becomes 

34 4 300
0 -122.187384 36.947399 -121.999931 36.999909 158
-122.187384 36.999909
-122.186798 36.999323 
...

Then, finally, rename the file 23208.dat.txt as world_coast.dat



