How to Place a Topographic Survey onto a Plan in AutoCAD
The question, put literally, is "how do I place a topographic survey onto a plan in AutoCAD". And it is not just about opening a file — the survey has to land under the plan in the same coordinates, at the same scale and with the same orientation. Below is a sequence that works the same in AutoCAD, nanoCAD and BricsCAD, plus the places where things usually go wrong.
What exactly has to match
Alignment rests on three things, and breaks on exactly the same three:
- Coordinate system. A surveyor's file is almost always in a local CRS (a regional grid, sometimes a site-specific arbitrary system). The plan may be in the same CRS, in a different one, or in arbitrary coordinates.
- Drawing units. A survey is usually in metres, an architectural plan is often in millimetres. The difference is exactly 1000 times, and you see it immediately.
- Axis orientation. In surveying X means north and Y means east. In CAD, X runs right (east) and Y runs up (north). Feed the columns of a coordinate table in "as is" and the object comes out mirrored or rotated by 90 degrees.
Until those three questions are answered, any alignment is guesswork by eye.
Step 1. Find out the survey's coordinate system
Ask whoever produced the survey, or look at the title block and explanatory note: the coordinate system and the height datum are stated there. If the answer is "arbitrary", there is no link to global coordinates, and you will have to align on common ground features rather than on coordinates. That is a normal situation, just a different route (see step 4, option B).
Step 2. Attach the survey as an external reference
An external reference is handier than a plain insert: it is easy to switch off, easy to reload, and it does not mix with your own entities.
- Command
XREF, or the menu Insert → Attach. - Pick the survey file (DWG or DXF).
- Insertion point
0,0, scale1, rotation0. Clear the "Specify on-screen" checkbox, otherwise AutoCAD drops the survey wherever you click and the coordinates are lost. ZOOM Eshows the whole object: if the survey sits thousands of units away from the origin, that is normal for a local grid.
Step 3. Check units and scale
Do not trust what you see on screen, measure it. Use DIST between two points whose distance you know (a building side, a survey baseline). Got 12 instead of 12000, or the other way round? The units differ.
The cure is scaling the reference: SCALE, base point 0,0, factor 1000 (metres to millimetres) or 0.001 (back again). Always scale from the origin, otherwise the object shifts as well.
Step 4. Align the plan with the survey
Option A. The plan is already in coordinates. Nothing to move: if both parts share a CRS and units, they coincide by themselves. If they do not, go back to step 1 — it is the coordinate system.
Option B. The plan is in arbitrary coordinates. Align on two common points (corners of a permanent building, manholes, fence corners):
- Command
ALIGN. - Pick the first point on the plan and the same point on the survey, then the second pair.
- Answer "yes" to the scaling prompt only if you are sure the plan is not drawn to scale. Otherwise answer "no", or the dimensions will drift.
Two points define shift, rotation and scale at once — that is enough. A single point only gives you a parallel move.
Common pitfalls
- The survey came out mirrored. X and Y were swapped when the points were plotted from a coordinate table. Check the column order.
- Everything fits but is rotated by a small angle. Different zones of the local grid, or a conversion from WGS-84 that ignored the zone. The mechanics are covered in Converting cadastral coordinates between local grids and WGS-84.
- The object sits at 0,0 instead of its real coordinates. Either "Specify on-screen" was left on, or the file passed through software that zeroed the georeference.
- The survey hides the drawing. Send it back (
DRAWORDER → Back) and mute the layer colours.
When there is no survey
A topographic survey is not always required. For a site plan, a sketch, a presentation or a first pass at placing a building, a cartographic base is enough: streets, blocks of buildings, water, greenery. Select the area you need and download it straight as DWG or DXF — OpenStreetMap content arrives split into separate drawing layers, in metres, in the coordinate system you choose. It attaches through XREF the same way and aligns by the same rules. The underlay case itself is covered in Adding an OpenStreetMap underlay to a DWG drawing, and map import in general in Importing a map into AutoCAD.
One distinction matters: a cartographic base shows the surroundings, but it does not replace a survey with elevations and the accuracy required for design and approval.
In short
- Alignment rests on three things: coordinate system, units, axis orientation.
- Attach the survey with
XREFat0,0, scale1, no rotation. - Verify the scale with
DISTagainst a known length, not by eye. - A plan in arbitrary coordinates is aligned with
ALIGNon two common points. - A mirrored object almost always means swapped surveying X (north) and Y (east).
- No survey at hand — take a cartographic base in DWG, remembering it is not a substitute for geodesy.