PDA

View Full Version : FS Earth Tile



DaleRFU
June 1st, 2016, 10:04
Hi all,

intrigued to know what you guys are using for your service and which version??

Regards
Dale

scotth6
June 2nd, 2016, 00:51
HI,

I haven't used it for a while and I'm not sure which servers are working, but I found a few notes in one of my text files which may be of help.


Check ptsims - sbuilder x sites for latest version number google server dll, change last number on google server url to match version number of sbuilder x latest.




sources


http://www.prepar3d.com/forum/viewtopic.php?f=6307&t=11596&sid=e5ab64543dbfa33ae4c03594ffb95865&start=15


http://www.fsdeveloper.com/forum/threads/fsearthtiles-ini-problem.20564/


http://www.fsdeveloper.com/forum/threads/fsearthtiles-and-google.432966/


http://www.ptsim.com/forum/viewtopic.php?f=22&t=1053&start=75


http://www.ptsim.com/forum/viewforum.php?f=22







Also try some of these:

[Service1] #Google Maps
ServiceName = Google
ServiceCodeing = qrts
ServiceUrl =http://khm0.google.com/kh?t=t%s&n=404&v=186
Referer = http://khm0.google.com
UserAgent = Mozilla/4.0
ServerVariations = khm0,khm1,khm2,khm3

[Service2] #Yahoo Maps
ServiceName = Yahoo
ServiceCodeing = xyz
ServiceUrl =
#Referer = http://us.maps3.yimg.com
UserAgent = Mozilla/4.0
ServerVariations = maps3

[Service3] #Virtual Earth
ServiceName = VE
ServiceCodeing = 0123
ServiceUrl =
Referer = http://server0.acmeglobe.com/terraintile?pos=ADCAADACBCA&v=10
UserAgent = Mozilla/4.0
ServerVariations = a0,a1,a2,a3


[Service4] #Bing Maps
ServiceName = Bing
ServiceCodeing = 0123
ServiceUrl =http://ecn.t3.tiles....s.jpg?g=863&n=z
Referer = http://server0.acmeg...DCAADACBCA&v=10
UserAgent = Mozilla/4.0
ServerVariations = ecn.t3,ecn.t1,ecn.t2,ecn.t0




[Service5] # Spanish Maps Only
ServiceName = IDEE-Spain
ServiceCodeing = X1Y1X2Y2
ServiceUrl = http://www.idee.es/w...RMAT=image/jpeg
UserAgent = Mozilla/4.0
#//EPSG:4258 ETRS89 //EPSG:4230 ED50 //EPSG:4326 WGS80


[Service6] # MapQuest has limited coverage
ServiceName = MapQuest
ServiceCodeing = ZXYpng
ServiceUrl = http://mtile01.mqcdn...1.0.0/vx/sat/%s
Referer = http://www.mapquest.com
UserAgent = Mozilla/5.0
ServerVariations = mtile01,mtile02,mtile03,mtile04


Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.83 Safari/535.11


[Service7]
servicename=kerry
ServiceCodeing = xyz
ServiceUrl =
#Referer = http://us.maps3.yimg.com # (old versions v=1.7, v=1.5)
#UserAgent = Mozilla/4.0



When I get more of a chance I will do a few test runs and see which server addresses are working from my ini files.

Cheers,

DaleRFU
June 2nd, 2016, 10:50
Thank you very much, I'll give them a go :applause:

scotth6
June 3rd, 2016, 06:37
I just tested my current ini in the FSET folder, and only one server seemed to work:

[Service2] #Virtual Earth
ServiceName = VE
ServiceCodeing = 0123
ServiceUrl = http://a1.ortho.tiles.virtualearth.net/tiles/a%s.jpeg?g=172 #optional (older versions g=104, g=52)
Referer = http://a1.ortho.tiles.virtualearth.net
UserAgent = Mozilla/4.0
ServerVariations = a0,a1,a2,a3



I think the google server would also work with the right number attached at the end:


[Service1] #Google Maps
ServiceName = Google
ServiceCodeing = qrts
ServiceUrl =http://khm0.google.com/kh?t=t%s&n=404&v=105
Referer = http://khm0.google.com
UserAgent = Mozilla/4.0
ServerVariations = khm0,khm1,khm2,khm3



In fact, if you go to this page:

http://www.allallsoft.com/gsmd/faq.htm

you will see there is a question regarding that programs latest ini file.

Q: When satellite images were updated, how can I get the latest version images?
A: Please download the latest config.ini file (http://www.allmapsoft.com/gsmd/download/config.ini), then overwrite your old config file in the folder "your installed folder\ini".

If you download that ini file you will find the following:

[IniParas]
Sn=
DefaultPath=C:\Downloads
DefaultZoom=13
SV=http://khm.google.com/kh?n=404&v=198&t=
SleepSeconds=0
InputFormat=0
FileNameFormat=1

[Proxy]
UseProxy=0
ProxyServer=
ProxyPort=
ProxyUsername=
ProxyPassword=



By using just the number near the end of the SV line in the FSET Service URL line you will find the google service will also work. Keep the link for the GSMD/Allallsoft handy, as that ini file is updated on occasion. Just use that number from the SV line in the FSET Service URL line to get the latest google service.

So currently the google service should look like the following:

[Service1] #Google Maps
ServiceName = Google
ServiceCodeing = qrts
ServiceUrl =http://khm0.google.com/kh?t=t%s&n=404&v=198
Referer = http://khm0.google.com
UserAgent = Mozilla/4.0
ServerVariations = khm0,khm1,khm2,khm3


Cheers,