Hi!
I have a shapefile with polygons, but I want to transform these objects into points (example: I have the polygons with are the physical borders of a subset of school, I want to have point rather than the polygon of the building).
What can I use?
- feature to points doesn't suit me because it creates a new output, while I would like to keep the information I have in my original shapefile.
-I tried add geometry attributes, it runs successfully, but it doesn't not add the geometry attributes!!! Do you know why it happens?
Do you have other solutions?
Thank you!!