Dear Statalists,
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))
where:
Code:
 lazioc.dta
is the coordinates shapefile,
Code:
 lazio_hosp_balanced.dta
is the dataset where I have stored latitude and longitude
Code:
 xc  xy
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:Array [ATTACH]temp_17338_1584300074636_260[/ATTACH]