benjann / geoplot

Stata module to draw maps
MIT License
28 stars 3 forks source link

the option `geoframe attach` doesn't work if variables already exist in the _shp file. #1

Closed asjadnaqvi closed 1 year ago

asjadnaqvi commented 1 year ago

When trying to combine files that I had cleaned up, it ran in the following problem. Screenshot 2023-05-17 143024

Here one can just "auto clean" shapefiles to contain just _ID, _X, _Y, shape_order.

benjann commented 1 year ago

I just posted an update that should solve this issue, I believe. geoframe attach no longer tries to add variables that already exist in the current frame.