Dear Statalists,
I am having some problem in plotting latitude and longitude on a map
I have performed the following code
where:
is the coordinates shapefile,
is the dataset where I have stored latitude and longitude
are the converted latitude and longitude variables that have been projected the same way as "lazio_hosp_balanced" (web_mercator)
What I have reached is only this:Graph.gph
I am having some problem in plotting latitude and longitude on a map
I have performed the following code
Code:
grmap using lazioc, t(2000) id(sh_asl) point(data("lazio_hosp_balanced.dta") x(xc) y(yc))
Code:
lazioc.dta
Code:
lazio_hosp_balanced.dta
Code:
xc xy
What I have reached is only this:Graph.gph