Tagged Questions
2
votes
2answers
237 views
Is it possible to convert an ESRI style sheet to a font set?
This is related to Retain ESRI symbology in Mapinfo TAB
As a workaround I am wondering if I can save all my ESRI symbology from the lyr files created using the script below to an ESRI style sheet and ...
5
votes
2answers
765 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 ...
1
vote
1answer
118 views
I would like to show points moving on a map by date
I would like to create a map where i can see points moving.
I have table of points for example with a date column,
A 01/01/2012
B 02/01/2012
C 03/01/2012
D 04/01/2012
E 05/01/2012
F 06/01/2012
I ...
0
votes
2answers
790 views
Most useful program to create an accurate city map for printing?
I googled around and several sources said this would be a good place to ask about mapping so here goes. Thanks in advance for reading!
I want to make my own city map (specifically Paris) as a gift to ...
0
votes
1answer
199 views
How to reuse Thematic layer definitions in Mapinfo?
I have a map from table. Let the table be TABLE1. Now That I have created Thematic Map from Column1 of this table. Again I executed the following query
Select * from TABLE1 where TABLE1.column1 ...
0
votes
2answers
139 views
How to uncheck toggle button in mapbasic?
I want to check un check togglebutton but I don't know how to alter using mapbasic. Is there any command to alter it? I could not find it in MapInfo user guide. I have command:
Alter Button
But ...
0
votes
2answers
184 views
How to find which table has layer in mapinfo?
Is it possible to find if table has layer Or print list of layers?
Edit::
I have a table when I selete some data from table like:
Select * from earth where population >100
Then it create new ...
0
votes
1answer
108 views
How to manipulate select query in mapinfo so that it does not high light the selected data?
I have select query in a button but I don't want user to see the way I am changing the map coordinate while selecting specific points and adding a layer. How is it possible to do that in a button ?
...
0
votes
1answer
59 views
What kind of table is bingHybrid?
I closed all table but I don't wan't to close underlying map eg like bingHybrid in mapinfo. How to prevent. Any detail about there map and way to handle while closing layers would be appreciated.
1
vote
1answer
355 views
How to hide coordinates points in mapinfo?
I have created labels ,legends scale and North-direction pointer but I now need to conditionally hide or show the points using button in mapbasic program but I don't know the syntax.
Where can I ...
2
votes
1answer
292 views
How to add custom Icon to buttons on buttonpads in mapinfo?
I have made buttons with icons availabe in mapinfo but now i want to add custom icon. Is it possible my code is as follows:
Include "icons.def"
Declare Sub Main
Declare Sub button_prompt
Sub ...
1
vote
2answers
1k views
What are the best ways to connect two coordinates on mapinfo?
I have with the help of this forum drawn a coordinate system with longitude and latitude at different location. I am trying to connect these sites what is the best way to connect. Is it just drawing ...