Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • problem plotting latitude and longitude using grmap

    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:Graph.gph
    Last edited by Giovanni Primativo; 15 Mar 2020, 13:22.
Working...
X