MapInfo Pro

Welcome to the MapInfo Pro community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Here are some useful links where you can find more information:

Product Announcements  Product Documentation  Ideas Portal

Discussions

Members

Resources

Events

 View Only

How to convert Mapinfo annotation tab file to a tab file which contains points the annotation text as an attribute in the table?

  • 1.  How to convert Mapinfo annotation tab file to a tab file which contains points the annotation text as an attribute in the table?

    Posted 06-05-2025 00:27

    Dear All,

    We need to convert TAB files that contain annotations similar to the following into new TAB files with points and the annotation as an attribute (text) in the table. What is the easiest way to do that?



    ------------------------------
    Thanks & Regards
    Dhan
    VIC, Australia
    ------------------------------


  • 2.  RE: How to convert Mapinfo annotation tab file to a tab file which contains points the annotation text as an attribute in the table?

    Employee
    Posted 06-06-2025 02:23

    Hey Dhan

    If you are using a version of MapInfo Pro newer than v2019, you can run a query to extract the text and the centroid. The resulting query can be saved as a new table.

    This is the query:
    Select Val(DeformatNumber$(Str$(ObjectInfo(OBJ, 3)))) "Distance_m"
    , Centroid(OBJ) Object
    From Measurements
    Into _points
    After this, save the query table _points as a new table and open it to see the result. You can also include additional columns from the original measurements table if required.


    ------------------------------
    Peter Horsbøll Møller
    Principal Presales Consultant | Distinguished Engineer
    Precisely | Trust in Data
    ------------------------------