It is
recommended for that kind of ProjectedCRS to use the
‘svg:transform’
global attribute with a 'scale(1, -1)'
Most Geographic2dCRS have the latitude as their first
axis rather than the longitude, which means that the
south-north axis would be represented by the x-axis in SVG
instead of the usual y-axis
it is recommended for that kind of Geographic2dCRS to use the
‘svg:transform’
global attribute with a 'rotate(-90)' value as in the
first example (while also adding the 'scale(1, -1)' as for
ProjectedCRS).