arma3:terrain:global-mapper-latitude-longitude-config
Differences
This shows you the differences between two versions of the page.
Next revisionBoth sides next revision | |||
arma3:terrain:global-mapper-latitude-longitude-config [2019/01/21 12:09] – created initial page. snakeman | arma3:terrain:global-mapper-latitude-longitude-config [2019/01/21 14:24] – added better note about negative latitude. snakeman | ||
---|---|---|---|
Line 12: | Line 12: | ||
Note that this websites longitude seconds input box only accepts integers (full numbers, no XX.XXXXX). | Note that this websites longitude seconds input box only accepts integers (full numbers, no XX.XXXXX). | ||
+ | |||
+ | For some reason arma3 **latitude is with NEGATIVE number if its north of equator**. | ||
Click convert to decimal degrees button and now you have two values. Copy paste lat to mapArea[] first line, shown below | Click convert to decimal degrees button and now you have two values. Copy paste lat to mapArea[] first line, shown below | ||
Line 17: | Line 19: | ||
mapArea[] = | mapArea[] = | ||
{ | { | ||
- | 14.60974078, | + | -14.60974078, |
, // longitude here | , // longitude here | ||
}; | }; | ||
Line 28: | Line 30: | ||
mapArea[] = | mapArea[] = | ||
{ | { | ||
- | 14.60974078, | + | -14.60974078, |
- | 15.35597344, | + | -15.35597344, |
}; | }; | ||
</ | </ | ||
Line 37: | Line 39: | ||
Drag a box around the vertice in center of your user created feature grid, get its coordinates same way we did above. | Drag a box around the vertice in center of your user created feature grid, get its coordinates same way we did above. | ||
- | Paste these values | + | Paste values |
<code cpp> | <code cpp> | ||
latitude = -14.98310431; | latitude = -14.98310431; |
arma3/terrain/global-mapper-latitude-longitude-config.txt · Last modified: 2024/08/02 17:47 by snakeman