JMap.Project.getProjection
Returns loaded JMap project projection.
In the map, the projection is always "EPSG:3857", but that function returns the project defined projection (so it can be different than ESPG:3857).
If no project is loaded
// returns the project projectionJMap.Project.getProjection() Copy
// returns the project projectionJMap.Project.getProjection()
JMap.Project.getProjection
Returns loaded JMap project projection.
In the map, the projection is always "EPSG:3857", but that function returns the project defined projection (so it can be different than ESPG:3857).