How to use map_offset parameters

Modding school: Learn it from the masters
Post Reply
User avatar
ets22022
Posts: 4
Joined: 02 Mar 2022 13:24

13 Jun 2022 12:04

Hello

from climate.sii

Code: Select all

	// Globe coordinates (in degrees) are based on map position:
	// latitude = map_origin[0] + (map_z - map_offset[0]) * map_factor[0]
	// longitude = map_origin[1] + (map_x - map_offset[1]) * map_factor[1]
	//
	// If advanced map projection is used (eg lambert) projection is applied on coordinates accordingly.

	map_projection: lambert_conic
	standard_paralel_1: 37
	standard_paralel_2: 65

	map_origin: (50, 15)
	map_offset: (16660.0, 4150.0)
	map_factor: (-1.71570875e-4, 1.729241463e-4)
when use lambert conic, how to use map_offset and map_factor parameters?



Post Reply

Return to “ProMods Academy”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 23 guests