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
0
votes
1 answer

mapbasic code to create 10 points in a single long/lat without overlapping to each other

Good day! I know how to create a points in a mapbasic having a single long/lat, but i wanted to create 10 points on a single coordinates without overlapping to each other but separated by about 5m radius apart from the given coordinates. Any idea…
Ivan
  • 1
  • 3
0
votes
2 answers

MapBasic connection Points to Regions in Map

I'm new to MapBasic, and it is really hard to find tutorials, so here the Question: I have a map with Regions( every Region has a different attribute ) and i have a List of Points (x-y karthesian koordinates). I managed to read in this Tables (found…
Michael
  • 25
  • 8
0
votes
1 answer

How can I add an info bubble to a mapxtreme map in asp net 2.0

I'm using MapXtreme 2008 v7 for a learning project, and was wondering is there any way to make a bubble appear with data when you pass a mouse over a point?. thanks
JaSk
  • 107
  • 1
  • 13
0
votes
1 answer

create polygon in mapbasic mapinfo

Create Table "parsel" (Parsel_Adi Char(10)) file "D:\data\parsel\parsel.tab" TYPE NATIVE Charset "WindowsLatin1" Create Map For parsel CoordSys Earth Projection 8, 28,"m", 33, 0, 0.9996, 500000, 0 Map from parsel Set Map Layer parsel Editable…
user1949719
  • 53
  • 1
  • 1
  • 6
0
votes
2 answers

How can Word 2013 be automated from a C# Interop/COM program using Task Scheduler with a user logged on and the desktop locked?

I have inherited a C# program that used to automate the creation of a daily report on Windows XP Pro SP3 using PDFCreator 1.2.3, MapInfo Professional 11, Word 2003, and Excel 2003. This Win XP machine was in an Active Directory domain and the C#…
RGS
  • 77
  • 2
  • 9
0
votes
1 answer

When first user make a change,the another user will be able to view this change

in my system, I have oracle database and mapinfo DAT files. I have two different users in system. When first user make some changes,he can see this changes in oracle database and his mapinfo dat files but another user can see only in oracle database…
user2178321
0
votes
1 answer

Reading and Displaying Mapinfo Data in Matlab?

I would like to know if there is a simple way to read and display files generated by Mapinfo (like .DAT, .MAP, .TAB), in Matlab.
Turi
  • 25
  • 7
0
votes
0 answers

Mapinfo SQL ClientxStore Minimum Distance

I have two tables in mapinfo: Client ( Id, X, Y, storeId) Store (StoreId, StoreName, X, Y) I need to get closest Store (minimum distance between client and store) to every client and store it into Client table, I can't use excel, spss or anything…
javoros
  • 3
  • 3
0
votes
1 answer

get longitude and latitude in EPSG:32750

I have mapinfo file and spatial type is point. I want to know longitude and latitude but in this file not include field to specific describe to longitude and latitude. the CRS is WGS 84/UTM zone 50s (EPSG:32750). I have to export the file (.tab)…
Sebedjo
  • 1
  • 1
0
votes
1 answer

Load Mapinfo to Mapserver

I am a newbie in mapserver, i was reading tutorial (http://mapserver.org/input/vector/mapinfo.html) but i have a problem load mapinfo into mapserver ( i'm using pmapper). no error anything, but the map cannot show in mapserver. how can i do for this…
Sebedjo
  • 1
  • 1
0
votes
1 answer

MapInfo SQL for skeleton of polygon

I would like to know if anyone has found a way to make an SQL query in MapInfo (I use 11.5) that can calculate the skeleton of a polygon that has multiple intersections AND generate the polyline for it, or any combination of steps to follow to get a…
0
votes
2 answers

Vector Length in MapInfo

Does anyone know how to calculate the exact length of a vector in MapInfo? Thanks.
user1544745
  • 677
  • 2
  • 8
  • 15
0
votes
4 answers

Recommendation for an embeddable map that is not internet dependent

I'm looking to embed a mapping a mapping control (very much like Google Maps or Virtual Earth) into an application that, in most cases, will not have access to the internet meaning that I can't use the aforementioned APIs or Google Earth. The maps…
Karim
  • 18,347
  • 13
  • 61
  • 70
-1
votes
1 answer

Why does my MapBasic script return an error?

I'm trying to create a MapBasic tool which will automatically merge polygons when a line is drawn over the polygons I wish to merge. But I get an error 'Unrecognized command: Where' Here is my code. Can anyone see where I am going wrong please? '…
user8136435
  • 67
  • 1
  • 10
-1
votes
1 answer

Segmentation fault (core dumped) gdal with efal Mapinfo

I have install efal_19.0 from https://support.precisely.com/product-downloads/item/mapinfo-efal-sdk-download/ this link in order to support nativeX format. after configuring efal in bashrc with efal driver and SDK i am getting Segmentation fault…