My map will always be in decimal degrees, and all the shape files will be in decimal degrees as well. However, I want to be able to project the map in mercator projection.
- Do I have to set every layer in the app to the projection one by one, or is there a way to set all of them at once?
- After I change the projection, does adding points/lines/polygons change at all? I’ll always be plotting them manually given a lat/long in decimal degrees.
- I noticed there’s a builtin spherical mercator projection. The projection I want is the standard Mercator projection, which is having left to right -180 to +180 degrees. What would be the correct way to set this projection on a layer?
Thanks!