Skip to content

ToUTMZone returns wrong zone. #72

@rolyhudson

Description

@rolyhudson

Description:

ToUTMZone returns wrong zone. Zones are numbered from 1 furthest east to 60. The methods currently overlook the number starts at 1.
Need to use (int)Math.Floor((longitude + 180) / 6)+1 in the method.

Steps to reproduce:

Expected behaviour:

Test file(s):

Metadata

Metadata

Assignees

Labels

type:bugError or unexpected behaviour

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions