You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a DXF or SVG template with "Coordinate System" choice "Map".
Mark significant template points in the map.
Save, close, open again.
Actual behaviour
The template appears with different scale and position. The marked points do no longer match the template.
(However, the parameters in the template positioning dialog are unchanged.)
Expected behaviour
The template must appear with the original scale and position.
Configuration
Mapper Version: v0.9.4
Remark
During template setup, the coordinate system choice is set in member variable OgrTemplate::selcted_unit which affects template data loading. This variable is neither saved to, or loaded from, map files.
DXF format was initially supported via TemplateTrack. Ideally, OgrTemplate should continue be able to correctly load legacy map files with DXF templates in both map CS and projected CS.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Actual behaviour
The template appears with different scale and position. The marked points do no longer match the template.
(However, the parameters in the template positioning dialog are unchanged.)
Expected behaviour
The template must appear with the original scale and position.
Configuration
Mapper Version: v0.9.4
Remark
During template setup, the coordinate system choice is set in member variable
OgrTemplate::selcted_unit
which affects template data loading. This variable is neither saved to, or loaded from, map files.DXF format was initially supported via
TemplateTrack
. Ideally,OgrTemplate
should continue be able to correctly load legacy map files with DXF templates in both map CS and projected CS.The text was updated successfully, but these errors were encountered: