MI Help!! Why do I get a .MBO file?

2000-03-10 Thread Stephen R. Riese

Greetings,
And just when I thought I was getting the hang of MB/MI.  When I compile my
code, MB now compiles it as a .MBO file.  I don't know why it does that --
it was compiling fine (i.e., .MBX) before.  Then, all of a sudden, it
starts compiling as .MBO.  And, of course .MBO files don't run by
themselves in MI.  Is there something I entered in the code that makes do
this?  I've tried Save As, renaming the file, cutting and pasting into a
new file, but it always comes out as .MBO.  My other files still compile as
.MBX. The help files and users manuals (both MI and MB, version 5.0) aren't
helpful.
Please help me get the .MBX files back.
Thanks,
Steve Riese

[EMAIL PROTECTED]
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Alias Variables in Map and Create Statements

2000-03-10 Thread Stephen R. Riese

Greetings,
Thanks to help from this list, I was able to tackle the Alias variable and
use it in calling routines for multiple tables.  Here's a bit of a twist. 
I'd like to do the same thing with the Map and Create Table commands.. For
example, instead of:

Map From Grid Table1, Table2, ..., TableN
and
Create Table table_name(Var1 Type1, Var2 Type2, ..., VarN TypeN)

I'd like to do something like this:

strTable_List = ""
For i = 1 To N 
strTable_List = strTable_List +  ", " + table_name_array(i)
Next i

and then use this string to open tables using the Map command.  Then use a
similar set-up to create tables.  The situation I have is a variable number
of tables to open and generally one column is needed in the created table
for each opened table.  It seems I *should* be able to do something like
this, but these commands won't take alias variables (as far as I can tell,
anyway).
Thanks!
Steve Riese

[EMAIL PROTECTED]
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Thank you!

2000-03-10 Thread Swayze, Natalie: #PNWT - PTNO

Thanks to all who replied regarding my problem formatting the table columns.
What ended up working was this suggestion from Scott Hall:

>
 -- Make sure the number field (the one with the 6-7 numbers) a character
field.
 -- Table update that column (for example's sake COL2) with the following:

Table: TAB1
Column: COL2
Value From: TAB1

Value: Right$("0" + COL2, 9)
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Date: Fri, 10 Mar 2000 21:47:15 +0100

2000-03-10 Thread gdelzot




Dears , I'd like to 
convert a Mapinfo map to a postscript file, and , after, to convert this in a 
PDF file with Acrobat Distiller.
How can I do ?
Thanks
[EMAIL PROTECTED] 



MI Area code/exchange ---> 3 digit ZIP

2000-03-10 Thread Joshua Ostroff

A client needs to append 3-digit ZIPs in the US to phone numbers (area code
+ local exchange).  For example, the phone number 212-896- is within
ZIP 100xx.

In some cases phone area codes and exchanges may cross 3-digit ZIP boundaries.

Short of licensing a $7500 telephone area code/exchange database, for a
six-week project, are there services that can process this job in weekly
batches?

I do have a source that provides reverse phone number appends, but I'm
interested to find an alternative, since that solution would provide both
more information than I need (full address as opposed to just 3 digit ZIP)
but with only about 70% match rate.

Thanks for any suggestions,

Joshua Ostroff
Virtual Media Resources

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI combining select statements

2000-03-10 Thread Tim Warman

Ooops,

The queries should have read:

Query 1: Select * from Wells, Basin_Block_1 where Wells.obj intersects
Basin_Block_1.obj into BasinBlock1_Wells.

Query 2: Select * from BasinBlock1_Wells, Water_Levels where
Wells.State_No=Water_Levels.State_No and Month(Wells.Date)= Any(3,4,5) and
Year(Wells.Date)=1995

TIA,

_
Tim Warman
Geologist & GIS Specialist
Richard C. Slade & Associates
North Hollywood, CA
(818) 506-0418
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



RE: MI Formating columns

2000-03-10 Thread Francois Robitaille

Oups!

I made a mistake! I should have written "e.g. Integer type instead of
Character"

François Robitaille
Département de géographie, UQAM
Tél.(514) 987-3000 p. 4170
Fax: (514) 987-6784
mailto:[EMAIL PROTECTED]





-Message d'origine-
De : Francois Robitaille [mailto:[EMAIL PROTECTED]]
Envoyé : 10 mars, 2000 13:02
À : Swayze, Natalie: #PNWT - PTNO
Cc : MapInfo-L
Objet : RE: MI Formating columns


Hi Nathalie,

You must certainly have a table with a Character type column (for the 9
digits) and the other one with an integer type (or any numeric type)

You can perform a Table -> Table Maintenance -> Table Structure operation
where you should change the type of your column (e.g. Character type instead
of Integer or whatever it is)

Before you do that, you'd better back up your table (just in case!)

Good luck!

François Robitaille
Département de géographie, UQAM
Tél.(514) 987-3000 p. 4170
Fax: (514) 987-6784
mailto:[EMAIL PROTECTED]





-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]De la part de Swayze, Natalie:
#PNWT - PTNO
Envoyé : 10 mars, 2000 11:21
À : [EMAIL PROTECTED]
Objet : MI Formating columns


I'm trying to link 2 tables with a common column "PIN#". The problem is, in
one table, the column has a default of 9 digits( Char) with 2-3 zeros
inserted in front of the actual number. In the other table, only the number
itself is displayed with 6-7 digits( i.e. without the zeros).
Is there a way to either delete the zeros from the 1st table or make the
second table 9 digits in length with the zeros added.? Can this be done
directly in MI or a text editor or spreadsheet?
( I have the files in .tab, .dbf, and .txt formats...)
Any input much appreciated!

Natalie Swayze
Spectrum/ROS/IC/GC/CA
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



RE: MI Formating columns

2000-03-10 Thread Francois Robitaille

Hi Nathalie,

You must certainly have a table with a Character type column (for the 9
digits) and the other one with an integer type (or any numeric type)

You can perform a Table -> Table Maintenance -> Table Structure operation
where you should change the type of your column (e.g. Character type instead
of Integer or whatever it is)

Before you do that, you'd better back up your table (just in case!)

Good luck!

François Robitaille
Département de géographie, UQAM
Tél.(514) 987-3000 p. 4170
Fax: (514) 987-6784
mailto:[EMAIL PROTECTED]





-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]De la part de Swayze, Natalie:
#PNWT - PTNO
Envoyé : 10 mars, 2000 11:21
À : [EMAIL PROTECTED]
Objet : MI Formating columns


I'm trying to link 2 tables with a common column "PIN#". The problem is, in
one table, the column has a default of 9 digits( Char) with 2-3 zeros
inserted in front of the actual number. In the other table, only the number
itself is displayed with 6-7 digits( i.e. without the zeros).
Is there a way to either delete the zeros from the 1st table or make the
second table 9 digits in length with the zeros added.? Can this be done
directly in MI or a text editor or spreadsheet?
( I have the files in .tab, .dbf, and .txt formats...)
Any input much appreciated!

Natalie Swayze
Spectrum/ROS/IC/GC/CA
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI combining select statements

2000-03-10 Thread Tim Warman

Listers,

Is there a way to combine these two SQL queries into one, so that I don't
have to save the results of the first query as a table before performing the
second?

I have three tables called Wells (point locations), Water_Levels
(non-mappable data about the points) and Basin_Block_1 (single region
object).

Query 1: Select * from Wells, Basin_Block_1 where Wells.obj intersects
Basin_Block_1.obj into BasinBlock1_Wells.

Query 2: Select * from Wells, Water_Levels where
Wells.State_No=Water_Levels.State_No and Month(Wells.Date)= Any(3,4,5) and
Year(Wells.Date)=1995

TIA,

_
Tim Warman
Geologist & GIS Specialist
Richard C. Slade & Associates
North Hollywood, CA
(818) 506-0418

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



Re: MI Imagery question

2000-03-10 Thread Charles Huyck



PCI, ENVI, and ERDAS all have free viewers that should do the trick.  The ERDAS
viewer works really well.  You can download them from their respective
homepages.

Note ENVI is NOT www.envi.com, I think it's www.rsi.com, or something.








Fran Peck <[EMAIL PROTECTED]> on 03/10/2000 08:10:18 AM





  
  
  
 To:  "Mapinfo-L (E-mail)" <[EMAIL PROTECTED]>
  
 cc:  (bcc: Charles Huyck/EQE)
  
  
  
 Subject: MI Imagery question 
  







I received a demo CD of some 11 bit (Geotiff) satellite imagery data, but
need to find out if there is a free or demo viewer that will allow me to
view this. Any recommendations?

Fran Peck
Peoria Unified School District
6330 W Thunderbird Rd
Glendale, AZ 85306
Voice: 623-486-6099
Fax: 623-486-6111
Email: [EMAIL PROTECTED]

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



RE: MI Imagery question

2000-03-10 Thread LEPAGE, MIKE (MIKE)

er mapper has a free image view that loads most formats.

www.ermapper.com

Mike Lepage, B.Sc.
Senior RF Engineer
Wireless Professional Services
Lucent Technologies
636-891-2130
[EMAIL PROTECTED]


-Original Message-
From: Fran Peck [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 10, 2000 10:10 AM
To: Mapinfo-L (E-mail)
Subject: MI Imagery question


I received a demo CD of some 11 bit (Geotiff) satellite imagery data, but
need to find out if there is a free or demo viewer that will allow me to
view this. Any recommendations?

Fran Peck
Peoria Unified School District
6330 W Thunderbird Rd
Glendale, AZ 85306
Voice: 623-486-6099
Fax: 623-486-6111
Email: [EMAIL PROTECTED] 

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI imagery additional info

2000-03-10 Thread Fran Peck

Thanks for the response, George and John. MI won't open the image in either
raster or running georeg.mbx - I had already tried that. When I just try to
open as a raster, I get "Raster engine unable to recognize image file
format". When I try to open using georeg.mbx, I get "Specified file does not
contain valid registration information." The vendor that distributed these
yesterday at the meeting I attended said because they are 11 bit, in ArcView
they would have to be viewed with ArcView Image Extension, but I don't know
what I would need with MI.  Will keep trying.

Fran Peck
Peoria Unified School District
6330 W Thunderbird Rd
Glendale, AZ 85306
Voice: 623-486-6099
Fax: 623-486-6111
Email: [EMAIL PROTECTED] 

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI FW: Selecting Polylines WIthin Polygons (SUM)

2000-03-10 Thread Stokes Jonathan

Hi All
as i promised that sum (i'm bored with registering raster images now)
Only one of the answers appeared to work (and that not completely - i'm
still tinkering. Many Thanks to Russell Lawley.

Anyway  here is the original Question

> Hi Listers
> an object geography type question for y'all
> 
> I have a set of polygons and a set of polylines. The objects in the
> polyline table fall into two categories. One lot run contiguous to the
> boundaries of the Polygon coverage (imagine the Polygon covergae after a
> 'convert to polylines' operation and that is them). The other lot of
> polylines are not do not run contiguous to the Polygon boundaries and are
> in fact completely enclosed by those polygons.
> 
> What I need to do is select all those polylines that are 'within' the
> polygon boundaries so I can create a new dataset. I have tried various SQL
> spatial statements but they do not seem to be achieving what I need
> 
> TIA and will sum
> 
And the Answwer

save a copy of your polygon table and then turn all thos polygons into
polylines (i'm calling this table "edges").
now pack the  table with the two types of line (polylinetab), add a
new column and then update it with rowid so that each of your lines
has an identifier (say LINEID).

now write out the following SQL to the SQL window
SELECT sum(objectlen(overlap(polylinetab.obj,edges.obj) , "m")) 
"RL_TEST" , polylinetab.LINEID
FROM
polylinetab,edges
WHERE
polylinetab.obj INTERSECTS edges.obj
GROUP BY
polylinetab.LINEID

run the query.

this will give you grouped table showing an amount of overlap and a
LINEID for all the polylines that have an overlap, with the EDGES of
your polygons. 
lines that only intersect the edges, not run along them, will have an
overlap of 0m and they will have be grouped together in the row with 
an RL_test = 0

NOW, you have to save that query result as a table . Open it, DELETE
the row that contains an RL_test = 0   (remember, it has grouped all
the lines that do not overlap, into this one record!)

now run a query to select from the polylinetab all thos records whos
lineID is NOT in the query result.

select * from polylinetab where NOT lineid in (select lineid  from
queryX)

Plus,

I forgot to mention, that because it calculates an overlap, if some of
your lines are semi concordant with the edge lines you can also pick
out these by selecting lines with an RL_test (overlap)  greater or
less than a certain value...(but dontforgetthre will be several
lines with rl_test = 0..NOT just the lineid quoted in the resultin
query!)

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI : save window as / DPI

2000-03-10 Thread Marino, Donnie @ Denver Downtown
Title: MI : save window as / DPI





Hello my friends,


I was wondering if there was a way to set the dots per inch (DPI) when performing a 'save window as jpeg' from a map window. They default to 96 dpi which is not really good enough.

Thanks for any help,


Donald Marino
Mapping Specialist
720.528.6353
[EMAIL PROTECTED]


CB Richard Ellis
www.cbrichardellis.com






Re: [MI Centroid...]

2000-03-10 Thread Jo Jordon Consulting Inc.

"David Eagle" <[EMAIL PROTECTED]> wrote:
> Ladies and Gentlemen, I have a no doubt simple question for you...
> 
> How do I change the location of a polygons centroid (probably 
> defeats the idea of it being a centroid!) More specifically I have 
> thematically created some bar graphs which once generated are 
> not where I wish them to be. Anyone know how I can drag them 
> into the right place?
> 
> TIA
> Dave


Dave,

What you want to do is modify your thematic map to change the orientation of
your bar graphs.  This may be done by using that pad of 9 buttons which each
have a red dash and a blue diamond on them.  It is used for both graph and
autolabel orientation.  The diamond refers to your object's point/centroid and
the dash displays the location of the label/graph.

Labels may be moved from that chosen location, however, graphs and pie charts
may not.

Best,
Jo


Jo Jordon Consulting
MapInfo Certified Instruction
Vertical Mapper Certified Instruction
GIS Consulting
www.geocities.com/jordonjv
[EMAIL PROTECTED]



Get free email and a permanent address at http://www.netaddress.com/?N=1
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI TeleGeo - Program

2000-03-10 Thread Robert Laurini

TeleGeo 2000

SECOND INTERNATIONAL WORKSHOP ON TELEGEOPROCESSING (GIS + Telecommunications)

NICE-SOPHIA ANTIPOLIS, France - May 10-12, 2000

For details: http://www.insa-lyon.fr/Labos/LISI/telegeo/


PRELIMINARY PROGRAM

Wednesday May 10th 2000

09:00-10:30 Registration 

10:30-11:00 TeleGeo Opening Ceremony

11:00-12:00 Session 1

Towards Conceptual Modelling of TeleGeoProcessing Applications. A. Lbath, CIRIL, 
France.

AIGLE: a Case Tool for Web-based GIS Applications. F. Pinet, INSA of Lyon, France.

13:45-15:30 Session 2

Keynote Speaker: France Telecom

Use Cases of Vehicle Location Systems based on Distributed Real-time GPS Data. F.J. 
Zarazaga, P. Alvárez, J. Guillo, R.
López, J. Valiño, University of Zaragoza, Spain.

Implementation of a GIS Application for French Fire-fighters in Mediterranean Area. S. 
Sauvagnargues, B. L’Héritier, T.
Boussardon, Alès School of Mines, France.

A Web Site for Diffusing and On-line Up-dating by the Users of Georeferenced Raster 
Maps of Land-cover of Wetlands and
their Basin-slopes in the French Region Languedoc-Roussillon. C. Tuffery SIG L-R, H. 
Durand Alisé, France.

16:00-17:15 Session 3

Keynote Speaker: ESCOTA

Java Application Architectures to Facilitate Public Access to Large Remote Sensed and 
Vector Geographic Data. P.
Fernandez, J. Nogueras, O. Cantan, J. Zarazaga, P.R. Muro-Medrano, University of 
Zaragoza, Spain.

Trying Java Technology in Geologic-Mining Information System Distributed over an 
Inter/intranet Environment. M.A. Latre,
R. Béjar, P. Fernández,P. Alvárez, P.R. Muro-Medrano, University of Zaragoza, Spain.

17:15-18:00 Session 4 : Poster session

Thursday May 11th 2000

09:00-10:15 Session 5

Keynote Speaker: Alcatel

Decision Support for Australian Locust Management Using Wireless Transfer of Field 
Survey Data and Automatic Internet
Weather Data Collection. E.D. Deveson, D.M. Hunter, APLC-AFFA, Australia.

Telegeoprocessing for Decision Making in Sustainable Development. A. Kaaniche, CERES, 
Tunisia

10:45-12:30 Session 6

Keynote Speaker: RATP

Reactive GIS for Monitoring the Environmental Impacts of Road. A. Boulmakoul, 
University of Mohammedia, Morocco, C.
Braban-Ledoux, Darlana University, Sweden, 

Intregrating GIS, GPS and GSM Technologies for the Effective Management of Ambulances. 
G. Derekenaris, J. Garofalakis,
C. Makris, J. Prenzas, S. Sioutas, A. Tsakalidis, University of Patras, Greece.

HYPERTMD: A TelegeoMonotoring System for the Transportation of Hazardous Materials. A. 
Boulmakoul, University of
Mohammedia, Morocco, R. Laurini, CB University of Lyon, France.

14:15-16:00 Session 7

Keynote Speaker: CHPG Monaco

A Distributed Virtual Reality Prototype for Real Time GPS Data. R. Ladner, Naval 
Research Laboratory, M. Abdelguerfi,
G.G. Richard III, L. Klos, B. Liu, K. Shaw, University of New Orleans, USA.

NEXUS-Positioning and Data Management Concepts for Location Aware Applications. D. 
Fritsch, D. Klinec, S. Volz,
University of Stuttgart, Germany.

GIS Interoperability : An Overview. K. Yétongnon, D. Benslimane, E. Leclercq, F. 
Jouanot, N. Cullot, University of
Burgundy, France.

16:30-18:00 Session 8: Panel Discussion

19:00 TeleGeo Banquet on a Boat near Leyrins Islands

Friday May 12th 2000

09:00-13:00 Session 9 : GIPSIE Information Session (to be confirmed)

Working title: "GIS, Telecom and Interoperability, the Role of GIPSIE and OpenGIS"

>From 09:00 GIPSIE Registration

09:30-09:35 Welcome (TBD)

09:35-10:30 Telecom and OpenGIS, the Big Picture. Werner Kuhn, University of Münster, 
Germany.

10:30-11:00 GIPSIE What, Why & How? Maurits van der Vlugt, TU of Vienna, GIPSIE, 
Austria.

11:30-12:30 The OpenGIS Business Case in France. Speakers from French (Swiss?) 
Industry: for Instance Electricité de
France, INSDOM, ILOG, Matra, on how OpenGIS helps Improve their Business (demos 
allowed)

12:30-13:00 What GIPSIE can Mean for France. Francois Salgé, IGN, France.

13:00-13:15 TeleGeo Closing Ceremony

===

POSTER LIST

UTIS (Urban Transportation Information System): A Geo-Spatial Transport Database, A. 
Etches, S. Ince, P. James, D.
Parker, The University of Newcastle upon Tyne, GB

Paraná State Spatial Data Infrastructure, M. de Lacerda Pessoa, M-L Cortopassi Lobo, 
State of Paraná, Brazil.

Presentation of the South African Integrated Spatial Information System (SA-ISIS), P. 
du Plessis, CSIR, South Africa

Location-Dependent & Value Added Services (VAS) for Mobile Communications (applied to 
Welcome and Travel
Management Applications), H. Tobiet, NMG Telecoms, France

Open Geospatial Datastore Interface (OGDI): A Geospatial Data Infrastructure Solution, 
G. Clément, C. Larouche, Global
Geomatics Inc., Canada

Remote Sensing and Air Quality in Urban Areas, L. BASLY, L. WALD, Ecole des Mines de 
Paris, France




|  Prof. Robert LAURINI 

MI Imagery question

2000-03-10 Thread Fran Peck

I received a demo CD of some 11 bit (Geotiff) satellite imagery data, but
need to find out if there is a free or demo viewer that will allow me to
view this. Any recommendations?

Fran Peck
Peoria Unified School District
6330 W Thunderbird Rd
Glendale, AZ 85306
Voice: 623-486-6099
Fax: 623-486-6111
Email: [EMAIL PROTECTED] 

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Centroid...

2000-03-10 Thread Stephen R. Riese

Message text written by "David Eagle"
>How do I change the location of a polygons centroid (probably 
defeats the idea of it being a centroid!) More specifically I have 
thematically created some bar graphs which once generated are 
not where I wish them to be. Anyone know how I can drag them 
into the right place?<

Dave,
Not real sure about the bar graphs, but I'd recommend you check to make
sure the centroid is where you think it is.  In at least one case (mine), a
quirk in MI returns the lower left corner of a grid cell as the centroid
(MI 5.0).  This forces me to add half the cell width to the X and Y
coordinated to get the real centroid.  I didn't realize this until I forced
a graphical output (line) that indicated where the reported centroid was.
Good luck,
Steve Riese

PS I'm talking about grids created with the GRIDMAKR program that ships
with MI.

[EMAIL PROTECTED]
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



Re: MI Centroid...

2000-03-10 Thread David Eagle

I thank you...Typically as obvious as expected but it is Friday 
afterall!

On 10 Mar 00, at 16:42, laurent Frilleux wrote:

hello,

you have a solution, your table must be editable and you have to select the
polygon and click on the tool for editing the nodes so you can move you
centroid.

Laurent Frilleux

STRATEGIS SA
Zolad Mini Parc Bat 2
912 rue de la croix verte
34198 Montpellier cedex 5
-Message d'origine-
De : David Eagle <[EMAIL PROTECTED]>
À : [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date : vendredi 10 mars 2000 15:18
Objet : MI Centroid...


Ladies and Gentlemen, I have a no doubt simple question for you...

How do I change the location of a polygons centroid (probably
defeats the idea of it being a centroid!) More specifically I have
thematically created some bar graphs which once generated are
not where I wish them to be. Anyone know how I can drag them
into the right place?

TIA
Dave

_
David A. Eagle
WS Atkins Consultants - East Anglia
Wellbrook Court, Girton Road, Cambridge, CB3 0NA.
Direct Dial Tel: (01223) 814090, Fax: (01223) 277529
E-Mail: [EMAIL PROTECTED]
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]


_
David A. Eagle
WS Atkins Consultants - East Anglia
Wellbrook Court, Girton Road, Cambridge, CB3 0NA.
Direct Dial Tel: (01223) 814090, Fax: (01223) 277529
E-Mail: [EMAIL PROTECTED]
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Formating columns

2000-03-10 Thread Swayze, Natalie: #PNWT - PTNO

I'm trying to link 2 tables with a common column "PIN#". The problem is, in
one table, the column has a default of 9 digits( Char) with 2-3 zeros
inserted in front of the actual number. In the other table, only the number
itself is displayed with 6-7 digits( i.e. without the zeros).
Is there a way to either delete the zeros from the 1st table or make the
second table 9 digits in length with the zeros added.? Can this be done
directly in MI or a text editor or spreadsheet?
( I have the files in .tab, .dbf, and .txt formats...)
Any input much appreciated!

Natalie Swayze
Spectrum/ROS/IC/GC/CA
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI topology sum

2000-03-10 Thread Fran Peck

Thanks to all who responded.

Sum follows:

1)  After you draw the first boundary, you can use the node snap ('S'
key to
turn on and off) to trace the common boundary line when drawing the next
polygon.
Hint: If you want to trace over a big piece of boundary (especially if it's
complicated), click the first point with snap on, hold down CTRL and click
further down the line.  The points in between will be automatically traced.

If you've already drawn the polys and you want to correct them, select the
worst of the two adjoining polys, click the Node Edit button, and drag the
nodes over the good poly so they overlap.  Then select Objects>Set Target.
Select the good poly and pick Objects>Erase.  That will "cut" your bad poly
to exactly match the good one.

2)  Mapinfo has no topology program within it. I am aware that recently
a
topological add-on has been released by mapinfo. Its around $2000 AUD. I
purchased a product called CartaLinx from the IDRISI mob @ Clark Uni for
around
$500 USD. I recall that they have a fully functional demo version on their
www
site. This demo may be enough to do your small job. I wouldn't advise buying
it
except if you plan using it for small jobs. When I loaded one of my datasets
into it, it took "hours" to do a job that ESRIs Data Automation Kit (around
$2000 AUD) took less than a minute to do. I ended up buying DAK as because
cartalinx didn't work on larger datasets. Beware though, DAK is an old DOS
program souped up to work in Windows. It lacks some of the windows
functionality
we've come to be used to, but if you're really only wanting to CLEAN & BUILD
topology, its a real winner.


3)  There are a number of ways that you can create polygons so that you
do not
have this problem. 

Method one is to have snap switched on if you are heads up digitising
existing polygons. To set snap tolerance  Options / Preferences / Map
Window. This is a bit laborious if you have more than a few polygons to
create.

The next method is to copy the line nodes from the layer with the existing
polygon boundaries on to your new layer. To do this, ensure the layer with
the polygons or boundary lines to copy, is set to editable. Select a polygon
or polyline, select reshape button, then use shift click or alt click to
select the nodes you require.  Hit Ctrl  C (copy) then go to layer control
make your new layer editable. Hit Ctrl V (paste). Continue to do this until
you have created your new schools boundary based on the original table
polygons.

Method three; If you are creating your school boundaries from scratch you
can create the first polygon then each additional is purposely created to
overlap the first polygon. Then you use Objects / Set Target / Erase or
Split.

You will probably find that you will need to use a combination of all three
of the above to achieve the result you want.


Thanks to all.  I am still working on it to figure out the "best" way to
deal with the issue.

Fran Peck
Peoria Unified School District
6330 W Thunderbird Rd
Glendale, AZ 85306
Voice: 623-486-6099
Fax: 623-486-6111
Email: [EMAIL PROTECTED] 

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Splitting Polylines

2000-03-10 Thread Stokes Jonathan

Afternoon All (depends on your spatial location obviously)

I've just done a split operation in MI 4.5.2 but some of the lines have
remained 'joined.' that is they are the polyline equivalent of complex
regions (where you have multiple polys for one record in the attribute
table). i need to split these up completely as i have to have one line in
the table for each spatial object. i could port the whole lot into ArcInfo
(PC version via e00) and then back again which would sort it but it seem
like a load of hassle

any ideas ?

TIA and will sum (damn i haven't done the last one - expect it about 5.00pm
when i am really desperate to go home).

Jon. 


Jonathan Stokes
GIS Analyst
***
Geoplan, 14 - 15 Regent Parade, Harrogate,
North Yorkshire, HG1 5AW.
tel 00 44 (0) 1423 722715
fax 00 44 (0) 1423 525 545
www.geoplan.com
***

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Centroid...

2000-03-10 Thread David Eagle

Ladies and Gentlemen, I have a no doubt simple question for you...

How do I change the location of a polygons centroid (probably 
defeats the idea of it being a centroid!) More specifically I have 
thematically created some bar graphs which once generated are 
not where I wish them to be. Anyone know how I can drag them 
into the right place?

TIA
Dave

_
David A. Eagle
WS Atkins Consultants - East Anglia
Wellbrook Court, Girton Road, Cambridge, CB3 0NA.
Direct Dial Tel: (01223) 814090, Fax: (01223) 277529
E-Mail: [EMAIL PROTECTED]
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Friday Humor: Are You A Professional?

2000-03-10 Thread John Hoffmann



Are you smart enough to be a professional?
The following 4 question quiz will tell if
you are qualified  to be a professional. 
According to statistics of Andersen Worldwide, 
about 90% of the professionals who take this exam 
have failed. Read the question, give your answer,
and then  scroll down for the answer to that question. 
The questions are not that difficult.
No cheating please!


Okay ... Question #1
How do you put a giraffe into a refrigerator?











Answer to 1
Open the refrigerator door, put in the giraffe and close 
the door. Simple enough?

This question tests whether you are doing simple tasks in 
a complicated way.



Question 2
How do you put an elephant into the refrigerator?











Answer to 2
If you said: Open the refrigerator door, put in the elephant 
and close the refrigerator door...
YOU ARE WRONG!
The correct answer:
Open the refrigerator, take out the giraffe, put in the 
elephant and close the refrigerator door.

This question tests your prudence.





Question 3
The Lion King is hosting an animal conference.  All the 
animals attend, except one.  Which animal does not attend?












Answer to 3
The correct answer: The Elephant.
Why? The Elephant is in the refrigerator.

The question tests whether you have comprehensive thinking.




Okay.  If you did not answer correctly the last 3 questions,
this one may be your last chance to prove your 
qualifications to be a professional.





Question 4
There is a river, which is inhabited by crocodiles.  
How do you manage to cross the river?

   Think...
   Think.
   THINK!











Answer to 4
Simply swim through it to the other side. 
All the crocodiles are attending the animal meeting!



On March 10 in History . . . 

* 1791 - John Stone, Concord, Mass, patents a pile driver
* 1896 - After Bob Fitzsimmons KOs much larger Jim Corbett 
 to win world Heavy Weight championship he says,
 "The bigger they are, the harder they fall"


-- 

John H. Hoffmann

Personal
 E-mail:  [EMAIL PROTECTED]

"There is one thing stronger than all
 the armies  in the world: and that is
 an idea whose time has come."
-- Victor Hugo
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



Subject: Re: MI MapX - can mapx import mif/MID files

2000-03-10 Thread JOHN-MCCARTHY


I think there exist a problem within how MapX creates 
tables using the createlayer method. Since the new table 
has a single field and only a single field 'geoname'it 
is not possible to create a table with multiple columns 
of data. So the importation of a MID/MIF would be 
limited to the first column of data and the object 
associated with it. With that being said, the only way 
to actually import or populate a table from a MID / MIF 
would be to have a skeleton table with no data, the 
correct columns already created, then just import only 
the objects and fill in the fields with the associated 
data bound to the object. The problem with this is you 
need to create the initial table with mapinfo. All 
sounds kind of dumb doesn't it. If anyone has found a 
different way of doing this in MapX I'd be interested in 
hearing it, and also might volunteer some of my time on 
such a project since I have most of the other code 
aready written.


> MapX users have to write their own import routine for 
MID/MIF
> files. It's not hard, but it is tedious and takes some 
time. A
> routine to do this would be a very handy shareware 
tool if anyone
> feels like getting world-famous and possibly getting 
some
> contract work by showing what they can do... (any 
takers?)
> 
> - Bill Thoen
> 
> > Dr Rajeev saraf wrote:
> > 
> > HI guys:
> > I did not see any documentation in mapx brochure 
about able to
> > import mif files. is this true? MapX cannot read 
mif/mid files.
> > if so, then how do we create files using VB and then 
just
> > viewing it in map window?
> > ---

 
 

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



Re: MI MapX - can mapx import mif/MID files

2000-03-10 Thread Bill_Wemple


There already is a MIF Import sample application on the MapX website.  Log
on to www.mapx.com, go to download section for MapX, then access the
testdrive center to get at the sample applications.  Its toward the bottom
of the list for samples in Visual Basic.  Please follow the readme closely.
It may need a little tweaking, but it should get you on your way.

Regards,
-Bill

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



RE: MI Remove spaces from text

2000-03-10 Thread Ian . Straus

You might export them to MS-Access, and use the Trim$ function to take
the blanks off both ends.  Better yet, redo it all with Access, with
several Trim$ in the statement, and get rid of your interior extra
blanks.
Yes, concatenate is the right word.
 
Ian Straus

> -Original Message-
> From: David Reid [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, March 09, 2000 7:19 PM
> To:   [EMAIL PROTECTED]
> Subject:  MI Remove spaces from text
> 
> Greetins List,
> 
> I've seen something similar to this before but cannot locate.  I have
> concatenated (if that's a real word) 5 columns;  Dir Name Tfare Sufx
> & Zip into one; "Street"
> 
> And as you might suspect, I now have many records or "Streets" whos
> name begins with a blank space.  Also, I have as many records with
> two blank spaces between the Street and Zip code.
> 
> How might I move all these unwanted spaces?
> __
> David Reid
> [EMAIL PROTECTED]
> 
> 
> --
> To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and
> put
> "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Contours lines and surfaces from Mapinfo grids (*.mig)

2000-03-10 Thread Roeland van der Spek

Hi All,

Mercator Geosystems has developed GridContour. A MapInfo plug-in that
creates contour lines and surfaces from any native MapInfo grid. A fully
functional, time limited version can be downloaded from www.mercatorgeo.nl

Go ahead, give it a try!

Thanks to all the List users who helped develop and tested this product.

Regards,
Roeland

Roeland van der Spek
[EMAIL PROTECTED]

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI MapInfo Pro & Oracle 8i Spatial

2000-03-10 Thread Chris Clarke

I was wondering if anybody has had any experience of retaining the symbology
of MapInfo tables that have been uploaded into Oracle 8i Spatial. I
understand that 8i only stores one set of symbology per table but wondered
if anyboby had a clever way of doing it ie. extracting the symbology to a
lookup table in 8i and reapplying it when the data is accessed with MapInfo
Pro. Thematically mapping it by attributes when it is loaded is not an
option, we have several thousand TAB files, mainly geology, that have
intricate colour schemes.

Any thoughts would be appreciated.

Regards

Chris

Meridian GIS
PO Box 295
Level 2, 1050 Hay Street
West Perth 6872
Western Australia
Phone : (618) 9226-0101
Fax : (618) 9226-0102
email [EMAIL PROTECTED]




--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI subscribe

2000-03-10 Thread Colin Pike

subscribe
--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Using Encrypted Files in MapX - or storing MAP files in a different dir to TAB file.

2000-03-10 Thread carl . nunn

I am writing an application using MapX which requires the map data files to
be encrypted (for copy protection).

Does anyone know of a means to do this?

I am currently investigating using C-Dilla but this may not work correctly
with an OCX.

Alternatively, does anyone know of a means in MapInfo/Mapx to store the .MAP
in a different directory to the .TAB file?

Thanks

Carl Nunn
- ALIGNED ASSETS   -   telephone: 01483 306 210  -  web:
www.aligned-assets.co.uk

--
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]



MI Problem with MapX 4

2000-03-10 Thread Rohit Goel



Hi,
Can someone help me with this strange 
problem.
I created a dll using Mapx 4 in Visual Basic. When 
I
access the dll from another Vb project, it runs 
fine. But
when I access it from an ASP file running in 
Internet Explorer
it says that Mapx40.ocx or one of its dependencies 
is not correctly
registered. The user manual says that I might have 
to pass the license
string while creating a Mapx object. How do i pass 
it from the Vbscript
code in the asp file, if that is necessary. 

Thanks
Rohit