Hello!
I've been having a problem with SPMAP's basemap for quite a while now. It seems that, while using the same file for the basemap, the map is drawn differently for various datasets I put on top. I cannot figure out why one draws the complete basemap whereas the other only draws some of the provinces. I have attached my files, which are described as follows:
Code:
use graph2, clear
spmap using drc_coord.dta, id(vid) point(xcoord(longitude) ycoord(latitude) by(cert) fcolor(BuPu) size(small small) legenda(on))
use graph3, clear
spmap using drc_coord.dta, id(villageid) point(xcoord(longitude) ycoord(latitude) size(small small small small))
Thanks!
Samuel
I've been having a problem with SPMAP's basemap for quite a while now. It seems that, while using the same file for the basemap, the map is drawn differently for various datasets I put on top. I cannot figure out why one draws the complete basemap whereas the other only draws some of the provinces. I have attached my files, which are described as follows:
- graph2.dta - the data file for my first graph which does not draw the complete basemap
- graph3.dta - the data file for my second graph which does draw the complete basemap
- drc_coord.dta - the basemap file
Code:
use graph2, clear
spmap using drc_coord.dta, id(vid) point(xcoord(longitude) ycoord(latitude) by(cert) fcolor(BuPu) size(small small) legenda(on))
use graph3, clear
spmap using drc_coord.dta, id(villageid) point(xcoord(longitude) ycoord(latitude) size(small small small small))
Thanks!
Samuel
Comment