convert google map to autocad

Convert Google Map To Autocad Page

Specify a point in your drawing (like 0,0) and the North direction to align the map.

You cannot sell a .dwg file that contains traced Google Maps data. Google’s Terms of Service prohibit using their imagery for commercial navigation or as the primary source for a paid product. Use these conversions for only. For final construction drawings, purchase official survey data or county GIS shapefiles. convert google map to autocad

However, if you want a quick "code-piece" to automate placing an image or if you have an older version, below is a custom . Specify a point in your drawing (like 0,0)

We’ve all been there. You need a base map for a site plan, a context for a master plan, or the existing road layout for a redesign. Google Maps has the perfect data, but AutoCAD needs the lines. Use these conversions for only

;; 1. Ask user to define the area (setq pt1 (getpoint "\nSelect first corner of map area: ")) (if pt1 (setq pt2 (getcorner pt1 "\nSelect opposite corner: ")) )