MapInfo Pro

 View Only
  • 1.  Text format on 3D card

    Posted 05-31-2024 03:05
      |   view attached
    Good morning,
    I'm trying to insert TEXT format into a 3D card but all my attempts have been unsuccessful... 
    
    First, can you insert text on a 3D map? 
    Should the text be on a 3D or 2D layer? 
    
    What is the best solution ? 
    
    In advance, thank you for your feedback.
    
    Sincerely,


    ------------------------------
    Thomas Delaire
    Knowledge Community Shared Account
    ------------------------------


  • 2.  RE: Text format on 3D card

    Employee
    Posted 06-03-2024 01:40

    Hi Thomas

    At the moment we only support labels for points in the 3D map.

    If you want to label your polygons, I'd suggest making a copy of the table and converting the polygons to a point.

    You can use this statement in the MapBasic or SQL window to create points from the polygons:

    Update SomeTable Set OBJ = Centroid(OBJ)

    Now save the changes to the table, label the point layer, and add it to your 3D map.



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



  • 3.  RE: Text format on 3D card

    Posted 06-03-2024 01:44
    Hello Peter, OK, so I will do it the way you suggest. 
    THANKS.
    
    


    ------------------------------
    Thomas Delaire
    Knowledge Community Shared Account
    ------------------------------