Giraffe imports and exports a variety of GIS and BIM formats.

Here we describe how to import line drawings in DXF (dwg) format.

Quick Links

Layers

Add Your own Spatial data

Set the project CRS

<aside> 🚨 Importing CAD (.dxf) vector data is often complex. DXF files are not typically geolocated, and depending on how they are authored, they may consist of many line segments rather than the line-strings and polygons which are native to Giraffe.

On the other hand, even line segments can be very useful to allow tracing using Giraffe's snap feature (holding down "s" will snap to any vector features on the map).

If there is a large amount of useful data that is only accessible as DXF files, you can follow the steps in How to import DXF files into Giraffe. Reach out to us using the in-app chat for support doing this.

</aside>

Prepare your DXF for import

CAD files can be extremely complex. To ensure everything uploads smoothly, best practice is to prep your file prior to import.

<aside> 📢

Closed polylines are easier to turn into Giraffe geometries using Use Map features to Create Geometry and Query Information or Bulk Copy Features from Vector data

</aside>

  1. Geolocate the project, if possible
  2. Do your best to include only building outlines as closed polylines.
    1. Remove any text and dimensions
    2. Remove any hatches or fills
    3. Merge or remove all xrefs and references
  3. Ensure everything in the file is 2D
  4. Run "flatten" and "purge" commands
  5. Remove all sheets
  6. Down save to an old version of CAD/DXF. If you're on CAD 2025, it's likely too new to be comparable.
  7. Make sure the file is not password protected or encrypted in some way

Coordinate Geographic Projection

If you know your drawing's projection

  1. Click Main menu (☰) -> Project -> Project Settings.
  2. Navigate to “other”
  3. Click “Add a project CRS”
  4. Paste the CRS into the field
  5. Click Main menu (☰) -> Layers -> Vector (Geojson and Shapefile)
  6. Upload your .dxf file and follow the steps to add a layer or import as Giraffe features.

<aside> 🎓 Learn more about how to Set the project CRS

</aside>

If you don't know your drawing's projection

  1. Click Main menu (☰) -> Export Project -> DXF (CAD Format) to download giraffe-[your file id].dxf
  2. Import giraffe-[your file id].dxf into your CAD program and add and align your content with it. Don't move the Giraffe content.
  3. Save the aligned content to [your filename].dxf. You can delete the Giraffe content after you have aligned everything to it.
  4. Click Main menu (☰) -> Layers -> Vector (Geojson and Shapefile)
  5. Upload your [your filename].dxf file and follow the steps to add a layer or import as Giraffe features.

Import the File

Open the Import Layer applet.

Navigate to the Layer Palette, then click “New data layer”

image.png

When the Layer Library opens, click “Create new Layer” on the right hand side

image.png

The dropdown displays all of the layer type options. Select one to open the layer create applet.

<aside> 💡 You can also drag any file into your giraffe window to automatically open the correct applet for that filetype.

</aside>

  1. Upload a file

    1. Browse your computer
    2. Select a file
    3. click “Next”
  2. Style layer

    1. Select “To create a layer” to add a layer
    2. Filter and Style your Layer using Data Table controls
  3. Layer details

    1. Name the layer
    2. add details.
  4. Click “save layer” to add the layer to your project.

image.png

<aside> 💡

</aside>

<aside> 👉 Learn how to filter and style with Data Table

</aside>