i want to ask how to export Mapinfo Polygon to GeoJson for Google Map or OpenStreetmap / MapBox, or maybe there is another way to do.
I have try export csv and tab but only point (latitude longitude) not the polygon
Thanks.
i want to ask how to export Mapinfo Polygon to GeoJson for Google Map or OpenStreetmap / MapBox, or maybe there is another way to do.
I have try export csv and tab but only point (latitude longitude) not the polygon
Thanks.
Try exporting your MapInfo Tab file into a MID/MIF file (using Table>Export in MapInfo). The MID/MIF format is plain text so you should then be able to parse these files to create a GeoJson though you will probably have to write the code for this yourself.