MI-L Metadata in MIF file

2002-07-09 Thread Warwick Bishop
Hi, I was wondering if it is possible to specify Metadata in a mif file? Can't see anything in the manual.. Regards, Warwick Warwick Bishop, Senior Project Engineer Lawson Treloar Pty Ltd A.B.N. 55 001 882 873 93 Normanby Rd Notting Hill 3168

MI-L api FindExecutable

2002-07-09 Thread Ludovic Gnemmi
Hi all, I'd like to use this api in my mapbasic program to find the path of a software (MSACCASS.exe) and to put it in a string variable. But the variable always returns me a 255 spaces string. i don't understand... Has anybody got an idea... Thanks in advance, Ludovic Gnemmi

Re: MI-L sinuosity

2002-07-09 Thread Uffe Kousgaard
This expression can be used in MapInfo, so no tool is needed: distance(ObjectNodeX(obj,1,1),ObjectNodeY(obj,1,1),ObjectNodeX(obj,1,Obj ectInfo(obj,20)),ObjectNodeY(obj,1,ObjectInfo(obj,20)),m)/ObjectLen(Ob j,m) It is assumed you only have polylines with 1 section. Kind regards Uffe Kousgaard

Re: MI-L api FindExecutable

2002-07-09 Thread DeepakKa
Hi Try this change your code slightly, to see if it works fine. It did work fine for me in VB. Hope it works fine in MBasic also I've just changed the file name to the complete name the Dir name is sent blank to the API ** Dim

MI-L geocode

2002-07-09 Thread Marco Motta
Hi all. I have a file with 17 record to geocode at street and house number level. The problem is: more than one road arc, have the same housenumber and so MapInfo is not able to assign the records to a single road arc (is not able to create objects for these records). How may I tell

MI-L Oracle 8i Spatial and MapInfo 5.5

2002-07-09 Thread Fannon John
- Railtrack PLC (in Railway Administration) Alan Bloom, Chris Hill, Scott Martin and Mike Rollings were appointed Joint Special Railway Administrators of Railtrack PLC on 7th October 2001 The Joint Special Railway Administrators act as agents of the company and

Re: MI-L Metadata in MIF file

2002-07-09 Thread Shapiro,Gerald W.
At 06:02 PM 7/9/2002 +1000, Warwick Bishop wrote: Hi, I was wondering if it is possible to specify Metadata in a mif file? Can't see anything in the manual.. Regards, Warwick I would try using the Tools Table Manager to add some meta-data to a test file, then exporting the mid/mif and see

RE: MI-L Rubber Sheeting

2002-07-09 Thread Will Mitchell
Try FlexiMap from Christian Singer... http://www.icsinger.de/flxmap_e.htm It does great things. Will Mitchell Mitchell Geographics, Inc. NorthEast MapInfo VAR www.mitchellgeo.com toll-free 877.914.4364 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent:

RE: MI-L Rubber Sheeting

2002-07-09 Thread Ethan . Gomberg
Thank you for the suggestions. However, I was wondering if there was any information on a script that would move more than 1000 points (which unfortunately is the limit on the FlexiMap). Thanks in advance Ethan M. Gomberg City GIS, City of

MI-L SQL Querying

2002-07-09 Thread Andrew Tracey
Dear All Can anybody help I am trying to pick out all records within a column that are more than 40 characters in length. Does anybody have a SQL that will do this ? Thanks in advance Andrew Tracey Development Services Department South Tyneside M.B.C. Town Hall Westoe Road South Shields Tyne

RE: MI-L SQL Querying

2002-07-09 Thread HANNA MICHAEL (TOR1MMH)
Hi Andrew, SELECT MyCol FROM MyTAB WHERE Len(MyCol) 40 Hope this helps, Michael Hanna Industrial Engineering United Parcel Service Canada Ltd. (905) 660-8688 -Original Message- From: Andrew Tracey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 9:11 AM To: [EMAIL PROTECTED]

Re: MI-L SQL Querying

2002-07-09 Thread Dan_Page
I believe it's len(columnname) 40 Dan Andrew Tracey [EMAIL PROTECTED] on 07/09/2002 09:10:51 AM To:[EMAIL PROTECTED] cc: Subject:MI-L SQL Querying Dear All Can anybody help I am trying to pick out all records within a column that are more than 40 characters in length. Does

RE: MI-L Overlapping

2002-07-09 Thread Mohiddin Syed
Dear, Thank you very much for your suggestion. I'M using the MapInfo 6.5 version, and I'm using the check overlapping region . I am using for individual layers, but when I want to use it for more than one layers (multiple layers) how can I ? Regards, Mohiddin -Original Message- From:

MI-L sql selection

2002-07-09 Thread Bean, Nick (N)
Dear Listers, I have a table of districts and a grid which is overlaid. I want to return each district with each map tile it intersects. The format I require when finished is Region_name; Tile_1; Tile_2; etc At present I am using this SQL Select DISTRICT_BOUNDARIES.NAMEDISTRICT,

MI-L Oracle SQL Query Size Limit?

2002-07-09 Thread Chris DuBuc
List, There appears to be a limit to the size (length) of an SQL query to an Oracle database. Does anybody know exactly what the limit is? I have found that when I try to select around 80 individual columns (using either ODBC or Oracle 8i Drivers) I get a Could not create table. message. This

RE: MI-L sql selection

2002-07-09 Thread HANNA MICHAEL (TOR1MMH)
Nick, I believe that the structure you want cannot be achieved using a query. The best result you can get from a query is: Region1 Tile1 Region1 Tile2 Region1 Tile3 Region2 Tile1 Region2 Tile3... You can, however, use this resulting table to generate a

MI-L Plotting Raster Images

2002-07-09 Thread Ron Gutiw
Listers: When I attempt to plot a layout, everything except the raster images plot properly. I can plot the images from a paint program, so it seems to be a MapInfo problem. Has this happened to anyone else? Any help is appreciated. Thanks Ron PS. I am using an HP 1050C with a 300 meg internal

Re: MI-L Plotting Raster Images

2002-07-09 Thread Clifford J Forbes
Ron This happens to us every now and then. Our conclusions here, (Mostly educated guesses.) are that it happens most often with large plot files. It seems to have more to do with our HP2500 plotter disk and memory limits then with Mapinfo. We don't have an exact answer, but the way we usually

MI-L vertical mapper

2002-07-09 Thread Ruth Benson
I have vertical mapper version 2 with mapinfo version 5 and probably need to get some upgrades. In the meantime.. - How can I obtain a perspective view from a known point to another known point? There does not seem to be any way of accurately measuring azimuth or inclination, and even when

Re: MI-L Plotting Raster Images

2002-07-09 Thread Figuers
there are some other quirks to be aware of. If you are still using windows 98, then the plot file will be created on the hard drive where the operating system is stored (this cannot be changed). Many people (including me) like to have multiple hard drives (one for the operating system, one

MI-L Batch File Call From MapBasic

2002-07-09 Thread Jim Wilson
Hi List, I've trying to run some Fortran software from Mapbasic...I have setup a batch file which changes the directory and then runs the software with a load of parameters...when run from the command prompt it works like a charm, but when I use Run Command command.com /c c:\etc.bat it doesn't

MI-L GIS Analyst position with MapInfo in Anaheim, CA

2002-07-09 Thread Sherilyn Allen
I wanted to pass this information on in case one of your members or someone you know is looking for a position. I am currently recruiting for a GIS Analyst in Anaheim, CA. The position requires someone with experience and a strong understanding of MapInfo, and preferably experience in a real

MI-L RE: Map of Australia Required

2002-07-09 Thread Paul Tuckley
Hi, Can anyone please help I need a vector map of Australia showing the states and possibly major cities. The map is required to make a clickable graphic for an intranet website so copyright free maps would be prefered. Any help would be appreciated. Paul Tuckley (GIS Analyst) KCG Ltd

MI-L New Post: Offsetting Points

2002-07-09 Thread Brancato, Frank
Hello, Does anyone have a utility or an applet that allows you to offset points that are created in MI Pro. Basically, I want to open two copies of the same table but displayed with a controlled offset in either direction (side by side). Thanks, Frank Frank Brancato Systems Engineering

MI-L ellipsoid buffer zones?

2002-07-09 Thread Bob Hudson
For a catchment analysis of archaeological sites in an agricultural area, I would like to create buffer zones that exclude elevated areas- these areas are in a separate table. The result would be ellipsoid buffer zones that follow river valleys. Using MI 5.5, the buffer tool only draws zones with

MI-L selecting Two Layer at a time

2002-07-09 Thread sann
Hi lister I am try to select two layer at a time. select * from Table1 Select * from Table2 but it not selecting two layers at a time Can anyone help. Thanks San __ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First

MI-L SUM: projections

2002-07-09 Thread Poynter, Craig
Hi All, I received 6 responses to my question (see below). Thankyou to Stephen Johnson, Dawn Hendrick, David Haycraft, Steve Smith, Alistair Hart and Christopher Brown, plus anyone else who may subsequently respond. Common response was that GDA94, NAD83, WGS84 and GRS80 are similar datums.