MI gsmcad

1999-09-06 Thread Figuers
has anyone used GSMCAD (the DOS based geologic mapping software from the USGS)? what are it's pro's and con's s. figuers -- To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put "unsubscribe MAPINFO-L" in the

Re: MI How many files?

1999-09-06 Thread Mats Elfström
"Richard E. Hoskins" wrote: > > Any suggestions for a strategy to get my 30,000 maps and not kill WIndows? I > tried zipping a lot of them but explored went to a crawl or just died. Hi Richard. Let me ask, how often will these maps need to be updated? If it is fairly often, this task puts a tre

RE: MI Objects Outside

1999-09-06 Thread Sue Port
Hi Markus, You could do it via a subquery so the SQL would look something like this: Select * From relation1 where NOT obj Within Any (Select obj From relation2) However this SQL can get slow if you are dealing with large tables (I think it does the subquery for every record in relation1). A

Re: MI Changing a polygons Region Style in the same layer

1999-09-06 Thread Spencer Simpson
-Original Message- From: Ethan Hohneck <[EMAIL PROTECTED]> To: 'Mapinfo-L (E-mail) <[EMAIL PROTECTED]> Date: Thursday, September 02, 1999 6:10 PM Subject: MI Changing a polygons Region Style in the same layer >Good morning, good evening, and Good night to you all. > >I have just started

MI How many files?

1999-09-06 Thread Richard E. Hoskins
I have a MB program that generates ~30,000 maps for an Interent site. County level disease rates. Apparently I reaced some limit at 21,465 "Unknow error MD: 144 " where line 144 was a statement that writes out the map window as a png file. Apparently there is some limit with respect to the total

MI Objects Outside

1999-09-06 Thread Markus Volberg
Hi Listers,   I am fighting with the following problem:I have two files and want to select all Objects from file#1 that do not lie within objects of file#2.Unfortunately, there is geographical operand "Within", but no operand "OutSide".What is the correct SQL-syntax for that problem?I tried

MI Drawing sectors

1999-09-06 Thread Hiltbrunner, Daniel
Hi all Quite a long time ago I posted a question on how to draw a sector defined by its center, radius and bearing. I've now written a MapBasic program to do this. If anybody is interested, please mail me at [EMAIL PROTECTED] Cheers Daniel Daniel Hiltbrunner, sunrise communciations ---

MI Displaying Graphs

1999-09-06 Thread Carrin Martin
I have data in Excel that I would like to display as graphs on my map Layout. The data is not linked to any of the maps features. I created a table in MI but the New Graph Window option is greyed out. Is there any way of being able to display unlinked data as a graph? Many thanks Carrin Mar

Re: MI Max number of lines of code in MB?

1999-09-06 Thread BVT
The MapBasic _editor_ has a file size limit at 64 Kbyte. You can evade this limitation by using another text-editor (ex ultraedit , www.ultraedit.com - a _very_ good shareware text editor, including MapBasic Syntax highligtning) and use the commandline from MapBasic Copy'ed from MapBasic Help

RE: MI Generation of contours from DEM Data

1999-09-06 Thread sandeepb
hi thanks for your reply but my client dont have vertical mapper and he is least interseted in buying it so i need to generate an activex dll for contouring which can be used as plugins, i m trying using the conrec algorithm but its too slow , please if u can suggest me any algorithm u have