Hi,
I am trying to map xy/point data on map in Stata/MP 13.1 for Windows. I first use -shp2dta- to convert a shapefile to dta and generate a database and basemap. When I run the following code on Stata/MP 13.1:
I get this error: "file __POI.dta could not be opened r(603);"
My procedure works on Stata/SE 12.0 though. Has someone faced a similar problem?/Is there a way out?
Thank you in advance!
I am trying to map xy/point data on map in Stata/MP 13.1 for Windows. I first use -shp2dta- to convert a shapefile to dta and generate a database and basemap. When I run the following code on Stata/MP 13.1:
Code:
spmap [varname] using [basemap], id(id) point(xcoord(x) ycoord(y) size(tiny) shape(point))
My procedure works on Stata/SE 12.0 though. Has someone faced a similar problem?/Is there a way out?
Thank you in advance!
Comment