[GIS] MapInfo tab file in Google Map

google mapsmapinfo

In my asp.net 3.5 application, I'm using Google Map API v3. I want to draw layers using MapInfo Tab File and showing them on a Google Map.

Anyone have any idea about how to do this?

Best Answer

You may convert your .tab files to kml format (using the excellent ogr2ogr tool for example or do it natively from MI itself) and then display them into Gmap. See this sample page to explore the code.