MI - SUM - node tolerances

2000-02-16 Thread Tom Manson
Thanks to all those who helped me with my node snapping dilema (Steve W, Jacques, Jason, Juan,Steve S, Butian). The problem turned out that they were in different projections, so I simply resaved one of the tables to the correct projection and everything is now working fine. Thanks again to

MI Determining the side of the road

2000-02-16 Thread Veltman, Bjorn
Hi all, I'm writing code to determine on what side of the road houses are. I've succeeded already in determining the side of the road when the direction of roads is taken as reference but it needs adjustment for when housenumbers are taken as reference. What I want to know is: Am I on the right

MI relocating wayward polygons

2000-02-16 Thread Russel Lawley
Hi, I think what we have here is a classic case of two sides to a continuing argument. As a geologist I try not to "alter" data that is sent to me, normally because the data is commonly sent under contract and should have been "sorted". Similarly, If we send data out, we prefer not to have third

Re: MI 4.0 Relocate a grouping of polylines/polygons

2000-02-16 Thread John Haynes
Hi All, It really depends on how the enduser will use the final data. We have clients for whom a drag and drop solution would be perfectly adequate. Same sort of folks who think Zip Code boundaries are a real geographic entity. The basic premise of doing our work in the most professional

MI ODBC link tables

2000-02-16 Thread Daniel Groleau
Hello I'm using the OPEN ODBC TABLES function to link a table from ACCESS. It's working fine. This table is not a mappable table and it's ok. What we want to do is combine it with and existing mappable table in Mapinfo that as a common field with this ACCESS table so that we can create a new

MI Batch - Polygons to centroids

2000-02-16 Thread Rodolphe Devillers
Hi everyone, I want to transform a MapInfo file which contain 12 000 of polygones (buildings) in a file which would include only the centroids of theses polygons (points). Do you know if there is a macro which could do that kind of action? thanks a lot, Rodolphe

Attn Peter Doyle: MI Workspace regression utility

2000-02-16 Thread Swayze, Natalie: #PNWT - PTNO
I'd definitely like to try it out! Natalie Swayze Spectrum, IC WPG -- From: Doyle, Peter W To: 'Mapinfo-L' Subject: MI Workspace regression utility Date: Tuesday, February 15, 2000 1:12AM Greetings, Recently I have noticed there are a number of people inquiring about how to

RE: MI Unable to re allocate memory

2000-02-16 Thread Matthews, Mark
same here! -Original Message- From: Van der Lugt, Peter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 15, 2000 3:57 PM To: '[EMAIL PROTECTED]' Subject: MI "Unable to re allocate memory" I have been having this same problem since my upgrade to v5.5. It doesn't stop MapInfo from

MI Desagregation Method

2000-02-16 Thread Dyan Catamaran
Hi Thanks for all of you that answered my simple question on DELETE issue. Here is another. This problem is hunting me. I would like to have more options for Desegregation Method something like ADD, AVERAGE, etc. Back ago I posted a question on splitting polygons using the three rings as an

Re: MI 4.0 Relocate a grouping of polylines/polygons

2000-02-16 Thread Mark Neuhaus
Hi Mats, First off, from the replies you've received, it sounds like I might be alone here, but I agree entirely with you. You may have been a lttle hard on David, but otherwise you are right. I believe that if the polygons are not where you think they belong, you must find out what went wrong

MI ODBC to Access 2000

2000-02-16 Thread Tim Warman
A few months ago I asked a question about completing an ODBC link to an Access 2000 database using MI5.0 and the general response was that it wasn't possible. Then this week, I saw a question (now deleted unfortunately) about someone who claimed to have successfully made just such a link. Does

MI Census Data Request

2000-02-16 Thread Steve Wallace
Does someone know where I may find/buy Florida Census *data* at block group level more easily than the www.census.gov site? I only need a few columns of data (people, households, median income, etc), but it will take forever to acquire it via the on-line queries, the way the Census site is set

RE: MI Census Data Request

2000-02-16 Thread Matt Fowler
Me too. I have been getting Michigan block group data at the census.gov extraction site but man what a hassle. Matt Fowler Solid Earth, Inc. 109-B North Jefferson Street Huntsville, AL 35801 (256) 536-0606 http://www.solidearth.com -Original Message- From: [EMAIL PROTECTED]

RE: MI Batch - Polygons to centroids

2000-02-16 Thread Chris Dubuc
Alternate Method: 1:Make a copy of your table 2:Make the copy of the table unmappable (uncheck box in Table Structure) 3:Geocode the copy of the table against the original table (assuming there is an existing unique field in the table) Cheers Christopher DuBuc Sage Software [EMAIL PROTECTED]

MI: Real Time Telemetry Display

2000-02-16 Thread Wilson, Doug A
Gentle Mappers, I've recently been asked about displaying telemetry data in real time in a GIS system. I'm well aware of the capability to display GPS or track vehicles etc, but what I'm now looking for is the capability of real time display of time based data from a fixed site. For example, Wind

RE: MI Census Data Request

2000-02-16 Thread Michael Goldberg
Title: RE: MI Census Data Request We've purchased block group data from Geographic Data Technology (GDT) in MI format. They provide info up through 1999 and projections until 2004 I believe. I think we only paid around $800 for the entire state of Texas. Try this url: www.geographic.com.

Re: MI Census Data Request

2000-02-16 Thread Miguel Iturralde
Matt and Steve, Try here: ftp://ftp.ciesin.org/pub/census/usa/stf/. Their main Web pageis: http://sedac.ciesin.org/plue/cenguide.html#stf1b Regards, Miguel Iturralde[EMAIL PROTECTED] - Original Message - From: Matt Fowler To: MapInfo-L Sent: Wednesday, 16

Re: MI 4.0 Relocate a grouping of polylines/polygons

2000-02-16 Thread andre boessenkool
David, Another two cents' worth suggestion: Could it be that there is something wrong with your NAD 27 parameters, is there a false Easting or something similar, that wasn't allowed for? André Boessenkool Cabex Consult - Stellenbosch, South Africa [EMAIL PROTECTED] - Original

RE: MI Batch - Polygons to centroids

2000-02-16 Thread Jacques Paris
Simply make a copy of your file then run from the MapBasicWindow : update your_copy set obj=createpoint(centroidx(obj),centroidy(obj)) Make sure that you are working in the proper coordsys by running before set coordsys table your_copy I hope I am not too late! Good luck Jacques Paris

RE: MI The number of shapes does not match the number of table records.

2000-02-16 Thread Mark Knudsen
It sounds like that you should probably pack the tables before exporting - deleted records are still in the table (but marked as deleted) until you pack. Good luck Mark Knudsen __ Veitch Lister Consulting Pty LtdPhone:

RE: MI Batch - Polygons to centroids

2000-02-16 Thread Martin Roundill
I think Jacques' solution is the simplest option but I don't think it matters which projection you are using, as the table is already in the original projection (being a copy of the original table). Has anyone had problems with createpoint without setting the projection first? One point to

MI PS / PDF output

2000-02-16 Thread Richard Greenwood
I am trying to create high resolution PDF output for a commercial printer. I bought Adobe Acrobat 4.0, and have tried various combination of settings to produce PS or PDF files, but when I get over an 8½x11 paper size and over 2400DPI MapInfo crashes with a Dr. Waton divide by zero error. It

MI Service station outlets - OZ

2000-02-16 Thread Martyn
Hi MI users, I was wondering if any australian user out there knows where I might get a data file of australian petrol retail outlets. TIA regards, Martyn -- To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and

MI Service station outlets - OZ

2000-02-16 Thread Martyn
Hi MI users, I was wondering if any australian user out there knows where I might get a data file of australian petrol retail outlets. TIA regards, Martyn -- To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and

MI Object Length Query

2000-02-16 Thread Peter_McPherson
Hello, This is my second request. I wasn't sure if it made it to the list or not. Usually I hear from someone. I am trying to query the object length of line layer that fall within a region layer. The query appears to work, but when I try and verify the total length,

MI Discover The Ultimate Home Based Business

2000-02-16 Thread liberty13
Warning Could not process message with given Content-Type: multipart/mixed;boundary="=_NextPart_000_766D_365E.053B"