3

If I have saved polygons as a (.kml) Google Earth File and I want to draw it in MapInfo, is there a tool to do this ?

If not, how can be it be made using MapBasic?

Fezter
  • 21,867
  • 11
  • 68
  • 123
Munther
  • 31
  • 1
  • 1
  • 2
  • You can try Global Mapper software for this conversion directly OR convert it to .shp file and then convert .shp to .tab format with the help of QGIS – Sunil Jan 29 '13 at 07:17

2 Answers2

7

The last few versions of MapInfo Pro can read KML files directly thru File > Open Universal Data.

With MapInfo Pro v2021, we added support for OGR Vector Files through the GDAL library. This adds another of reading KML/KMZ files into MapInfo Pro

2

Why would you like to do it using MapBasic? There are a range of conversion processes out there. For example, something like QGIS (http://www.qgis.org/) would be useful to do the conversions on a one-by-one basis. If you're looking for a batch / automated conversion (which it appears you are) you should really head to this thread:

Batch Convert MapInfo .TAB Files to .KML

Andy TIce
  • 143
  • 7