<?xml version="1.0" encoding="UTF-8"?>
<!-- Planet QGIS 등록용 피드. 빌드 단계 없음 — 글 한 편이 추가될 때 <item> 도 한 개 늘린다.
     요건(qgis/QGIS-Planet-Website README, 2026-09-14 실측):
       1) 공개된 규칙에 맞는 RSS 피드
       2) <category>QGIS</category> 가 붙은 항목만 planet.qgis.org 에 노출된다
          (피드별 태그 커스터마이즈는 꺼져 있다 — upstream PR #49)
     그래서 item 마다 category 를 반복한다. channel 수준 태그만 있으면 노출되지 않는다. -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>EchoCad — CAD data in QGIS</title>
    <link>https://echocad.pages.dev/</link>
    <description>Notes on getting CAD drawings into QGIS: what the bundled importers
      actually support, where they lose data, and how to work around it.</description>
    <language>en</language>
    <managingEditor>echoprime.studio@gmail.com (EchoPrime Studio)</managingEditor>
    <webMaster>echoprime.studio@gmail.com (EchoPrime Studio)</webMaster>
    <lastBuildDate>Mon, 14 Sep 2026 18:40:00 +0000</lastBuildDate>
    <atom:link href="https://echocad.pages.dev/feed.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Why QGIS will not open your DWG, and three ways around it</title>
      <link>https://echocad.pages.dev/why-dwg-wont-open-in-qgis</link>
      <guid isPermaLink="true">https://echocad.pages.dev/why-dwg-wont-open-in-qgis</guid>
      <category>QGIS</category>
      <category>DWG</category>
      <category>DXF</category>
      <pubDate>Mon, 14 Sep 2026 18:40:00 +0000</pubDate>
      <description><![CDATA[
You used Project -> Import/Export -> Import Layers from DWG/DXF and either got "Drawing import
failed (unsupported version)", or waited two minutes for zero layers. Nothing is wrong with the
drawing or with the settings.

QGIS opens DWG through libdxfrw, which understands DWG up to the AutoCAD 2000 format. Drawings
saved as 2004, 2007, 2010, 2013 or 2018 do not open, and most drawings handed over today are
2013 or 2018. This is known upstream (qgis/QGIS#48637, open since 2022); in a sample of 44
public drawings we ran through QGIS, none opened. Even when a file does import, text placement
and hatch patterns are commonly lost.

The post then compares the three ways around it, with what each one actually costs:

1. Save as DXF from the CAD you already use. Free, but one file at a time, and the resulting
   DXF arrives as one layer per geometry type rather than per CAD layer.
2. ODA File Converter, which the free DWG plugins in the QGIS repository ask you to install.
   Whole folders at a time, but its licence restricts commercial use for non-members and it is
   awkward to get onto an offline machine.
3. A plugin that opens DWG directly inside QGIS, which is what EchoCad Pro does; the free
   edition covers the DXF side of options 1 and 2, including per-CAD-layer output, colours,
   line types, hatches and text.
      ]]></description>
    </item>
  </channel>
</rss>
