Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Can this service be used with TP?

Featured Replies

Looks like it could be used,one tile URL:http://karta.hitta.se/starmap/ImgServlet?r...y=6486&source=1If their coordinate system is based on absolute latitude/longitude coordinate that spans the entire world, it can most likely be used.Christian

  • Author

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.

-

  • Author

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";

-

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

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.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.