RE: MI-L Changing outer regional boundary lines without changing the inside boundary lines

2004-06-18 Thread Jacques Paris
You will find a solution to this question at www.paris-pc-gis.com/MI_Enviro/mie_start.htm in the Lines / Offset lines section Jacques Paris e-mail [EMAIL PROTECTED] MapBasic-MapInfo support http://www.paris-pc-gis.com -Original Message- From: Anchors, Deborah M. [mailto:[EMAIL PROTEC

MI-L Changing outer regional boundary lines without changing the inside boundary lines

2004-06-18 Thread Anchors, Deborah M.
I am working on some maps which need both regional and locality boundaries. I want to have a heavier line around the regional boundaries, with lighter lines showing the locality boundaries within the regions. I have tried to change the lines after redistricting, but I cannot get differing line he

MI-L How Do I Label Along a Curve in MI?

2004-06-18 Thread Hughes, Colleen / Don Mitchell
Hi All, This is my first message to this support group - almost sounds like some 12 step program 8-) Does anyone know how I can create labels in MI that will follow along a line such as a trail or stream on a map. Is there a tool out there that will allow me to do this. Don Mitchell, GIS Tech w

RE: MI-L Move objects

2004-06-18 Thread Martin Hodder
Hi Zorel, If you export the table to mid / Mif you can use the TRANSFORM clause to shift all the objects by X and Y The description TRANSFORM Xmultiplier, Ymultiplier, Xdisplacement, Ydisplacement Add it after the coordsys clause Regards Martin Hodder Higher Mapping Solutions www.highermapping

Re: MI-L JGD 2000

2004-06-18 Thread Shinichi Matsuoka
Hi Andy, MI7.0 Japanese version has JGD2000 projection. But Mapinfow.prj includes 2byte characters. And I don't know English MI7.0 support it. I translate a part. "--- LAT/LON ---", 0, 0, 0, 0., 0., 0., 0., 0., 0., 0., 0. "JGD2000", 1, 152 [EMAIL PROTECTED] wrote: Does anybody know the line that I

RE: MI-L Property Areas

2004-06-18 Thread Solominides, Peter
I have this code to update the Commercial_Property_Type column of the table Edit with the area of a polygon from the table Cpa. However when I run the tool it brings up an error message telling me the variable or field Edit.obj is not defined. Any thoughts/derision welcome. Cheers P Fetch First

MI-L Move objects

2004-06-18 Thread MapIntec Geotechnologies Inc.
I have several tables containing lines, polylines and areas. Due to a digitization mistake, all of them are a little bit shifted both from correct x and y locations. Could someone please tell me how to move it to the correct location automatically, then not having to digitize all them back. Than

Re: MI-L Geocoding

2004-06-18 Thread B. Thoen
On Fri, 18 Jun 2004, Grant Gillies wrote: > You can add GeoMicro's AltaMap Geocoder to your list. They have > versions for TIGER, NavTech, and Tele Atlas. > > John Smith <[EMAIL PROTECTED]> wrote: > I wanted to see if anyone could recommend to me a good stand alone > geocoding application or g

RE: MI-L Do-Loop when selection not available

2004-06-18 Thread Peter Horsbøll Møller
Simply add a condition: ... If SelectionInfo(SEL_INFO_NROWS) > 0 Then Fetch First From Selection Do while not EOT(Selection) Loop End If Peter Horsbøll Møller GIS Developer Geographical Information & IT COWI A/S Odensevej 95 5260 Odense S. Denmark Tel + 45 6311 4900 Dir +4

Re: MI-L Geocoding

2004-06-18 Thread Grant Gillies
John, You can add GeoMicro's AltaMap Geocoder to your list. They have versions for TIGER, NavTech, and Tele Atlas. John Smith <[EMAIL PROTECTED]> wrote: I wanted to see if anyone could recommend to me a good stand alone geocoding application or geocode development library. John

MI-L selecting all within buffer from multiple tables

2004-06-18 Thread neil kashishian
Hi guys, Ive a quick question for you, nothing too technical but its doing my head in! I've got a map open of North West London (camden) and have a polygon over the roads,parks,etc(about 10 different tables). now, how do I select everything that falls within this boundary and delete everyth

MI-L Do-Loop when selection not available

2004-06-18 Thread Rena Jones
Hi all- I have a Do loop that works on a query. How do I make it so that if the selection doesn't exist, it skips the do loop? This runs on a batch of many files and some of my files do not contain the data in the query and I get an error message "selection cannot be accessed as a table" and th

MI-L JGD 2000

2004-06-18 Thread andy . hallett
Does anybody know the line that I need to put into Mapinfow.prj to define the Japanese JGD2000 projection. Regards Andy Disclosure of Material Facts Every Proposer or Insured / Reinsured when seeking new insurance / reinsurance or renewing an existing Policy must disclose any information which m

Re: MI-L Programming Language for new Mapinfo architecture (ENVINSA)

2004-06-18 Thread Uffe Kousgaard
C# is more or less the "default" langauge of .NET, so stick with that one unless you have good reasons to choose something else. Personally I'm going to use a mix of C# and Delphi.NET. Delphi because I have heaps of source code in that langauge that can be compiled for both win32, .NET and linux.

RE: MI-L Adding Graphical Info to a Table

2004-06-18 Thread Terry McDonnell
Thanks, Martin Several people are saying the same and that seems to work. Terry -Original Message- From: Martin Hodder [mailto:[EMAIL PROTECTED] Sent: 18 June 2004 10:46 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: MI-L Adding Graphical Info to a Table Hi Terry, You need t

RE: MI-L Adding Graphical Info to a Table

2004-06-18 Thread Terry McDonnell
Thanks, O man of mystery (or woman?) That seems to do the trick. I wish Help would lead you to the next step like this otherwise you're lost if you're trying to pick up the language autodidactically. Terry -Original Message- From: Photogrammetry GIU [mailto:[EMAIL PROTECTED] Use creat

RE: MI-L Programming Language for new Mapinfo architecture (ENVINSA)

2004-06-18 Thread Peter Horsbøll Møller
I think it's basically the question of choosing between C# and VB.NET and the difference between these two languages isn't that big, so I don't think it matters that much. I have chosen the C# language, more or less because I have heard from many people that this is the better of the two. Anot

RE: MI-L Adding Graphical Info to a Table

2004-06-18 Thread Martin Hodder
Hi Terry, You need to use the create map statement Something like:- Create Map for csrTempStop Coordsys Window (use your window ID and then the Projections will be the same) HTH Regards Martin Hodder Higher Mapping Solutions www.highermappingsolutions.com [EMAIL PROTECTED] -Original Mess

RE: MI-L Adding Graphical Info to a Table

2004-06-18 Thread Peter Horsbøll Møller
Hi Terry, Maybe this electric shock can wake your brain again ;-) Create Map For csrTempStop CoordSys could be "Table STOP" is STOP already is mappable. It could also be a ref to the parameters of a map window or the entire set of parameters for a projection Peter Horsbøll Møller

MI-L Programming Language for new Mapinfo architecture (ENVINSA)

2004-06-18 Thread Possberg, Hendrik
Dear list, nowadays I am using Mapinfo and Mapbasic to customize and do calculation. What will i use in future after updating to Mapinfo.net? I would like to get to know if there are any preferences or recommendations according to one of the dot Net languages? I heard all sample code in the "

MI-L Adding Graphical Info to a Table

2004-06-18 Thread Terry McDonnell
This must be very simple, like me, but how do you add graphical info to a table (i.e. the .obj)? I have the following code: Create Table csrTempStop using Stop But when I try to: Add Map Layer csrTempStop I get the error: "csrTemStop does not contain Graphical Information" or some

MI-L Reports

2004-06-18 Thread Sabin Mark
Hi listers does anyone know of an existing mapbasic tool which produces a report after a click on the map? I am looking for one that will look for/report on features in a number of different layers within a specified distance from the click point - for example, if we clicked on the map, the repor