Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
本PRは破壊的変更を含みます
Description
任意の座標を原点とした横メルカトル投影法(TM: Transverse Mercator)に対応するためのPRです。
従来の日本平面直角座標系とMGRSの対応に追加してTMをサポートするため切り替えの方法などを変更しています。
TM座標系を利用する場合は投影の原点や楕円体モデルの情報(長半径・扁平率の逆数)や縮尺係数などもパラメータとして指定することが必要となります。
Test
テストプログラム
llh_test
を更新し新しいバージョンに対応させました。