Total beginner in maps here.I have a subnational shapefile. I managed to import it and now want to use projections to fix the proportions. The tutorials I've seen use
but when I do this I get the error
In the folder where the shapefile is, there is also .prj file which I guess is the projection file. Should I apply this instead? And if yes, how?
Code:
geo2xy _Y _X, proj (mercator) replace
Code:
latitude _Y must be between -90 and 90
Comment