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
Mapper does not allow to configure how a map is imported regarding
which map parts are imported and into which map parts
whether all objects shall be imported or just a subset
If multiple mappers work on the same map by using map parts, combining their work might need some extra effort, as Mapper always imports all map part into parts of the same (case insensitive) name and imports all objects of every part.
Proposal: For each part to import, it should be possible to configure
if the part shall be imported and into which part
if all objects or only these that either equal or unequal to those of a selectable part of the destination map shall be imported
Key and Value for object tags that will be set for the imported objects.
Mapper does not allow to configure how a map is imported regarding
If multiple mappers work on the same map by using map parts, combining their work might need some extra effort, as Mapper always imports all map part into parts of the same (case insensitive) name and imports all objects of every part.
Proposal: For each part to import, it should be possible to configure
MapImportDialog.mp4