Re: [MI-L] Searching based on coordinates

2005-12-15 Thread Martin A Spiers
Assuming you have a map and want to re-center it on the provided coordinates Use the Map > change view menu and enter the coordinates in the boxes labelled "Center of window x" and "..y" Hope that helps

SV: [MI-L] make a directory

2005-12-15 Thread Thomsen, Bo Victor
To Nick - Use the CreateDirectory Win Api function. Ex: +++ Type SECURITY_ATTRIBUTES nLength As Integer lpSecurityDescriptor As Integer bInheritHandle As Integer End Type Declare Function CreateDirectory Lib "kernel32" Alias "CreateDirectoryA" (ByVal lpPathName As String,

[MI-L] Combining Region Objects

2005-12-15 Thread Gordon Stenhouse
Hi folks, Could someone suggest an automated way to combine a number of region objects based on one attribute? What I have is just under 4000 zones exported form our corporate GIS (Smallworld). There are a number of zones which consist of multiple geometries with a common reference attribute (ra

RE: [MI-L] Clash using Find with WinChangedHandler

2005-12-15 Thread Driver, Greg 9434
Bob, This may be stating the obvious but the Find statement searches a mappable table and the change view/zoom/pan all work on map windows. So, if you're searching a table that you're over-writing won't that get MapInfo's knickers in a twist? But if you just moving the map window using pan/zoom

RE: [MI-L] 4 colour theorem

2005-12-15 Thread Driver, Greg 9434
Thanks Uffe. Thought I'd seen one somewhere! Greg Driver System Administrator Applications Support ICT NOT PROTECTIVELY MARKED -Original Message- From: Uffe Kousgaard [mailto:[EMAIL PROTECTED] Sent: 14 December 2005 19:00 To: MapInfo-L@lists.directionsmag.com Subject: Re: [MI-L] 4 col

Re: [MI-L] Combining Region Objects

2005-12-15 Thread Uffe Kousgaard
That would be the Table > Combine Objects using Column command. Regards Uffe - Original Message - From: "Gordon Stenhouse" <[EMAIL PROTECTED]> To: Sent: Thursday, December 15, 2005 11:00 AM Subject: [MI-L] Combining Region Objects Hi folks, Could someone suggest an automated way t

RE: [MI-L] Combining Region Objects

2005-12-15 Thread Driver, Greg 9434
Gordon, You can use the 'Combine Objects using Column' function (under the Tables menu). This will allow you to combine objects based on a column (your reference value) and store the results in a new table. HTH Greg Driver System Administrator Applications Support ICT NOT PROTECTIVELY MARKE

Re: [MI-L] Clash using Find with WinChangedHandler

2005-12-15 Thread bob young
Hi Greg I didn't explain in enough detail. The table I am using for the search is not one of the tables get overwritten. I am actually using a town gazetteer to search anywhere in the country. Then when the position is found I am generating MapInfo tables from MasterMap on the fly. The code works

[MI-L] SUM: Combining Region Objects

2005-12-15 Thread Gordon Stenhouse
Hi again folks, Bit of an RTFM on this one! First suggestion was to use sql to group together the ones I wanted to group. Second and third suggestions pointed out that under the Table menu there is the command 'Combine Objects Using Column...'. Initially this failed with an error (due to the nu

[MI-L] MapInfo version support for Oracle

2005-12-15 Thread bob young
Dear List This posting links to a question asked yesterday regarding WinChangedHandler. I am writing code that will "on the fly" extract an "area of interest" from a very large data holding (58 GB). The code now works really well in Version 8.0 of MapInfo. However the same code makes version 6.5

[MI-L] custom projection

2005-12-15 Thread Cathy Coldrey
Hi List, I was wondering if a tool or a method existed to translate a arcview projection (.prj file) into mapinfo projection format? does anyone have any experience with this sort of task? Thanks in advance for your help Cathy Geomatics Specialist Komex Europe Phone - 0117 925 1304 F

Ang. [MI-L] custom projection

2005-12-15 Thread Mats Elfström
Hi Cathy! This has been asked before, and I do not think there is an easy way to do this. I have a recent case and can compare the defining strings. A shapefile I have in a swedish common projection has the following prj info (in one string, disregard e-mail wrapping): PROJCS["RT90 2",GEOGCS["R

[MI-L] Migrate data : from Mapinfo to Autocad map.

2005-12-15 Thread Jean Duclair TAGU
Hello to you all, Please can any body tell me how can i make a migration of map and data from Mapinfo to Autocad map? Is it possible to migrate data and map from mapinfo to autocad? Any contribution will be appreciate. Best Regards Jean Duclair TAGU Ingénieur Technico Commercial

[MI-L] How to get the rec witrgh the "highest" letter code.

2005-12-15 Thread Terry McDonnell
Hi Foilks I have a table of bus routes, where each route has a route number and a generation key. e.g. the original route has a gen of "A". When the route is revised, the next gen is "B" and becomes the current operating route, and so on. The previous generations stay on file though. Now whe

[MI-L] Need GPS Unit to produce Snail Trail that ccan be added to Existing MI Pro Street Layer

2005-12-15 Thread Doug Wassmer
Hi List: Here is my challenge. I need up-to-date, accurate street layers. Affordable Aerial Photos are always behind the growth curve, and commercially produced street layers have the same problem and often show non-existent roads I would like to be able to throw an inexpensive GPS unit on

[MI-L] Getting the volume info via API function

2005-12-15 Thread Nabors, Steve
Hi, I am having a problem getting this mapbasic code to work. I'm trying to access the API to get the drive volume information. Any ideas whatI'm doing wrong here? I'm on Win XP with MI 8.0 Thanks, Steve ''Main Sub Declarations Declare Sub Main 'Declare functions Declare Function GetVolumeInfo

RE: [MI-L] Need GPS Unit to produce Snail Trail that ccan be added to Existing MI Pro Street Layer

2005-12-15 Thread David Reid
This is far easier than most think it is. And actually less work than what you propose (if you have a notebook computer). Included on the installation disk of your Mapinfo program is GPS tracking utility by Blue Marble called Geotracker. I wouldn't, couldn't do my job without it. You've got MI a

Re: [MI-L] Need GPS Unit to produce Snail Trail that ccan be added to Existin...

2005-12-15 Thread Jbgramm
The Delorme Earthmate Consumer Grade Antenna works very well with Geographic Tracker (The latest version) The price was right $179.00 which included Delorme's TopoUsa and StreetAtlas. It is a simple USB connection with a suction cup mount antenna, I taped mine down (it was on a boat.) The ant

[MI-L] area analysis

2005-12-15 Thread Erica Skoko
Hi List, I am attempting to classify some lakes into upland or lowland based on vegetation. Please understand that I am a relatively new user to MapInfo and I am unable to program in map basic. I intend to isolate the specific types of vegetation polygons that represent upland, combine them,

Re: [MI-L] How to get the rec witrgh the "highest" letter code.

2005-12-15 Thread Lars V. Nielsen (GisPro)
Hi Terry, In SQL you can issue a SELECT MAX(ASC(gen)) and use the CHR$() function on the returned ascii values to get the generation characters. HTH Best regards / Med venlig hilsen Lars Nielsen GisPro Terry McDonnell wrote: Hi Foilks I have a table of bus routes, where each route has a

Re: [MI-L] Getting the volume info via API function

2005-12-15 Thread Lars V. Nielsen (GisPro)
Hi Steve, It looks like you've specified the two string parameters returning the information as ByVal. They need to by ByRef (i.e. w/o ByVal in MB) to be able to return anything. Furthermore, in WinApi you always need to allocate a valid value to a return string variable prior to calling rou

Re: [MI-L] Need GPS Unit to produce Snail Trail that ccan be added to Existing MI Pro Street Layer

2005-12-15 Thread bob young
Hi Doug You can do this with Maps4Site. The maximum sampling rate is 1 point per second - this is user configurable. You would only need the Lite version. You would need any Pocket PC/GPS combination. QTek and HP now both have released Pocket PC with the GPS built in. Maps4Site can view existing

RE: [MI-L] Need GPS Unit to produce Snail Trail that ccan be added toExisting MI Pro Street Layer

2005-12-15 Thread Andrew Hare
Maps4site I tried the demo version and found it very good The good thing about it is that there is no mobilex software so no other licences required And it can view ecw formatted rasters Also uses .wor files instead of having to build .gst files In the end I didn't go with the maps4site because of