RE: MI-L Need - The newest Grid Engine.

2002-04-08 Thread PEM
Version 3.0 is the latest version ! Peter Peter Horsbøll Møller, GIS Udviklingskonsulent / GIS-Developer Kampsax A/S - GIS Software & Solutions Rugaardsvej 55, 5000 Odense, DK tel: +45 6313 5013, dir

MI-L Re:MI-L SQL query to group data on classifications

2002-04-08 Thread Patrick Palmier
You can use this following expression in your query. It works for me instr(1,str$(popden>=0),"T")+instr(1,str$(popden>=1000),"T")+instr(1,str$(po pden>=5000),"T")+instr(1,str$(popden>=1),"T") Patrick Palmier Lille Métropole Communauté Urbaine Mission Plan de Déplacements Urbains 1,

RE: RE: MI-L SQL query to group data on classifications

2002-04-08 Thread PEM
Or try this one, that I once saw here on the list and use widely with labelling and tematic layers: Int(popden>=0)*1+Int(popden>=1000)*1+Int(popden>=5000)*1+Int(popden>=1) *1 I have simply added a Int() function to all your sub-expressions. HTH, Peter --

Re: MI-L ECW Batch Import

2002-04-08 Thread TCooleyDD
Jon - I recently added support for ECW (.eww & .ers files) to WorldReg Ver. 4.1; which will support batch processing for georeferencing. More details can be found in the software section at the URL below, or feel free to contact me with your questions. Thanks, Tony Cooley Data Directions E

MI-L mapinf0-L subscribe

2002-04-08 Thread Salynah

MI-L Need - The newest Grid Engine.

2002-04-08 Thread Stefan Majtan
Hello all. Can somebody help or provide me with the newest version of Grid Engine for the MapInfo's native grid file (*.mig). Recently, I have a version 3.0. Is there a newer version? Where can I find it? Thanks a lot for responds. Regards Stefan.

RE: MI-L SQL query to group data on classifications

2002-04-08 Thread DPC
Seems like you have 90% of it figured out. I'll assume your table is called MyTable and the field where you are storing your group sums is MyField [as a Char(4)]. If you take your last expression (where you get "TFFF" for up to 1,000, "TTFF" for 1,000 to 5,000, "TTTF" for 5,000 to 10,000, and "T

MI-L "Objects --> Clean" Bug 21827 with MapInfo Service Pack (Build 31)

2002-04-08 Thread Mingala, Julius
People, We have just discovered a bug with the MapInfo Service Pack that promotes the current version (Build 19) to Build 31 (Use the Help > About to find out what version you are..) If you utilise the "Objects --> Clean" functionality Programatically or otherwise, MI-Pro will return with No err

Re: MI-L MapMarker and UNIX..

2002-04-08 Thread Trey Pattillo
In the terms of WINE and Linux I tried the 12/26/2002 [? latest one] last month on Mandrake 8.1 and WINE [might have been MI] dies with something like "entry point not defined.[some dll]" It's just a matter of time. wine.codeweavers.com has a compatability page [some a

MI-L SQL query to group data on classifications

2002-04-08 Thread K Miller
Greetings, I am trying to write a SQL query to group my data (and provide group sums) on specific categories of a particular field. In particular, I'm trying to sum population by population density categories (< 1,000 people per square mile, 1,000 - 5,000 ppsm, 5,000 - 10,000 ppsm, > 10,000 pp

MI-L HSI to RGB

2002-04-08 Thread Thomas, Grant (EXPLSAR)
List Users > > Is there a tool for converting HSI (e.g. Arcview defined color table) to RGB > (e.g. MapInfo color table)? > > Regards > > Grant Thomas - List hosting provided by Directions Magazine | www.directionsmag.com |

MI-L MI - Nord Maroc Grid

2002-04-08 Thread Fraser Gardiner
Does someone have the parameters for the Nord Maroc coordinate system? These are the parameters I have so far - can anybody confirm them and add the standard parallel data?: PROJECTION Lambert Conformal Conic DATUM Merchich UNITS Meters ORIGIN 33.3N 5.4W FALSE COORDINATES 500,000E 300,000N ---

RE: MI-L MapInfo & WinXP

2002-04-08 Thread Jonathan Disher
> Let's take some time out for a reality check, shall we? Absolutely! > "Bill's making $US299 a copy of XP" - well, damn me - isn't "making a > buck" supposed to be the "American way"?; Making a buck is one thing. But if I'm gonna shell out $300 for the latest and greatest version of Windows (

Re: MI-L MapMarker and UNIX..

2002-04-08 Thread Eric Frost - HRA
This comes to mind.. http://www.geocode.com/SrcCode.htm Maybe you can get MapMarker to work on UNIX using the WINE libraries or some other Windows emulator.. we used to have one on our Solaris 2.5 box that worked well.. Eric - Original Message - From: "Christian McNierney" <[EMAIL PRO

MI-L MapMarker and UNIX..

2002-04-08 Thread Christian McNierney
Does anyone know if there is a geocoding software that works in a UNIX environment? Thanks, Christian McNierney GIS Application Specialist Spatial Insights, Inc. A Geographic Information Services Company 8221 Old Courthouse Road Suite 203 Vienna, VA 22182 Tel: 703-827-7036 Fax: 703-82

MI-L ECW Batch Import

2002-04-08 Thread Stokes, Jonathan (J)
Hi everyone as a little break from the windoze XP free from all of the last few days..., I've got a lot of ECW images that i need to open in MapInfo. I have the MapImagery (the freebie version) that allows me to open them and georeference them in MI in one easy deal. I'd like to batch the process

MI-L site news

2002-04-08 Thread Jacques Paris
I have added to the site a chapter in the MI Environment ( www.paris-pc-gis.com/MI_Enviro/mie_start.htm ) that deals with colors. It draws heavily on the old ColorFun.zip and one chapter of “My (MI) Bag o’Tricks” and add sevral insights as well

MI-L DataSet usage in MapX?

2002-04-08 Thread ilker
I don't know how to use ADO dataset in mapX anyone can sand me a sample code about ADO dataset SQL usage for delphi regards ilker