17-12-2008, 06:08 PM

I haven't checked it. But I assume it works when you post it.
I believe you are the first one that managed to add a complete new service by modifying the CSharp Script and on your own!
So congratulation!

p.s. you could try useing this: Convert.ToString(vBGLStartLongitude, NumberFormatInfo.InvariantInfo);
to spare the replacing of the , with the point.
I believe that requiers a using System.Globalization;
p.s.2. Now isn't the CSharp Script a great thing? Thanks to Oleg S for this possibility again:
http://www.csscript.net/
http://www.codeproject.com/KB/cs/cs-script_for_cp.aspx
The only one freeware third party library that I integrated in FSEarthTiles. That one was simple too good to let out.