Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tanoa map data #3897

Merged
merged 5 commits into from
Jun 11, 2016
Merged

Tanoa map data #3897

merged 5 commits into from
Jun 11, 2016

Conversation

bux
Copy link
Member

@bux bux commented Jun 11, 2016

When merged this pull request will:

  • add Tanoa Latitude to the getMGRS function
  • add a tiny performance improvement in checking the map

@bux bux added the kind/enhancement Release Notes: **IMPROVED:** label Jun 11, 2016
@bux bux added this to the 3.6.0 milestone Jun 11, 2016
* Public: No
*/

_map = toLower _this;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

private

if (_map in ["hindukush"]) exitWith { [36, 0] };
if (_map in ["imrali", "imralispring"]) exitWith { [40, 0] };
if (_map in ["intro"]) exitWith { [40, 0] };
if (_map in ["isladuala3"]) exitWith { _lat = -19; _altitude = 0; };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix

@commy2 commy2 self-assigned this Jun 11, 2016
was using an incomplete regex
@commy2 commy2 merged commit ec01ae0 into master Jun 11, 2016
@commy2 commy2 deleted the tanoaMapData branch June 11, 2016 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Release Notes: **IMPROVED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants