Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Convert geometries CRS on adding to Arches #14

Merged
merged 2 commits into from
Nov 19, 2024

Conversation

SDScandrettKint
Copy link
Member

Closes #12

Still applies to the entire layer rather than selected geometries (issue #8)

@SDScandrettKint SDScandrettKint self-assigned this Nov 18, 2024
@@ -87,7 +87,8 @@ def close_dialog():
nodegroup_id = selectedGraph["geometry_node_data"][node_id]["nodegroup_id"]
selectedNode = {"node_id": node_id, "nodegroup_id": nodegroup_id, "name": selectedGraph["geometry_node_data"][node_id]["name"]}

geomcoll, geometry_type_dict = geometry_conversion(selectedLayer)
geom_convert = Geometries(selectedLayer)
geomcoll, geometry_type_dict = geom_convert.geometry_conversion()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe consider changing geomcoll to geometry_collection just to be a bit more explicit

@chiatt chiatt merged commit 79b763c into dev/1.0.x Nov 19, 2024
@chiatt chiatt deleted the 12_convert_geometries_to_CRS branch November 19, 2024 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plugin only works in WGS84
2 participants