CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz]
CZ | EN | DE
Login or
registration
  Visitors: 2301

CAD tip CAD tip # 9593:

   
Question CAD 
 %  platform  category 
Q - question

Reverse geocoding - find street address of a point on map.

A - answer The free add-on application CADstudio GeoCode for AutoCAD 2014+ (plus Map/Civil/Architecture 2014 and higher) performs the "reverse geocoding" - it generates the nearest street address (postal address) from a given point - the street, number, ZIP code, city and country. You only need to position your DWG drawing (map) to the real location using the command GEOGRAPHICLOCATION, i.e. with Live Maps.

Load the GeoCode.vlx file and run the GEOCODE command. After each clicked point, its full street address is displayed (the address of the nearest place).

Video (city of Ceske Budejovice):

The current layer must be on. In Map and Civil you need to have assigned a real coordinate system or use LiveMap.

You can also use two included LISP functions:

(revgeocodeLL '(48.9669 14.4768))

for a given latlong coordinate, return the address string:

"Tylova 153/17, 370 01 Ceske Budejovice, Czech Republic"

or

(revgeocode (getpoint))

Returns the address of the picked point (as in the GEOCODE command). See the Readme file for a sample how to place the address to the drawing as a label.

The GEOCODE utility uses the Google API (online).

Since version 1.2 you can also use GeoCode to convert location to/from a unique 3-words code - see What3Words.com. Use the command variants GEOCODEW3 and GEOCODEAW3. The LISP function:

(revgeocodeLLW3 '(48.9669 14.4768))

evaluates to:

"purses.casually.question"

See also the coordinate converter.

ACAD2016ACAD2014Map2014Civil2014
100% *  CAD 
10.12.2013    15682×  
Prices - CAD eShop:

See also:
Tip 13971:What do geolocation codes like 8FWPXFCF+82 or 33UVQ61402434 mean?
Tip 13296:How to correctly load a KML/KMZ file into Civil or Map 3D?
Tip 13180:FDO connection to a WMS service fails with "Connection failed"
Tip 10848:GeoCode with what3words location codes.
Tip 7632:Modeling error: No solution for a vertex


Back   All CAD Tips



Have we helped you? If you want to support the CAD Forum web service, consider buying one of our CAD applications, or our custom software development offerings, or donating via PayPal (see above). You may also add a link to your web - like this "fan" link: CAD Forum - tips, utilities, blocks for Autodesk products
CAD:    OS:    Categ: 
Text:  FAQ glossary   



Featuring:
Add .CIT raster format support to AutoCAD and Map and Civil 3D
CITin More info


Please use these tips at your own risk.
Arkance Systems is not responsible for possible problems that may occur as a result of using any of these tips.
TOPlist