[Qgis-user] seeing coordinates in the data table
Andrea Giudiceandrea
andreaerdna at libero.it
Wed Sep 4 04:45:29 PDT 2024
> Greg Troxel gdt at lexort.com
> Mon Sep 2 12:37:58 PDT 2024
> When I open the data table, I can't find a way to see the geometry
> object, in either layer CRS or project CRS.
As previously pointed out by Andreas, you can create a real or a virtual
field using the Field Calculator [1].
Depending on how you actually want to "see" the geometry of the feature,
you can create an expression [2] based on the available functions [3].
In general, you can use the geom_to_wkt [4] function in order to obtain
a WKT string representation of the geometry.
Regards.
Andrea
[1]
https://docs.qgis.org/3.34/en/docs/user_manual/working_with_vector/attribute_table.html#vector-field-calculator
[2] https://docs.qgis.org/3.34/en/docs/user_manual/expressions/index.html
[3]https://docs.qgis.org/3.34/en/docs/user_manual/expressions/functions_list.html
[4]
https://docs.qgis.org/3.34/en/docs/user_manual/expressions/functions_list.html#geom-to-wkt
More information about the QGIS-User
mailing list