Arma3Map icon indicating copy to clipboard operation
Arma3Map copied to clipboard

Map with incorrect coordinates

Open jetelain opened this issue 3 years ago • 2 comments

Some maps have incorrect coordinates (map grid does not match computed grid), it requires somes investigation:

  • Aliabad Region
  • Esseker
  • Everon
  • G.O.S Dariyah
  • G.O.S N'Djenahoud
  • G.O.S N'Ziwasogo
  • Hazar-Kot Valley
  • Hindukush
  • Rosche, Germany (2.0)

0000-0000 coordinates does not seems to be bottom left, but top right or might be shifted

jetelain avatar Feb 23 '21 07:02 jetelain

In fact map coordinates does not match grid coordinates. So we need to extra informations to give the transformation between the two coordinates systems, and change how thé scripts displays coordinates and graticule.

jetelain avatar Feb 24 '21 00:02 jetelain

From some testing I've done, the X and Y values need to be swapped around when placing markers so they correctly point to in-game locations. This can be tested by putting a marker on (0,100) or (100,0) and then placing an object in game with the same coordinates. You'll see the axes are swapped around. This is an issue with Leaflet, not sure if there's a way to tell it to make Y the vertical axis and X the horizontal one

ianespana avatar Jun 30 '21 02:06 ianespana