Hi all,
Looking for some help with the shp2dta command.
I am trying to plot coordinates within a map of Sierra Leone obtained here (Administrative boundaries, Latitude and longitude coordinates, ESRI shape file format): http://maplibrary.org/library/stacks...eone/index.htm
Example of coordinates to be plotted:

Command used:
shp2dta using "SIL_boundaries.shp", data("sle_data")coor("sle_coordinates ")
tmap dot, ycoord(latitude)xcoord(longitude) map("sle_coordinates.dta")
While the plots work, the graph that is produced includes additional lines superimposed on the original map. I've tried different maps, so I don't think that the problem is the underlying shp data, though I am at a loss as to what I am doing wrong!

Any insight would be greatly appreciated!
Many thanks in advance,
Vanessa
Looking for some help with the shp2dta command.
I am trying to plot coordinates within a map of Sierra Leone obtained here (Administrative boundaries, Latitude and longitude coordinates, ESRI shape file format): http://maplibrary.org/library/stacks...eone/index.htm
Example of coordinates to be plotted:
Command used:
shp2dta using "SIL_boundaries.shp", data("sle_data")coor("sle_coordinates ")
tmap dot, ycoord(latitude)xcoord(longitude) map("sle_coordinates.dta")
While the plots work, the graph that is produced includes additional lines superimposed on the original map. I've tried different maps, so I don't think that the problem is the underlying shp data, though I am at a loss as to what I am doing wrong!
Any insight would be greatly appreciated!
Many thanks in advance,
Vanessa
Comment