Skip to content

Instantly share code, notes, and snippets.

@gacarrillor
Last active April 11, 2024 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gacarrillor/b06f2d6d9dc934b1600d531e09e2f836 to your computer and use it in GitHub Desktop.
Save gacarrillor/b06f2d6d9dc934b1600d531e09e2f836 to your computer and use it in GitHub Desktop.

DXF Export enhancements

(Blog post draft)

At OPENGIS.CH, we've been working lately on improving the DXF Export QGIS functionality, and, in the meantime, we've also added nice UX enhancements for making it easier and much more powerful to use!

Let's see a short review:

  • DXF Export app dialog and processing algorithm are now completely harmonized.

    That is, you can use either the app dialog or the processing alg, both of them offer you equivalent functionality.

    (Screenshots or video pending ⏳)

  • Dialog settings can be now exported to an XML file to reuse multiple serttings per project or share them with colleagues.

    You can now have multiple settings available in XML format, so that you won't miss anything, even for large and complex projects.

    load_from_xml.webm
  • All settings are now well remembered between dialog sessions, making it easier to reuse previous choices.

    QGIS users told us there were some dialog options that were not remembered correctly, but that's no longer the case!

  • "Output layer attribute" column is now always visible in the DXF Export layer tree.

    We've made sure that you won't miss it anymore.

    output_layer_attribute

  • Possibility to export only the current map selection.

    Filter features to be exported via layer selection, and even combine this filter with the existing 'map extent' one.

    use_only_selected_features_alg

    use_only_selected_features_app

  • Empty layers are no longer exported to DXF.

    When applying spatial filters like feature selection and map extent, you might end up with empty layers to be exported. Well, those won't be exported anymore, producing cleaner DXF output files for you.

  • Possibility to override the export name of individual layers.

    It's often the case where your layer names are not clean and tidy to be displayed. From now on, you can specify how your output DXF layers should be named, without altering your original project layers.

    (Video pending ⏳)

We've also fixed some minor UX bugs and annoyances that were present when exporting layers to DXF format, so that we can enjoy using it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment