Update writer.cpp#1
Conversation
Fix the bug that all geometry bin data has same id 0. This bug will case that after one slpk file imported to ArcGISDesktop,while selected one geometry ,all geometries will be selected.
|
Hello, thanks for the PR. Could you please elaborate more on the use-case, context and problem you are solving where this manifests itself as a bug? If I understand it correctly this adds auto-increment geometry Id to each geometry = tile in this case. As the tiling is arbitrary and tiles do not have any semantic meaning in our case, I do not see it conceptually as a "better" behavior than having id 0 everywhere. Are your tiles different? What "one geometry" are you trying to select in ArcGIS? Is selecting particular tiles intended behavior? |
|
Hello. |
Fix the bug that all geometry bin data has same id 0.
This bug will case that after one slpk file imported to ArcGISDesktop,while selected one geometry ,all geometries will be selected.