arma3:terrain:global-mapper-latitude-longitude-config
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
arma3:terrain:global-mapper-latitude-longitude-config [2019/01/21 12:09] – created initial page. snakeman | arma3:terrain:global-mapper-latitude-longitude-config [2024/08/02 17:47] (current) – links added. snakeman | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Global Mapper Lat/Lon Config Tutorial ====== | + | ====== |
- | **Global mapper Latitude/Longitude | + | [[https:// |
- | Load global | + | **2021-10-05 Global |
- | RMB -> vertex editing -> set position of selected vertices. | + | Load global mapper project, select user created feature grid. |
- | Tick geographic coordinates (latitude/longitude). | + | RMB -> crop combine/split/split functions -> subdivide quadliteral area. Use grid number of rows and columns: 2, click OK. On modify feature info dialog click OK. |
- | Copy paste latitude and goto [[http:// | + | Drag a box around the new vertice in center of your user created feature grid, then RMB -> vertex editing |
- | Note that this websites longitude seconds input box only accepts integers | + | Tick geographic coordinates |
- | Click convert | + | Copy latitude |
- | <code cpp> | + | |
- | mapArea[] = | + | |
- | { | + | |
- | 14.60974078, | + | |
- | , | + | |
- | }; | + | |
- | </ | + | |
- | Back in global mapper drag a box around top right user created feature grid vertice, get the coordinates same as latitude. | + | Click green convert button and now you have two values, "DD (Decimal Degrees)" |
- | Paste them to mapArea[] second line, shown below | + | For some reason arma3 **latitude |
- | <code cpp> | + | |
- | mapArea[] = | + | |
- | { | + | |
- | 14.60974078, | + | |
- | 15.35597344, | + | |
- | }; | + | |
- | </ | + | |
- | Next we get the center latitude longitude coordinate for the terrain, go back to global mapper, select | + | Now just copy-paste |
- | Drag a box around the vertice in center of your user created feature grid, get its coordinates same way we did above. | + | config.cpp |
- | + | ||
- | Paste these values normally, except **latitude is with NEGATIVE number if its north of equator** | + | |
<code cpp> | <code cpp> | ||
latitude = -14.98310431; | latitude = -14.98310431; | ||
Line 43: | Line 27: | ||
</ | </ | ||
- | Finally grab the mapZone value from global mapper status bar (bottom) where it says like UTM 38N. | ||
- | <code cpp> | ||
- | mapZone = 38; | ||
- | </ |
arma3/terrain/global-mapper-latitude-longitude-config.1548072584.txt.gz · Last modified: 2019/01/21 12:09 by snakeman