mapbox / mapbox/osmpbf-tutorial
The hex->binary images for 0x10 and 0x18 are wrong
オープン
まだ誰も着手していません。
- 主要言語
- 言語のデータがありません
- スター
- 23
- フォーク
- 3
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
For 0x10 (./i/10_fieldwire.gif)
0x10 -> 0001 0000 # cool
split to field and wire of 00010 and 000, # good so far
but the label under field is "1" instead of "2"
and the label under wire is "2" instead of "0"
For 0x18 (./i/18_fieldwire.gif)
0x18 -> 0001 1000 # cool
field is 00011 and wire is 000 # yup
field's label is "3" which is correct, but
wire's label is "2" again, instead of "0"
I'm not sure how that effects the explanations of what the fields mean.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
i/10_fieldwire.gif と i/18_fieldwire.gif を開き、それらのフィールドおよび wire のラベルを、issue で説明されているバイナリ分割と比較します。ラベルが記載された値と一致するように2つの画像を更新し、その後、生成された図が周囲の説明と一致していることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 領域
- documentation
- issue の種類
- バグ
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 35/100