Skip to content
New issue

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

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

Already on GitHub? # to your account

複合型のグループを編集した時の地理情報の不具合 #1453

Closed
kskinoue0612 opened this issue Sep 11, 2024 · 4 comments
Closed
Labels
bug Shipped in Release Indicates that this issue has been resolved and included in a release, making it available to users.

Comments

@kskinoue0612
Copy link
Contributor

複合型グループ用の地理情報には、ポリゴンデータとラインデータを作成できる。

ポリゴンデータ、ラインデータを作成した上で複合型のグループを編集した時の処理がおかしい。

操作例

  • あらかじめ Item1, Item2, Item3 の3つのグループを作っておく
  • ポリゴンデータを作り、 Item1, Item2, Item3 それぞれの値を設定したポリゴンを作る。
  • グループ Item1 を削除する

現状の動き

Item1 だったものが Item2 に、Item2 だったものが Item3 になり、 Item3 だったポリゴンが見えなくなる。
削除したことで削除した項目以降のデータが全部ずれる。

修正案

  • Item1 が削除された場合も、 Item2 だったものは Item2, Item3 だったものは Item3 のままになるようにする。
  • 削除されたグループに設定されていたポリゴンは、デフォルトグループに設定し直される。

#1451 と関連が深いため一緒に直す。

@starfieldKt
Copy link

starfieldKt commented Sep 12, 2024

メモ

ラスタでも同様に全部ずれるが、ラスタの値はどうもできないのでこれは仕方がない。
ただし、定義されていない値はDefaultグループの色で表示をしてもよいかもしれない。
グループ削除前
image
グループ削除後
image

サンプルファイル
sample_raster.zip

@starfieldKt
Copy link

ポリゴン、ラインについては削除してもズレないことを確認。

@kskinoue0612
Copy link
Contributor Author

ラスターで、未定義の色が透明になって表示されるが、 Default の色で表示されるようにする

@starfieldKt starfieldKt added the Shipped in Release Indicates that this issue has been resolved and included in a release, making it available to users. label Oct 11, 2024
@starfieldKt
Copy link

以下の残作業は #1478 に移行

ラスターで、未定義の色が透明になって表示されるが、 Default の色で表示されるようにする

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Shipped in Release Indicates that this issue has been resolved and included in a release, making it available to users.
Projects
None yet
Development

No branches or pull requests

2 participants