Jump to content
Sign in to follow this  
JimmiG

Can this service be used with TP?

Recommended Posts

I'll give it a try.. It's possible to zoom out and drag outside Sweden, though you'll only see solid blue. Maybe they use a world-wide coordinate system, but only include imagery of any zoom level for the nordic countries.


Asus Prime X370 Pro / Ryzen 7 3800X / 32 GB DDR4 3600 MHz / Gainward Ghost RTX 3060 Ti
MSFS / XP

Share this post


Link to post
Share on other sites

Those seem to have something to do with parsing the URL but trying to figure it out turns my brain to salad :)

		var url = StarMap.sat ? '/SatPage.aspx' : '/MapPage.aspx';				url += '?z=' + StarMap.zoomIndex + '&cx=' + parseInt(StarMap.cx) + '&cy=' + parseInt(StarMap.cy);		if (pointId != -1) {			url += '&PointX=' + pointId.x + '&PointY=' + pointId.y;		}		if (!largeMap) {			url += '&referrer=LargeMap.aspx';

or

var url = '/LargeMap.aspx?cx=' + StarMap.cx + '&cy=' + StarMap.cy + '&z=' + StarMap.zoomIndex + '&ShowSatellite=' + StarMap.sat;		url += "&PointX=1602553"; url += "&PointY=6639491";


Asus Prime X370 Pro / Ryzen 7 3800X / 32 GB DDR4 3600 MHz / Gainward Ghost RTX 3060 Ti
MSFS / XP

Share this post


Link to post
Share on other sites
Guest dongdongliushui

Wow the map looks incredible, so much better than g****!

Share this post


Link to post
Share on other sites
Guest cbuchner1

Ouch! Their hierarchy of zoom levels uses arbitrary resolutions, not resolutions based on an scaling of factor 2 with each further zoom level. Tileproxy isn't quite prepared for this.

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...