Re: MI-L Finding a nearest neighbour (with CalcDist PRO)

2004-02-05 Thread Uffe Kousgaard
Phillips, Frank wrote: Thanks, Stefan. I downloaded the RAR of CalcDist Pro and unzipped it. There are two files, an MBX and a DLL. I know what to do with the MBX, but I do not know where to put the DLL and register it, as there is no installation. Do you have any idea where I should put

Re: MI-L Oracle Spatial - Pros Cons

2004-02-05 Thread trenco
Hello, one of the cons definitely seems to be lack of support of some MI objects (rectangle, circle...) in Oracle Spatial structure. I guess they are supported by Oracle itself, but could not be used by MI ? I do not know how are experiences and solutions of this problem from other possible users

MI-L MI7.0 build 26 memory leakage?

2004-02-05 Thread Rinus Deurloo
Dear All, Can some of you confirm my observation that MapInfo 7.0, even after installing patch 7.0.0.2600, has a memory leak on Save Window As or some other statement? My application eats about 1500K at each run and did not do so under version 6.0. Rinus Deurloo University of Amsterdam The

RE: MI-L What's the best way to get Visual Studio .NET?

2004-02-05 Thread Colin Henderson
Of course another option is to download the .NET SDK from MSDN. This includes command line compilers and resources for the .NET framework for free. The draw back is that you do not get the nice fluffy interface and form designers. Sharp Develop will allow you to compile VB.NET applications

RE: MI-L MI7.0 build 26 memory leakage?

2004-02-05 Thread paul.crisp
Yes Rinus thats been my experience with 7.0 - haven't got the message I posted to hand but got round it (for my purposes) using a Windows API call from VB - its on this list somewhere. 7.5 seems OK Paul Crisp Syntegra Innovation Place Delta Bank Road Newcastle NE11 9DJ Tel 0191 461 4522 Fax 0191

FW: MI-L Oracle Spatial - Pros Cons

2004-02-05 Thread paul.crisp
All Have suggested this before but to repeat - when you are putting data into Oracle you can assume that some of it (e.g. OS data in this country) is effectively static during a working day and can be stored as TAB files with their own update route, or delivered separately (eg as a web service).

Re: FW: MI-L Oracle Spatial - Pros Cons

2004-02-05 Thread bob
Hi Paul I could not agree more! The introduction of MasterMap data has got horribly mixed up with a false perception ( my opinion ! ) that you need an Oracle or similar spatial database. I think this has partly come about because MapInfo competition such as ESRI shape files cannot cope with

Re: MI-L Co-ord conversion differences

2004-02-05 Thread bob
Hi Sarah There are two aspects involved in converting between BNG and LL. If you are converting LL to BNG then first you need to convert from degrees to the mathematical position of BNG using the appropriate ellipsoid major and minor radii ( ie WGS84 or other ) and the BNG -2,49 origin,

MI-L Disappearing Polygons

2004-02-05 Thread Jon
Hello I'm trying to unravel an interesting probem with some mapinfo tables that happened quite some time ago. Am using MapInfo Professional 6.5 on Windows NT 4.0 Environment. I have two versions of the same MapInfo polygon table with the only difference between to two being that newer version

RE: FW: MI-L Oracle Spatial - Pros Cons

2004-02-05 Thread Stephen Dew
I would like to thank everyone for their continued input on this issue. It has been enlightening. The reason we are exploring the Oracle Spatial or SpatialWare Solutions is to give us access to a multiuser database and increase data security. We would like to have multiple people editing a

MI-L updating a column

2004-02-05 Thread Eric Gagnon
Hi everybody Here's a quick one for you. Let say I have a map window with like 600 utility poles. I created a column called id_pole and I like MI to update this column with an automatically generated number. I think I used to do it with update column function but I just can't remember the

Re: MI-L updating a column

2004-02-05 Thread Samuel E.R
Update Table Set COL = rowid - Original Message - From: Eric Gagnon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 05, 2004 3:02 PM Subject: MI-L updating a column Hi everybody Here's a quick one for you. Let say I have a map window with like 600 utility poles.

RE: MI-L Data for Canada

2004-02-05 Thread Landmark Geographic Solutions
Here is another new site that lets you download a lot neat canadian data including dem data. http://www.geobase.ca/ LGS - List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL

MI-L Removing duplicate lines and polylines

2004-02-05 Thread Andrew Newman
HI list people. I have a MapInfo table with several overlapping, duplicate line objects each has different attributes but I only want 1 line for any geography. Does anyone know how I can select out duplicate lines ( and polylines?) easily. Andrew ___ Andrew

RE: FW: MI-L Oracle Spatial - Pros Cons

2004-02-05 Thread Lawley, Russell S
now i am a little curious... Stephen Dew said The promise of being able to access the same file from MI, GenaMap and ESRI products is also enticing. but i thought that ARC-SDE prevented non ESRI interaction with oracle spatial data? or am i at crossed purposes here? R

Re: MI-L Oracle Spatial - Pros Cons

2004-02-05 Thread David Jerrard
Hi Lawrence, Sounds like your experiences are consistent with my own - the bottom line being horses for courses. Choose your GIS application and your data storage to suit your requirements. Just playing devil's advocate for a minute, though: If you already have 75 MapInfo Pro clients,

MI-L Creating .tab files from Oracle

2004-02-05 Thread Trammell, Nathaniel A., III
Listers, I have an issue that might be easy for some of you, yet it has stumped me. I have established the ODBC connection to Oracle (v. 8.1.6) with MapInfo (v 6.5). Yet I can't seem to see the file again. What I'm trying to do is create objects per each line item. Am I missing something?

MI-L UK OS MasterMap - Can't work with ESRI .shp files?

2004-02-05 Thread Stephen Dunn
Hello List, I see that in the Oracle Spatial thread, Bob of ByDesign mentioned that MapInfo competition such as ESRI shape files cannot cope with MasterMap. I didn't know this - Very interesting. - Does anyone know why? Is it simply the huge data volumes of MasterMap, or is there another

RE: MI-L Printing in MapX

2004-02-05 Thread Gilbert Haché
I heard of a sofware called pegasus Print Pro from a developer friend that works in intranet-internet applications. That all I know... Since Mapx/MapXtreme become .net, I was wondering how it was possible to enhance some printing capabilities but never had the chance to test it yet

RE: MI-L Oracle Spatial - Pros Cons

2004-02-05 Thread Guy Groves
Oracle Spatial VS Spatialware on SQL Server There are really several questions here: 1) Platform - Wintel VS any other 2) DBMS Environment 3) Spatial capabilities of the DBMS Sorry this is somewhat unorganized but here goes 1) Do you have a platform preference? If your platform preference

MI-L Odd behavior of FETCH LAST

2004-02-05 Thread Spencer Simpson
Can anyone shed some light on what might cause the following function to return some other value than the ROWID of the new row? I've tried it both ways, and gotten sporadic incorrect results. Thanks Spencer - - - - - - - - - - - - code follows - - - - - - - - - - function DuplicateRow (ByVal

MI-L Dynamic Non-overlapping Polygon tools

2004-02-05 Thread Kent Hargesheimer
Does anyone have or know of a MBX utility that allows you to add and/or delete points from a location file and rebuild a non-overlapping (theissen) polygon after making these changes on a map in MapInfo? Thanks, Kent Hargesheimer SRC - Extending the Reach of Micromarketing 1400 Flemming

MI-L Follow up to Geographic Operator Functionality

2004-02-05 Thread Ryan_W
Fellow Listserv Members, As a follow up to my last question, Geographic Operator Functionality I've included the code. Just to reiterate, I'm trying to locate Ct's that are within 2 miles west of my known point location. Again, how does one 'express' direction? Thanks, RW Distance

MI-L Odd Behavior of FETCH LAST errata

2004-02-05 Thread Spencer Simpson
Please forgive the incorrect code in my previous message. The Alternative Code's fetch command should look like this: run command fetch rec +str$(r)+ from +t Best regards Spencer - List hosting provided by Directions

Re: MI-L UK OS MasterMap - Can't work with ESRI .shp files?

2004-02-05 Thread bob
Hi Stephen I apologise for my overly simplistic statement. MasterMap data can be translated into ESRI shape files, so in a literal sense my statement is misleading. However even with Landline data performance of SHP versus MI MAP was poor and MasterMap is the straw that breaks the camels back (

RE: MI-L Follow up to Geographic Operator Functionality

2004-02-05 Thread Spencer Simpson
For the specific case you show, you could do something like (Distance (-79.386803, 43.670368, CentroidX(urban.obj),CentroidY(urban.obj),mi) 2) and (CentroidX (obj) -79.386803) but in the general case, there isn't a straightforward way to do this. Most importantly, you can't express

RE: MI-L Printing in MapX

2004-02-05 Thread bob
Hi Marty With regard to your original question the .printmap function covers your requirement. You can get the device context for the printer using printer.hdc. You can also set the printer resolution and therefore print any map to any scale and size. In terms of templates to sit over the map

RE: MI-L Data for Canada

2004-02-05 Thread GISuser
You could try http://geogratis.cgdi.gc.ca/clf/en Other commercial sources include Tetrad Finally boundary files can be accessed from http://geodepot.statcan.ca/Diss/Data/Boundary_Files/Boundary_Files_e.cfm regards Glenn == Glenn Letham / Managing Editor LBSzone.com

Re: MI-L UK OS MasterMap - Can't work with ESRI .shp files?

2004-02-05 Thread Uffe Kousgaard
Hi Bob, There is no doubt that TAB is a better format than SHP, but SHP isn't that bad. Based on your description below, it seems like you are not using the spatial index files (SBN+SBX) of the SHP format. If you use them, arcview can actually redraw at a pretty decent speed without reading the

Re: MI-L Oracle Spatial - Pros Cons

2004-02-05 Thread Uffe Kousgaard
From: Guy Groves [EMAIL PROTECTED] There is one glitch for the ESRI integration users,in that the must decide between proprietary SDE and Oracle Spatial within their ESRI implementation. My sense is (obtained from the last ESRI SDE class I took) that ESRI still does some arm twisting to

RE: MI-L Follow up to Geographic Operator Functionality

2004-02-05 Thread Jacques Paris
I do not think that you can express direction with MI. You have to define by yourself what you understand within distance d in such direction; for example, what will be the aperture of the sector used for the search (45 degrees, 5 degrees ?) ; would the outer limit be along an, or a straight line

RE: MI-L field hardware and software

2004-02-05 Thread Harvey Ryan
Mike, The first desision is whether to choose a tablet PC sytems or one of the the more portable Pocket PC systems. Most of our GBM Mobile customers started out thinking they needed tablets because they wanted the bigger screens, but in the long term the portability and robustness of the

RE: MI-L UK OS MasterMap - Can't work with ESRI .shp files?

2004-02-05 Thread Warren Vick, Europa Technologies Ltd.
Hello all, As Uffe has mentioned, the performance of shapefiles is not bad at all, as long as a spatial index is built. Unlike MapInfo TABs, it's not automatically built and maintained. Perhaps due to the closed format of the spatial index, no translator I'm aware of (including UT and it's bigger

MI-L How to open the file *.vec and *.B in MIPRO

2004-02-05 Thread lixiaohui
Hi,everyone, Does anybody know how to open such files as *.vec or *.b in MIPRO7.0.If not,how to translate these files into some files that can be opened by mapinfo professional. More thanks in advance! -Li Xiaohui . - List

MI-L opening mapinfo table at preferred location

2004-02-05 Thread John Spotten
hi, Is there a way of opening a mapinfo mappable table at a preferred map location without using a workspace or a mapbasic utility? How does mapinfo decide on the initial centroid and zoom of the map window? bye for now john