I'm trying to make a precision topology map in QGIS 3.14 where my map's corners are defined by geographic coords: this means it should have the same range of degrees on top as on the bottom, and same on left as on the right side of map. For example:
I use the UTM coordinate system, U34 zone, EPSG: 32634.
Coords of my corners: Top-left: '549108, 5506822' Top-right: '553523, 5506822' Bottom-left: '549108, 5502204' Bottom-right: '553523, 5502204'
Actually I feel like my map in the print-composer is oriented in this way (red square is my map range):
And my desired output should look like this (along the parallels):



I use UTM to visualize some values on out-of-bounds description, like kilometers net etc. maybe i should use different coord system to visualize my map properly?
– Daniel Sobolewski Sep 01 '20 at 13:06