MI: MapBasic SearchPoint SearchRect commands

2000-02-14 Thread Van Uitregt, John
Hi, I am seeking assistance in the use of the SearchPoint and SearchRect commands in MapBasic please. My main problem is that I cannot guarantee correct or predictable results. I have a lines map and a points map. The lines maps represents a sewer system and the points map represents the access

Re: MI Encryption of MapInfo tables

2000-02-14 Thread Gareth Hardman
Peter, You might consider looking at PGP (from www.pgpi.com) - I think it might even be freeware. Gareth Hardman Saturn Technologies - Universal Tracking Solutions www.saturn-technologies.com - Original Message - From: Peter Rojas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday,

Re: (GIS-L) RE: MI Transverse Mercator Projection

2000-02-14 Thread Malcolm Jones
The new Datum "Geocentric Datum of Australia 1994" uses the GRS80 Ellipsoid, and is based on ITRF 1992 Epoch 1994.0. The rest of the parameter swill not change to calc grid coordinates. If you want to call me sometime Paul, I am in Perth, at work on 08 9322 4955 and will help you with anything

MI Half Buffers

2000-02-14 Thread Jeff James
Listers, Does anyone know if there is a utility out there which will create a buffer on only one side of a given street (i.e., polyline)? Any help is greatly appreciated. Thanks in advance, Jeff James Vice President Sage Software, Inc. 3423 Piedmont Road NE Suite 550 Atlanta, Georgia

MI Importing Autocad .dwg file to BNG

2000-02-14 Thread Hayes, Andrew
Hi all, I am pretty naive when it comes to projections etc. I have received an Autocad .dwg file and it is requested that I import this into MapInfo in British National Grid. MapInfo only seems to allow the importing of autocad.dxf files, so I converted the file to MI.tab file using Geographic

Re: MI Query Contains

2000-02-14 Thread Spencer Simpson
David Eagle [EMAIL PROTECTED] wrote: (Table Lndl_gaz) OS_Text Contains "Car Park" The "contains" operator applies only to graphical objects. For strings, use the InStr() function. HTH Spencer -- To unsubscribe from

MI: International Data

2000-02-14 Thread Kenneth Laas
Hello List, This message is a rebuttal to what Mr. Dave Baker accused Mr. Stanley Wing Fai of providing a "Chinese" only site to my original question posted about Korean Data. What Dave neglected to see, I do not believe he really looked, was that there is an "English" button on the main

Re: MI Importing Autocad .dwg file to BNG

2000-02-14 Thread Cliff Mugnier - University of New Orleans
Andrew, My guess is that you may have mixed up the order of the components of your coordinates in some way. For example, Your BNG example for X = 429362.55 Y = 414762.18 correctly corresponds to Lat = 53* 37' 41.9919" N Lon = -1* 33' 21.4452" W. If we swap Lat and Long components and

MI .BNA to Mapinfo conversion

2000-02-14 Thread Graham O'Brien
As reported in this list a while ago, I have a little MapBasic app to import .BNA files. I've finally found it under a pile of other files on a backup tape. If there is any interest, I'll donate it to the cause (of happy mappers) with the proviso that it is as rough as the proverbial bear's bum

MI 4.0 Relocate a grouping of polylines/polygons

2000-02-14 Thread David Reid
I'm not sure how to ask this so grant me newbie license here. Scenerio: I just recieved an ArcInfo (or View e00) file containing numerous polygons of varing area sizes. The converter I used works fine except for translating the field info, no problem there. The file imported as Non Earth

MI Clip Regions don't always Clip

2000-02-14 Thread Strain, Peter
This might be an obvious question: I'm working with some files of very uncertain history containing coastlines and landmasses at quite high resolution. I suspect that in an earlier life, at least one of these files was a bitmap - there are a fair number of indeterminate single pixels scattered

Re: MI Half Buffers

2000-02-14 Thread Russell Mincher
Jacques Paris [EMAIL PROTECTED] was in the process of writing a half buffer app in June and invited interested parties to contact him for an early copy. I dont know where he got to with it Give him a try Regards Russ Mincher - Original Message - From: Jeff James

MI Orlando Fl - City Boundaries

2000-02-14 Thread Dan Munson
Doesn't someone on this list work in GIS in Orlando? I'm looking for municipal boundaries for Orlando, Orange County, and the surrounding areas. Thanks! Dan Dan MunsonVP Sales MarketingCDS Business Mapping800-746-7797Mapping for the Next Millennium(TM)

MI Thematic Maps in MapInfo 5.5

2000-02-14 Thread James Elkins
I am wanting to find out if there is any possible way to get the interpolated values from a Thematic map, programmatically. I know if you use the info tool and click on the Thematic layer the info window gets the value of that position. I need to get that data into a table with position

MI setting coordsys

2000-02-14 Thread Tim Warman
Mappers, I'm attempting to write a program that produces three circular buffers around a point (a water well), BUT the buffers need to be offset a certain number of feet in a certain direction. The distance and direction of offset need to be calculated from data input by the user. If I were

MI SUM Buffer ten minute driving distance

2000-02-14 Thread Laith Wark
Original Question: I am needing to create a buffer with varying distances dependent on driving time ie. the distance travelled in ten minutes. Replies: The main theme of replies was to try purpose built software such as: RouteView ( http://www.mapcentric.co.uk ) Router Engine (

MI Buffer, ID help

2000-02-14 Thread Christy Noonan
Hi, I have a list of points that have a 4digit identification code. I create 25 mile buffers around each of the points. I want to be able to create a table displaying the points identification code and also the buffer that corresponds to each point. Currently when I create the buffers the

MI ODBC quirks

2000-02-14 Thread Karen Behm
I can link to an Access2000 table, via ODBC - but it won't open if I ask for all fields (about 60). It only opens if I select a subset. Why? I've wondered if there is a limit to the number of fields that can be read by MapInfo while linked by ODBC? Will it only open certain field types?? Are

MI MapBasic false compile

2000-02-14 Thread Geografía y Electrónica, SA de CV
Hi, can someone tell me why this code compiles ok in MapBasic 4.1? It shouldn't, should it? Note the extra Sub parameter 'SayYes'. - Declare sub A ( Byval Data1, Byval Data2 as string, Byval SayYes as logical ) dim

RE: MI Thematic Maps in MapInfo 5.5

2000-02-14 Thread Neil Havermale
You may already have reveived an answer. There isMIG API kit that cna be had from MapInfo. Contact your representative or contact Andy Dressel. MidNight aka neil -Original Message-From: James Elkins [mailto:[EMAIL PROTECTED]]Sent: Tuesday, February 15, 2000 8:13 AMTo:

MI MapBasic version

2000-02-14 Thread Greg Toomey
Title: MapBasic version Hello all I have compiled a program in MapBasic V5.0 but need to run it on a MAC, i.e. only has MapInfo V4.1. To run this program on the MAC I need to change the header info. in the compiled program. I noticed somewhere that there was a program to change the

RE: MI Half Buffers

2000-02-14 Thread Jacques Paris
You have a very good recall(all) function Russ. You are right and the baby is sitting on our site (shareware section), it is called HALFBUFF (why not?) I have mentioned it to Jeff already. Thanks for your attention. Jacques Parise-mail alternate [EMAIL PROTECTED] [EMAIL

MI Text export

2000-02-14 Thread Portolan Geomatics Inc
Hello, I have a workspace with a ton of labels that have been so carefully edited and placed. My problem is that we have been requested to have this text as a layer to be brought into ArcView. Is this possible without bringing in the layer and re-placing and rotating the text in ArcView? I've

Re: MI Buffer, ID help

2000-02-14 Thread Dan Phillips
Christy, Add two columns to your table to store latitude and longitude (if you don't already have them) and update them. Save a copy of your table. Open the new table and go to "Table - Maintenance - Table Structure" and click on the "Table is Mappable" box to remove the points that are

MI News: First Digital Three-D Map of the World

2000-02-14 Thread glenn
We've followed up on the latest accomplishments of the Space Shuttle Endeavour with some first glances at imagery and an explanation of the mission and the problems encountered with the thruster. Feb. 14, (10:30 PM EST)- Spatialnews.com is pleased to announce that our Exclusive - "A Sneak Peek

MI Alabama

2000-02-14 Thread Christopher Robinson
Dear all, I am new to MapInfo. I am wondering if anyone can tell me where I can find a map of Alabama to map some variables onto, or whether I must create my own Alabama map. Thank You, Christopher Robinson __ Do You Yahoo!? Talk to your friends

MI Workspace regression utility

2000-02-14 Thread Doyle, Peter W
Greetings, Recently I have noticed there are a number of people inquiring about how to open a Workspace that was created by a later version of MapInfo. As most of us are probably aware, the process is relatively simple yet time consuming. Eg. use a text editor to edit the header

MI Date: Mon, 14 Feb 2000 15:55:55 -0000

2000-02-14 Thread Ewa Plachta
Dear All, I am havingsome problems with printing on HP Design Jet 650C. The message I got is: Out of memory - Data was lost. This happens in cases, where I send AO blackwhite raster image with some colour blocks, boundaries or text. The size of last layout was approximately13MB. In some

RE: MI Date: Mon, 14 Feb 2000 15:55:55 -0000

2000-02-14 Thread Christian Käfling
I had this same problem. First I had more memory installed, didn't solve the problem for larger files. Then I got hold of a new driver, and now it works just fine! (There's even a "switch" on how to handle large files). I have the driver... somewhere! /Cris [EMAIL PROTECTED] mailto:[EMAIL

MI What might this mean ?

2000-02-14 Thread Neil Havermale
OpenGIS seems a bit of a strech but who knows? In any case, this endorsement could really be interesting with heaps of potential or incredibly furstrating that we need it but the fight to really get it may soon fall to a "standards committee". And we all know what Standards Committees do to