Questions tagged [mapinfo]

MapInfo Professional is a desktop GIS produced by Pitney Bowes Business Insight.

MapInfo Professional is a desktop GIS produced by Pitney Bowes Business Insight and used for location analytics. MapInfo Professional is capable of performing complex spatial analysis, and is programmable and highly customizable using the proprietary scripting language MapBasic and the provided development environment. MapInfo is a direct competitor to ESRI and is used in a wide range range of industries.

65 questions
1
vote
0 answers

Converting MapInfo TAB into MBTiles coordinates

I have a MapInfo TAB file which looks like this: !table !version 300 !charset WindowsLatin1 Definition Table File "hp.tif" Type "RASTER" (400000,1300000) (0,0) Label "TL", (500000,1300000) (10000,0) Label "TR", (500000,1200000)…
Dan
  • 115
  • 1
  • 8
1
vote
2 answers

How do I create a spatial index in SQL Server Management Studio 2008?

I have a table with 3 columns, PrimaryKey(int), latitude(decimal 9,6) and longitude(decimal 9,6). I've imported a live view into mapinfo 10.5 using its DBMS connection but can't seem to make the table mappable or "create points' to map the…
ReinForce
  • 101
  • 2
  • 6
  • 11
1
vote
1 answer

Integrating Mapinfo and .NET C#

I'm developing an app in MapBasic that calls methods in a .NET assembly library This is how I Declare the method in my MapBasice enviroment. Declare Method showMainWindow Class "mynamespace.AldebaranInterface" Lib "Aldebaran.dll" () Sub ShowWindow …
mdev
  • 472
  • 7
  • 18
1
vote
0 answers

Splitting Mulitpolygon into separate polygons for entry to SQL Server 2012 table

I'm trying to spatialise a table of 400 polygons (MapInfo tab layer) all of which are adjacent to each other into a SQL Server 2012 database. There are no polygons within polygons etc. I want one row per polygon but I can only generate one row for…
SSingh
  • 153
  • 3
  • 13
1
vote
0 answers

How to read/resolve mif file created by Mapinfo

I want to resolve some .mif files with C# or Java to get the coordinate information.But there are few documents about this kind of file and I'm a newcomer ... Maybe I can resolve them simply using InputStream but I want to know how others do this…
XueFeng
  • 11
  • 2
1
vote
1 answer

Modifying grid properties in MapInfo Pro 15.2

How to modify grid line properties like making grid without tick marks using MapInfo Pro 15.2 software?
pauline
  • 11
  • 2
1
vote
1 answer

Oracle Spatial - SDO_BUFFER does not work?

I have a table which has SDO_Geometries and I query all the geometries to find their start and end point, then I insert these points to another table called ORAHAN. Now my main purpose is for each point in orahan I must find if it is intersects with…
Ardahan Kisbet
  • 641
  • 1
  • 13
  • 33
1
vote
0 answers

How to make my mapbasic code run faster?

I want to ask about how to fix my mapbasic code to become faster Actually, I made a program with mapbasic that worked normally but it takes long time to run and sometimes not responding I already try to modified the code but nothing changes :( This…
Junita
  • 11
  • 6
1
vote
1 answer

Wrong field type in osgeo.org for ogr.FieldDefn('field', ogr.OFTInteger)

I have a problem with osgeo.org for python using versions python version 2.7 osgeo.org version 1.3.39 I want to use osgeo to convert MapInfo File from MongoDB. With from osgeo import ogr, osr, gdal driver = ogr.GetDriverByName("MapInfo File") …
1
vote
1 answer

Mapserver mapinfo styling

Is it possible to use mapinfo embedded graphic style for features with mapserver? I don't want to describe again width and color of lines, polygones and so on.
Stan
  • 11
  • 1
1
vote
0 answers

How to display an image in map info window of MAP Quest in action script?

I am trying to display an image in Map Info Window together with a text. I am using Map Quest. I wanted to display an image along with the text in the Map Info Window. I am using Map Quest in action script. var stringContent:String = new…
1
vote
0 answers

A complex but simple select statement

Hi guys I am not much of a coder just trying to help out our demographics team. what I need is this I need a select statement that will scan through a table and based on the number from one column put that row into a new table. So say i have a…
James
1
vote
1 answer

Mapinfo + Java : A way to decrypt coordinates in a DAT file?

I have .DAT files representing lines in the map. The .dat file I can easily visualize in MapInfo. The x,y,z positions of the lines are stored in columns in that .DAT file with the Lambert 2 coordinates system. These coordinates seem to be encrypted…
javadev
  • 1,639
  • 2
  • 17
  • 35
0
votes
0 answers

How can I change a visual studio code that creates a thematic map using equal ranges method, into creating thematic map using Natural breaks?

I am trying to use visual studio to create a thematic map that reads the data in my Mapinfo table " Neighborhoods" and show them in a map by dividing the data into equal ranges, and to do that I am using this code: using System; using…
0
votes
1 answer

GDAL version 3 and higher does not work with Mapinfo and Decimal Fields

I'm having a problem trying to convert a MapInfo file from MID/MIF format to TAB format. This problem occurs from version GDAL 3.0.4 and higher. On version 2.1.2, everything works without problems. I use the following command ogr2ogr -f "MapInfo…