[MI-L] Seamless layer tool

2006-02-07 Thread Tim Smith
Hi List, Does anyone know of a tool that can create a seamless layer from 1000s of tab files? SEAMMGR.MBX can only stitch tabs loaded in MapInfo, and is no good for stitching 1000s of tabs. Really need a tool external to MapInfo perhaps. Tim ___

[MI-L] E-mailing TAB file sets

2006-02-07 Thread Warren Vick, Europa Technologies Ltd.
Hello all, I'm often sent MapInfo format TAB sets by e-mail. Most of the time, senders adhere to my request to ZIP up the TAB/DAT/MAP/ID/[IDX] sets but sometimes people simply attached all the files individually. I've noted that, at least on my e-mail client (Outlook), the MAP files always has a

[MI-L] Opening an Oracle table view in MapInfo -error

2006-02-07 Thread D. Peter Berical
Hello! I have a TAB file pointing to a large Oracle table. Within Oracle I've created a subset View of the table. Is there a way a MapInfo Tab file can point to just the view rather than the original large Oracle table? I haven't had any luck. I have added the name of the view to the

[MI-L] Batch Production of Maps

2006-02-07 Thread Michael Pompey
Does anyone have any experience using MapShop or some other software for producing multiple maps in batches? What do you use or would recommend? What about cost? I've worked on my Crystal Reports issue regarding MI Pro. I've found out the following: MapInfo can work with the CR 8.5 version

Re: [MI-L]-Field Read Only

2006-02-07 Thread Lars V. Nielsen \(Hvenegaard\)
Hi Joe, A field can be made readonly for a number of reasons. Usually it's in connection with views or linked tables, or if all table files are readonly as when read from a CD. In a native dataset, the readonly property is usually given in the TAB file, either as a readonly tag with each

Re: [MI-L] Error opening workspace

2006-02-07 Thread Lars V. Nielsen \(Hvenegaard\)
Hi Don, It looks more like an error in line 21 of your workspace. Try opening it in notepad or another text editor, and find line 21. This error is often connected to label expressions. Did you remove or rename a column name in one of the tables used in the workspace ? Best regards / Med

[MI-L] MI-L Working With OS Raster Tiles

2006-02-07 Thread John Nott
Hello All, I recently saw a great map which had been made showing the coverage of OS 1:10,000 raster tiles in London as a grid of square boundaries with the tile reference number (eg TQ17) labelled in the middle. It was under laid with a more sensible 1:50,000 base map. Seeing as I spend half my

Re: [MI-L] Batch Production of Maps

2006-02-07 Thread Bill Thoen
On Tue, Feb 07, 2006 at 06:40:04AM -0800, Michael Pompey wrote: Does anyone have any experience using MapShop or some other software for producing multiple maps in batches? What do you use or would recommend? What about cost? I use MapBook

RE: [MI-L] MI-L Working With OS Raster Tiles

2006-02-07 Thread Driver, Greg 9434
John, I've written a tool that will tell you which OS raster tiles are needed given the current map window extents. It's work with all the OS raster products (10k, 25k, 50k, 250, StreetView). You can down load it from the DirectiosnMag site -

[MI-L] cosmetic stuff

2006-02-07 Thread [EMAIL PROTECTED]
a simple question, but its getting a bit annoying, so here goes : - i am tarting up a map with text and symbols and labels, sometimes i want to put text on top of a symbol, but i cant seem to control the order of the layers. this appears to be a random problem though i am not certain it is! i

Re: [MI-L] Batch Production of Maps

2006-02-07 Thread [EMAIL PROTECTED]
I have used easyplot from aligned assets in the past which did the job nicely... It was cheaper than trying to write my own scripts. Just highlight the records you want to batch in a table and press print, more or less. http://www.aligned-assets.co.uk/ I'm sure there are lots of other decent

[MI-L] Error opening workspace

2006-02-07 Thread Don Guerra
Thanks to all for your fast replies. It seems that the number included with the error message is indeed the line number in the workspace. However I think that the first line workspace! is not counted. I tried Steve Smith's suggestion to add print statements to find the problem and was able to

Re: [MI-L] Making Infotool window visible

2006-02-07 Thread Leith . Britt
Look for these line in your work space. Set Window Info Position (0.0520833,1.125) Units in Width 2.60417 Units in Height 4.91667 Units in Font (Arial,0,8,0) set the position to (0,0) Units in Sometimes the info window gets thrown into neverland. Leith C. Britt Town of Cary Technology

[MI-L] MI Table/Create Points vs. MapBasic Create Point

2006-02-07 Thread Flavio Hendry
Hi all The table / create point in MI is really fast (1.5 Million points in 30 seconds). However, the Create Point in MapBasic is like ten times slower. MapInfos' response is that it is a fact that the MB is lots slower. Nothing to do. However, some list memebr out there who cracked that? Thx.

Ang. [MI-L] Making Infotool window visible

2006-02-07 Thread Mats Elfström
Hi Sergi! Cut/paste or type this (minus the *) into the MapBasic window (in Mapinfo Pro) Open Window 1008 'opens an info window in case it's closed Set Window 1008 'sets it in the top left corner, 5 by 5 Position ( 1 , 1 ) Width 5 Height 5 Highlight it

Re: [MI-L] MI Table/Create Points vs. MapBasic Create Point

2006-02-07 Thread Lars V. Nielsen (GisPro)
Hi Flavio, There was a thread quite a while back, where testing showed that using a MB compatiable version of MITAB was way faster than using MapBasic's internal routines. You might wanna give it a try. Best regards / Med venlig hilsen Lars Nielsen GisPro Flavio Hendry wrote: Hi all

[MI-L] LayoutInfo: Size of layout

2006-02-07 Thread Søren Breddam
Hi List, We have 1000+ workspaces where the primary task is to create a layout. I want to search for these workspaces, open them and print all layout windows to pdf programatically. This should not be difficult to achieve. However, I can't think of an easy way to determine which paper size

[MI-L] Error opening workspace

2006-02-07 Thread Don Guerra
Hi Don, Table names cannot begin with a digit, so the ... As 11x17 part will generate an error. MapInfo's normal way of dealing with this is to prepend an underscore. Try ... As _11x17 instead. Thanks Lars...that worked!! I didn't notice that other tables were being prepended with an

[MI-L] MapInfo Export to GPS files

2006-02-07 Thread kerstin.petersen
Hi, I would like to export MapInfo files to different GPS files (*trk; *.ovl; *G7TWin; **.qu3) (and vise versa import those to MapInfo) without a connection to a GPS, for example to put those files for a download in the internet. Thank you for informations, regards Kerstin

RE: [MI-L] MI Table/Create Points vs. MapBasic Create Point

2006-02-07 Thread Peter Horsbøll Møller
Flavio, Maybe using the magic syntax Set Table ... FastEdit On Undo Off might put some speed into MapBasic. Another thing: you write Create Point but don't you really mean CreatePoint() ? I think this would be pretty fast: Set Table TableOfPoints FastEdit

[MI-L] How 2 display jpg, tif or any graphic file on a map?

2006-02-07 Thread José Mendoza
Hello, I have a serie of diagrams from different points on a basin. I need to display those diagrams on the map, just as any other tematic map. I have the coordenates, of course, and the individual disgrams for every location. I cannot build the diagrams with thematic mapping as that kind is

[MI-L] Projection question

2006-02-07 Thread Ericson, Tim
I'm using Universal Translator to transfer ERSI SHP data to MapInfo The data I'm using tells me that the projection is: Projection ALBERS Units METERS Datum HPGN Spheroid GRS1980 1st standard parallel 24 0 0.000 2nd standard parallel 31 30 0.000 central meridian -84 0 0.000 latitude of

[MI-L] Making Infotool window visible

2006-02-07 Thread Gamiz Ribelles, Sergi \(Regsa\)
Hi list, I've lost the info window. Any help? Thanks Sergi Gàmiz Ribelles (627481954) REGS DE CATALUNYA S.A. (www.regsa.es) Unitat de Promoció de Regadius i Concentració Parcel·lària c/General Brito, 6, 5è 25007 Lleida tel. 973222838 fax 973222627 [EMAIL PROTECTED]

[MI-L] Settle a bet - Is MapBasic Programming or Scripting?

2006-02-07 Thread Ellingham Morgan
Hi all, apologies for the absolute pointless request, but my IT peers seem to think MapBasic isn't 'real' programming but merely an automating script language ... what do the rest of you think? Regards... Morgan Ellingham Citywide Service Solutions GIS Technician Level 1, 150 Jolimont Rd,

Re: [MI-L] Opening an Oracle table view in MapInfo -error

2006-02-07 Thread David Jerrard
Hi Peter, MapInfo has a rather unhealthy dependence upon the field name MI_PRINX as the single numeric primary key field for all Oracle Spatial tables. The assumption that this field exists and is the primary key field in all cases causes some odd behaviour - especially with views - and this may

Re: [MI-L] Settle a bet - Is MapBasic Programming or Scripting?

2006-02-07 Thread Bill Thoen
On Wed, Feb 08, 2006 at 11:15:29AM +1000, Ellingham Morgan wrote: Hi all, apologies for the absolute pointless request, but my IT peers seem to think MapBasic isn't 'real' programming but merely an automating script language ... what do the rest of you think? Depends on what you mean by real

RE: [MI-L] Settle a bet - Is MapBasic Programming or Scripting?

2006-02-07 Thread Ellingham Morgan
That's what I figured, their response was that since you cant create a stand alone application it isnt real programming i.e. software development. A good example is MapXtreme compared to MapBasic, one you can create an external unique application, the other you cant. Which brings me to another

RE: [MI-L] E-mailing TAB file sets

2006-02-07 Thread SCISOFT
Warren I have no explanation - but, a few questions, comments: 1. Which (send) emailer causes the corruption? (Header info shows that your emailer is Microsoft Outlook, Build 10.0.6626 - in Outlook, you can check header info of incoming mail to see what emailer they're using) 2. Is just the

Re: [MI-L] MapInfo Export to GPS files

2006-02-07 Thread Flavio Hendry
Hi Kerstin see: - http://members.aol.com/MapData/LocateMB.html ... says it can import and export. - http://www.bluemarblegeo.com/products/geotracker.php?op=download Mit freundlichem Gruss / Best Regards Flavio Hendry TYDAC NEWS