Jump to content
Sign in to follow this  
propkop2k2

FSearthTiles Updated Version

Recommended Posts

Gents,

 

Thanks for posting this discussion here. I just found FSET yesterday on my return from Nairobi and after some no doubt uncommon wonderings as to whether I could create some african photoscenery! V1 was passable but you seem to have tweaked it tremendously - well done and thanks again! Are there any more improvements in the pipeline?

 

k


Kevin Firth - i9 10850K @5.2; Asus Maximus XII Hero; 32Gb Cas16 3600 DDR4; RTX3090; AutoFPS; FG mod

Beta tester for: UK2000; JustFlight; VoxATC; FSReborn; //42

xaP1VAU.png

Share this post


Link to post
Share on other sites

Hi Marks, thanks for your updates. Great Work really.

 

Im trying to configure fsearthtiles for use the ArcGisImagery service but i cant determinate the service, i hope you can help me!

 

I'm writing the next code:

[service7] ArcGisImagery

ServiceName = ArcGisImagery

ServiceCodeing = ZXY

ServiceUrl = http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/a%s

Referer = http://server.arcgisonline.com

UserAgent = Mozilla/4.0

#ServerVariations = http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/0,http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/1,http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/2,http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/3

 

Work but the coordinates dont appear correctly. I'm trying to view:

CenterLatitude = 16deg 54min 00sec north

CenterLongitude = 99deg 58min 00sec west

 

I hope really you can help me!

 

Good luck and thanks again for your great work!!!

 

 

Omar

Share this post


Link to post
Share on other sites

Try altering the script or add a new one to change it to ZYX. I think the X and Y are probably swapped.

 

Url will be ....\Z\Y\X

 

But without the full URL I cannot help any further. I found one of their services that worked with the above change, but it was for a vector map. They probably use the same tile encoding on the satellite server as well.

 

Mark

Share this post


Link to post
Share on other sites

To Mark:

 

Thank you for keeping this excellent application alive.

 

To all:

 

When FSET was first released, I captured the entire San Francisco Bay area and I would now like to recapture in the latest imagery. Unfortunately, I have been unable to find a current set of services configurations, and I wonder if one of you kind forum dwellers might PM to me some of the current configuration values, or even a hint as to where I might find them on the Internet.

 

Thanks and regards,

Robert

 

EDIT: I just reviewed the ini file provided by Mark and, duh, it provides excellent examples of what I need. Thanks for the PMs.

Share this post


Link to post
Share on other sites

Hi guyz !

 

I suppose yahoo map has recently changed their service coding / url scheme.

 

Any ideas for the new yahoo map coding, please ?

 

The old one results in spooky dark textures.

 

I'd love to make the Rio area and the best coverage is offered by them :

 

http://maps.yahoo.com/#lat=-22.826029312537112&lon=-43.27342987060547&zoom=14&mvt=s&trf=0

 

Thanks in advance for any help !

Share this post


Link to post
Share on other sites

thx for the great improvement of FSearthTiles 1.3... :Applause: :Applause: :Applause:

 

One in the possibility to add "EXCLUDE area" but unfortunately there is a bug when we proceed with "PartialFSEarthTiles.ini". The "west" type in the exclude coordinates are not considered.

 

example:

 

in the PartialFSEarthTiles.ini:

 

ExcludeNWLat0 = 48deg 3min 54.67sec north

ExcludeNWLon0 = 1deg 38min 26.25sec west

ExcludeSELat0 = 48deg 3min 15.12sec north

ExcludeSELon0 = 1deg 37min 33.52sec west

 

Give in "Exclude Area" of FS Earth Tiles v1.03

 

N48° 03.00' 54.67'' , E01° 37.00' 33.52'' X N48°03.00' 15.12'' , E01° 37.000' 33.52''

 

instead of

 

N48° 03.00' 54.67'' , W01° 37.00' 33.52'' X N48°03.00' 15.12'' , W01° 37.000' 33.52''

 

and if I try to export in a new PartialFSEarthTiles.ini file with "E", I get:

 

ExcludeNWLat0 = 48deg 3min 54.67sec north

ExcludeNWLon0 = 1deg 38min 26.25sec east

ExcludeSELat0 = 48deg 3min 15.12sec north

ExcludeSELon0 = 1deg 37min 33.52sec east

 

 

so the "W" of west is switched in "E" of east...

 

I try to create a program to generate a PartialFSEarthTiles.ini file from Autogen (AGN) stored in a folder and the last barrier is this bug...

 

In a east area all it's ok (exclude area are in orange)

 

fstile_exclude.jpg

 

I hope you can try something to correct it please or maybe Can I get the source & try to correct it myself ? the first solution will be better because my programmer level is poor :blush:

Share this post


Link to post
Share on other sites

Vogel69,

 

I had a quick look and spotted the mistake. Must of had a late night when I coded that section of code. Somehow I swapped the lat/lon strings when importing it back into the program. I have uploaded a new version. The same download link is valid. Make sure you backup your ini file first, then replace it again once you have extracted and over written your existing files. If you don't you will lose your service settings. I have only done one or two quick tests due to time constraints. Report back if it works or not.

 

 

 

Some users on the Italian forums have mentioned an error "You have excluded the whole area!" when using a KML file. This is the correct behavior if you do not create a polygon called area. This polygon is used to select all the tiles that you want to download. Any tiles outside this region are not downloaded. Obviously if you don't create the polygon, the program will not find any tiles to download. This is a better way of using the program as opposed to drawing a block and drawing a bunch of exclude zones.

 

Hi guyz !

 

I suppose yahoo map has recently changed their service coding / url scheme.

 

Any ideas for the new yahoo map coding, please ?

 

The old one results in spooky dark textures.

 

I'd love to make the Rio area and the best coverage is offered by them :

 

http://maps.yahoo.co...=14&mvt=s&trf=0

 

Thanks in advance for any help !

 

Yahoo is now using the nokia tile server.

 

Have a look at a program called fiddler2. I use this to decode the url's used for the various map services.

Share this post


Link to post
Share on other sites

first sorry for my very bad english... yes I'm french :blush:

 

thank you very much propkop2k2 to have taked time to correct it, it will be very usefull :Applause: . I 've eard your advice to use kml file and I've coded a generator of kml file to create an "Area" poly from an AGN folder... it need more adjustement but it work fine ! thx you :rolleyes: .

 

in my search on this problem I've found a way to generate a kml map of all folder's AGN tiles... it give something like that:

 

dalles2KML.jpg

  • Upvote 1

Share this post


Link to post
Share on other sites

Hi Mark!

 

I want to ask to you if you can support the new google code.

 

Entering to google maps, i check this: the url changes from http://khm0.google.com/ to https://khms0.google.com/kh/

 

i'm trying to run the google with this code:

[service2] #Google Maps
ServiceName = Google2013
ServiceCodeing = qrts
ServiceUrl =https://khms0.google.com/kh/V=125&scr=app&t=t%s&n=404&v=106
Referer = https://khms0.google.com
UserAgent = Mozilla/5.0
ServerVariations = khms0,khms1

 

but

NOT WORK

 

I hope you can suport me

 

Thanks for you attention Mark!

Share this post


Link to post
Share on other sites

Hi Mark!

 

I want to ask to you if you can support the new google code.

 

Entering to google maps, i check this: the url changes from http://khm0.google.com/ to https://khms0.google.com/kh/

 

i'm trying to run the google with this code:

[service2] #Google Maps

ServiceName = Google2013

ServiceCodeing = qrts

ServiceUrl =https://khms0.google.com/kh/V=125&scr=app&t=t%s&n=404&v=106

Referer = https://khms0.google.com

UserAgent = Mozilla/5.0

ServerVariations = khms0,khms1

 

but

NOT WORK

 

I hope you can suport me

 

Thanks for you attention Mark!

 

 

change https back to http, v=106 to v=125.

 

Cheers

 

Mark

Share this post


Link to post
Share on other sites

Liking the idea of exclusion rectangle but this leads me to something I've been wishing for in FSET since I first used it. A way to define irregular exclusions/inclusions without having to resort to drawing poly lines in a separate program.

 

Would this be possible? IE. Drawing round an airfield in FSET so as to just get the airport background and not anything else?

Share this post


Link to post
Share on other sites

change https back to http, v=106 to v=125.

 

Cheers

 

Mark

 

Wow Mark, now works, thank so much and nice weekend!

 

Omar

Share this post


Link to post
Share on other sites

Hello,

i have FSET 1.03b and i use google service but i have problem with orto in FSX. It´s transparent, please look on attachment. What is wrong please?

Share this post


Link to post
Share on other sites

Hi (Sorry for my english, but I'm french)

 

I have used FSET for a long time.

But when I use it as a batch it always craches at the end of the process.

Consultez la fin de ce message pour plus de 
détails sur l'appel du débogagejuste-à-temps (JIT) à la place de cette boîte 
de dialogue.
************** Texte de l'exception 
**************System.InvalidOperationException: La collection a été modifiée 
; l'opération d'énumération peut ne pas s'exécuter.   à 
System.Collections.ArrayList.ArrayListEnumeratorSimple.MoveNext()   
à System.Windows.Forms.Application.ExitInternal()   à 
System.Windows.Forms.Application.Exit(CancelEventArgs e)   à 
System.Windows.Forms.Application.Exit()   à 
FSEarthTilesDLL.FSEarthTilesForm.MainThreadTimerEventProcessor(Object myObject, 
EventArgs myEventArgs)   à 
System.Windows.Forms.Timer.OnTick(EventArgs e)   à 
System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& 
m)   à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, 
Int32 msg, IntPtr wparam, IntPtr lparam)....

It seems to come from the script CustomizedProcessesScript.cs

I first, thougth about a problem with the .net frameword, but after reinstallation, there is no change.

 

The problem is the same with the version 1.0 and 1.0.3.

 

Thanks for your help.

Share this post


Link to post
Share on other sites

Hi

 

Just tried running a batch on my machine. It finished without any errors.

 

Post an example of the command you are using and I will see if that makes any difference.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...