DXF import

Hi @tinglingst !

You can not perform the import of a DXF file in the RV 3, yet.

The process is still with CSV file, but with some modifications that are explained in the import screen in the app.

The format presented by the application is this:

Name,Easting,Northing,Elevation
Point1,30.339,59.958,53.618
Point2,30.334,59.960,58.944

In some tests I’ve performed, a description column, named Description, is also successfully imported, looking like this:

Name,Easting,Northing,Elevation,Description
Point1,30.339,59.958,53.618,Test 1
Point2,30.334,59.960,58.944,Test 2

The header needs to be in the CSV file, so don’t forget about it.

Best regards!

1 Like