MapInfo Tab data format: a GIS vector data format developed for MapInfo.

learn more… | top users | synonyms

2
votes
0answers
48 views

OGR, writing TAB files, and BOUNDS

According to this: http://www.gdal.org/ogr/drv_mitab.html the TAB file writer sets default bounds, with the caveat that 'we should fix this'. Bounds causes issues with respect to coordinate ...
0
votes
1answer
41 views

How do I combine many ECW files in MapInfo?

I have MapInfo 11.5.0.16 (I don't have ArcGIS) and I am trying to combine (in some sense) a large collection of ECW files. I can load one ECW at a time in MapInfo but I have very many. MapInfo ...
2
votes
1answer
53 views

Converting mixed mapinfo tab files

Hi I need a little help/ ideas on how to convert tab files. The problem: I have many TAB files produced daily by 3 party app, I need to batch import the files into postgres. Most files import fine, ...
0
votes
1answer
42 views

Mapinfo 10.5 and 8.5 compatibility? Unable to open TAB file

I have recently submitted some data to a client as a TAB file. They are using v8.5 and I am using v10.5, the data is just one .TAB (with the associated other files). And all the field types are ...
0
votes
0answers
53 views

Help exporting CSVs using MapBasic

I'm a beginner to MapBasic and I'm currently working on a tool, I want to export a table as a .csv either using Run Command or Export. I want to export it to a specific directory, for example ...
2
votes
2answers
108 views

How do you change the editing capabilities on a MapInfo .Tab file?

When I load a .Tab file into QGIS I am unable to make changes to it. The information on the MetaData Tab reads the following: "Editing Capabilities of this layer: Add Attributes, Fast Access to ...
0
votes
0answers
53 views

Splitting a TAB file by attribute?

I have TAB file with LOADS of points. Each point as a unique ID and group assigned to it (ranging from 1-154). I'm wondering if there is an easy way to split this up into a TAB file for each group, ...
0
votes
0answers
34 views

Can shapefiles be converted to .TAB files? [duplicate]

I read this response to this question, "Yes, if you have access to MapInfo, you can directly read Shapefiles (as .shp is an "open" format) and save it as TAB files!" Once it is saved as a .TAB, are ...
3
votes
2answers
339 views

Why don't some layers line up afer converting Mapinfo TAB to Shapefile?

I have 6 MapInfo layers / TAB files which I need to convert to ESRI ShapeFiles, preferably using QGIS. When a colleague opens these in MapInfo 10, they all look fine and line up correctly. When I open ...
5
votes
2answers
761 views

Retain ESRI symbology in Mapinfo TAB

Is there anyway to retain/easily transfer symbology from ESRI to Mapinfo? The only process I found was posted in 2010 - https://groups.google.com/group/mapinfo-l/browse_thread/thread/883223ff4ae56809 ...
0
votes
1answer
146 views

What can I use to read MapInfo files in Java?

I want to read MapInfo files using Java. Before I used geotools for this but now I have problems with the GDAL library in Win7x64. Can i find geotools or gdal only for Java? To it not usede gdal's ...
0
votes
1answer
160 views

Modifying tables based on title (MapInfo)

I have a query regarding the Mapbasic feature of MapInfo, I want to change the line style of an item depending on name (e.g if the .tab name contains the world group). I think I can work this out with ...
0
votes
0answers
33 views

How to convert ArcMap *.shp to MapInfo *.tab file? [duplicate]

Possible Duplicate: Tool for converting .shp file to .tab file? I have files in ArcGIS format, I want to export some layers to Mapinfo files as tab file
1
vote
3answers
1k views

Merging multiple .tab files?

I was wondering if there was a quick way to merge multiple .tab files together? I have about 100. Would appending one tab to another with the MapBasic window open, then changing the name of the table ...