Re: MI-L How do I calculate the total length of roads within a region.

2004-09-24 Thread Martin A Spiers




On possible method (there may be better ones)

Split the road networks into sections within each concentric ring
Sum the length within each region

Hope this helps

Yours

Martin Spiers


   
 
  "Cowper, Brian"  
 
  <[EMAIL PROTECTED]To:   "MapInfo-L \(E-mail\)" 
<[EMAIL PROTECTED]> 
  com> cc: 
 
   Subject:  MI-L How do I calculate the 
total length of roads within a region. 
  24/09/2004 16:23 
 
   
 
   
 




I have a road network as a table and another table which has a series of
regions - a bit like a set of concentric circles which form donut regions,
with each region not over lapping. what I need to do is calculate the
length of roads within each donut region. I have several tables of historic
road network (e.g. 1950 network, 1960 network 1970...) and would need to
the same calculations for each historic road network table.

I do not have MapBasic, is this something I can do easily in MapInfo
through queries?

Brian Cowper

-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 13504





-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 13505



Re: MI-L MaoInfo Area Calculator

2004-09-28 Thread Martin A Spiers




If I understand correctly, you'll need to convert the outlines to regions
first. If the outlines originated in OS [EMAIL PROTECTED] Mastermap mapping then they
may not be closed. There's commercial software - PolyWiz - which converts
OS vector maps to regions of land, water, roads and buildings.

Then add a column to the table to contain the size of the objects
and use something like

Alter Table "mytable" ( add area Float ) Interactive
Update mytable Set area = CartesianArea(obj, "sq m")


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 13528



Re: MI-L "Unable to update table xxx"

2004-10-21 Thread Martin A Spiers




Interesting...

I just tried this (on Mapinfo 6.5 running on Windows 2000) and it worked
fine. So it looks like the proble may be with Mapinfo 7?



   
 
  "Andrew Harfoot" 
 
  <[EMAIL PROTECTED]To:   Wotzhere <[EMAIL PROTECTED]> 

  on.ac.uk>cc:   "MapInfo List" <[EMAIL 
PROTECTED]> 
   Subject:  Re: MI-L "Unable to update 
table xxx"  
  21/10/2004 12:54 
 
   
 
   
 




Hi

The error reported when the table is saved is as follows:

'Unable to update table , Operation cancelled'

It doesn't cause the Mapinfo session to end, just deletes the transaction
files for the table currently being edited. The transaction files would be

deleted if the save proceeded according to plan, once the changes had been

written to the base table files. It looks like the process is being
interrupted by the error such that the transaction files are deleted
before the base table is updated, and the edits are lost.

To be more precise about the sequence of actions that produces the error,
I have written a workspace appended below:

!Workspace
!Version 650
!Charset WindowsLatin1

create table tabCheck (ID integer) file tempfilename$("")
create map for tabCheck
insert into tabcheck (obj) values (mbr(createline(0,0,2,2)))
insert into tabcheck (obj) values (mbr(createline(1,1,3,3)))
commit table tabcheck
map from tabCheck
set map zoom entire layer tabcheck layer tabcheck editable on

note "Two overlapping objects created"

select * from tabCheck where rowid=1 into temp
set target on
select * from tabCheck where rowid=2 into temp

note "First object set to be a target, second object selected"

objects erase into target

note "Erase operation performed"

delete from selection

Note "New object deleted"

run menu command 201

Note "Deletion undone"

commit table tabCheck


After the final "Deletion undone" message, the workspace attempts to save
the changes to the table. At this point, the error message should appear.

Andrew



On Thu, 21 Oct 2004 08:39:35 +1000, Wotzhere <[EMAIL PROTECTED]> wrote:

> Hi,
>
> When you say you get an error, are we talking about a MapInfo.exe error
> and MapInfo closes losing all data, or just an error - cannot save
> table?  I do what you say quiet a lot, and had one instance on XP that
> caused so many crashes that I wrote my own cutter tool function.  I am
> convinced the problem there the issue was selection of the records
> created in the table to get rid of the debris left behind by the
> standard  mapbasic cutter function.  There is a possible connection.
>
> r
>
> On Wed, 20 Oct 2004 11:18:22 +0100, Andrew Harfoot
> <[EMAIL PROTECTED]> wrote:
>
>> Hi Sarah & List
>>
>> I have managed to reproduce an error very similar to this consistently
>> in MI Pro 7.0 and 7.8 with the following sequence of actions:
>>
>> Create a new, mappable table, make it editable
>>
>> 1. Draw a region
>> 2. Draw another 'cutter' region that partially or completely overlaps
>> the first
>> 3. Set the first region as a target, and 'Erase' using the cutter region
>> 4. Delete the resulting modified region
>> 5. Undo the deletion
>> 6. Attempt to save the table
>>
>> The error message is produced, and all unsaved data is lost
>> (transaction files are wiped)
>>
>> The key operation appears to be the undoing of the deletion (or other
>> modification?) of an unsaved object that has been generated by Mapinfo
>> in an object modification (eg Erase, Split, Combine etc. - these all
>> delete the target objects and insert new ones into the table) as
>> opposed to a user generated polygon.
>> Significantly, (I think) if the table is saved between steps 3 and 4
>> then the error does not arise.
>> I have reproduced the error on three different machines, running
>> Windows XP and 2000 and MI 7.0 (build 26) and 7.8. The error does not
>> occur on MI Pro 6.0.
>>
>> Sarah - do you think this is the same bug, if so, you might want to
>> avoid using the undo tool when performing object manipulation
>> operations.
>>
>> Andrew
>>
>> On Tue, 19 Oct 2004 09:02:35 +0100, GIS Helpdesk
>> <[EMAIL PROTECTED]> wrote:
>>
>>> Error Message "Unable to update Table xxx"   (xxx=name of table)
>>>
>>> Using MapInfo 7.5
>>> Win

MI-L Updating table with line start/end coordinates

2004-10-27 Thread Martin A Spiers




I have a table which contains lines (no polylines) and want to update four
columns with the start and end coordinates. What is the approprate syntax
to do this?
   
   
   



=
This electronic communication and its attachments may contain confidential,
proprietary and/or legally privileged information and are for the sole use
of the intended recipient. If you are not the intended recipient, any use,
distribution, or reproduction of this communication is strictly prohibited
and may be unlawful; please contact the sender and delete this
communication.
MWH does not warrant or make any representation regarding this transmission

whatsoever nor does it warrant that it is free from viruses or defects,
correct or reliable. MWH is not liable for any loss or damage that occurs
as a result of this communication entering your computer network.

The views expressed in this message are not necessarily those of MWH.
This communication cannot form a binding agreement unless that is the
express
intent of the parties and they are authorized to make such an agreement.
MWH reserves all intellectual property rights contained in this
transmission.
MWH reserves the right to monitor any electronic communication sent or
received by its employees.


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 13840



Re: MI-L UK Region

2004-11-09 Thread Martin A Spiers




I think there's a TAB in the sample data which comes with MapInfo,
consiting of UKregions. This can be easily manipulated to just contain the
coastline.



 
  "Andrew Tracey"   
 
  <[EMAIL PROTECTED]To:   
<[EMAIL PROTECTED]>
  mbc.gov.uk>   cc: 
 
Subject:  MI-L UK 
Region 
  09/11/2004 09:00  
 

 

 




Dear All

This may seem like a simple request but does anyone know where I can obtain
a MapInfo tab file, which is a outline of the UK.

I would be most grateful if anyone could help.

Regards
Andrew Tracey
Information Support Officer
Corporate Information
Corporate Growth and Focus
Corporate Development
South Tyneside Council
Westoe Road
South Shields
NE33 2RL

Tel: 0191 4247561
E-Mail : [EMAIL PROTECTED]



Please do not print this e-mail if you can help it - and help protect the
environment.


This Message may contain confidential information and is protected by
copyright.
If you receive it in error please notify us and delete it without making
use of or copying it.
The addressee and other employees within the Council may read and copy any
e-mail
reply to this message and other e-mails you send to us.
Whilst we use virus checking procedures we accept no liability for viruses
and recipients
must rely on their own virus checking procedures.


The Council's web site address is www.southtyneside.info

-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 13964





-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 13966



Re: MI-L Re: cross-section profile

2004-11-26 Thread Martin A Spiers




This can be done using Vertical Mapper, if the data points are translated
into a suitable grid.

Yours,

Martin Spiers
Senior Engineer
MWH


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 14244



RE: MI-L MI and statistical packages

2004-12-08 Thread Martin A Spiers




The easiest way to import DWG files to MapInfo is probably to use the
Universal Translator.
However, this has problems with new versions of the DWG file specification.
Many problems can be solved by saving the dwg file in AutoCAD v12 format.
This does have the downside that some functionality of the dwg file may be
lost.
The following article in Autodesk's support site may be some help:
http://usa.autodesk.com/adsk/servlet/ps/item?siteID=123112&id=2896122&linkID=2475323.
Alternatively, more details of the internal workings of dwg files are
provided at the Open Design Alliance's website:
http://www.opendesign.com/downloads/guest.htm


   
  "Leathem, Sean"  
  <[EMAIL PROTECTED]To:   
<[EMAIL PROTECTED]>
  ure.gov.ie>   cc:
Subject:  RE: MI-L MI and 
statistical packages
  08/12/2004 15:12 
   
   





Hey list

I am looking for information concerning dwg files which are produced in
AutoCAD and how does one export those files to MapInfo.
Also any information concerning dwg files would be helpful

Thanks
Seán





**
***  Department of Agriculture and Food ***

The information contained in this email and in any
attachments is confidential and is designated solely
for the attention and use of the intended recipient(s).
This information may be subject to legal and professional
privilege.  If you are not an intended recipient of
this email, you must not use, disclose, copy,
distribute or retain this message or any part of it.
If you have received this email in error, please
notify the sender immediately and delete all copies of
this email from your computer system(s).
**


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 14432





-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 14436



Re: MI-L text object too object data tool.

2005-01-27 Thread Martin A Spiers




There is a tool for adding the text within regions to a field belonging to
the region object - I've used it when converting dxf files. Unfortunately I
can't remember its name, but it should be on the Directionsmag site.

Sorry this isn't more useful

Yours

Martin Spiers




   
  "Mathew Linnane"  
   
  <[EMAIL PROTECTED]To:   

  nsw.gov.au> cc:   
   
  Subject:  MI-L text object 
too object data tool. 
  27/01/2005 03:55  
   

   

   




   Has anyone created a text object too object data tool?

   Mathew Linnane

   Geographical\Land Information System's Officer.
   (GIS-LIS)
   Queanbeyan City Council.
   257 Crawford Street
   Queanbeyan NSW 2620.
   Bus: (02) 6298 0205
   Fax: (02) 6297 4044
   Mob: 0412 565 552
   Email: [EMAIL PROTECTED]










-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 15016



Re: MI-L Postcodes

2005-01-28 Thread Martin A Spiers




This will depend greatly on what information is in  your addresspoint file
and in the missing addresses.
I presume you're in the UK
Possible solutions:
Map the addresspoint table and then match this to the addresses graphically
Match the addresses using some portion of the data which is in both files,
eg road name plus house number
There are commercial solutions: for a small sample the Post Office's web
site can be used for free
https://www.postoffice.co.uk/portal/po/postcodefinder;jsessionid=HI2GPAMJEQCLMCRAZRYUOSQKEDGHEQ2K?pageId=pol_login&catId=7800129&_requestid=25902&cs=1




  "Angela. S.   

  Winton"  To:   
MapInfo-L@lists.directionsmag.com  
  <[EMAIL PROTECTED]cc: 
 
  tmail.com>   Subject:  MI-L Postcodes 



  27/01/2005 17:10  









Dear all,

Something very simple but I am hoping somebody can help...I have 500
addresses most of which have incomplete postcodes, what I need to do is
find
the corresponding postcode for each address.  I have at hand a file called
Addresspoint.  Any ideas how I can use this and find the postcodes?

Many thanks

Angela

_
It's fast, it's easy and it's free. Get MSN Messenger today!
http://www.msn.co.uk/messenger


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 15022





-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 15036



Re: MI-L Coordinates

2005-03-08 Thread Martin A Spiers




Yes.

Convert your existing coordinate column to text
Add two new columns to your table, East and North
Then use the left$ and right$ functions to extract the appropriate halves
of the 12 figure ref.
In the mapbasic window, the command would be something like "Update Table1
Set east = Left$(coordinate,6)", but it's quite easy to do this using the
TableUpdate dialog.

Yours

Martin Spiers



 
  "Andrew Tracey"   
 
  <[EMAIL PROTECTED]To:   

  mbc.gov.uk>   cc: 
 
Subject:  MI-L 
Coordinates   
  08/03/2005 09:51  
 

 

 




Dear All

I have a MapInfo table, which has 1 column containing a 12-figure grid
reference. Is there any easy way to break this column in half to come up
with easting and nothings?

Andrew Tracey
Information Support Officer
Corporate Information
Corporate Development
South Tyneside Council
Westoe Road
South Shields
NE33 2RL

Tel: 0191 4247561
E-Mail : [EMAIL PROTECTED]





Please do not print this e-mail if you can help it - and help protect the
environment.


This Message may contain confidential information and is protected by
copyright.
If you receive it in error please notify us and delete it without making
use of or copying it.
The addressee and other employees within the Council may read and copy any
e-mail
reply to this message and other e-mails you send to us.
Whilst we use virus checking procedures we accept no liability for viruses
and recipients
must rely on their own virus checking procedures.


The Council's web site address is www.southtyneside.info

-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 15586





-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 15587



Re: MI-L Lines to Polygon Conversion

2005-03-08 Thread Martin A Spiers




There are third party tools which will do what you want - we have used
PolyWiz (http://www.dottedeyes.com/software/os/utilities/polywiz.htm) which
describes itself thus:
"PolyWiz automatically builds all possible regions from the lines and seed
points contained in data sets such as Ordnance Survey Land-Line®."

Yours

Martin Spiers
   
   
   




   
  "John Nott"  
  <[EMAIL PROTECTED]To:   

  sult.com>cc: 
   Subject:  MI-L Lines to Polygon 
Conversion
  08/03/2005 11:24 
   
   




Hello List,



I have some Landline files (basically spaghetti line data) and what I
would like to do is convert these lines into Polygons. I know that MI
Pro has these option however the problem is that the lines although they
make building outlines etc. are not captured in such a way that a
building outline is one line and then the next building is a different
line etc.



Unfortunately MasterMap is not available to me which would be an ideal
solution but I was wondering if anyone had any thoughts or ideas?



Cheers,



- john





John Nott

Consultant/GIS Analyst



ROGER TYM & PARTNERS

Fairfax House, 15 Fulwood Place, London, WC1V 6HU



t   020 7831 2711

f   020 7831 7653

e  [EMAIL PROTECTED]

w www.tymconsult.com



The information in this email is confidential.  It may also be legally
privileged.  It is intended only for the stated addressee(s) and access
to it by any other person is unauthorised.  If you are not an addressee,
you must not disclose, copy, circulate or in any other way use or rely
upon the information contained in this email.  Such unauthorised use may
be unlawful.  If you have received this email in error, please reply
immediately to this effect and delete it (and all copies) from your
system (with thanks).  This message and any attached files have been
scanned for the presence of computer viruses.  However, you are advised
that you open any attachment at your own risk.











-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 15590



Re: MI-L Thanks and importing .DXF

2005-03-15 Thread Martin A Spiers




DXF files come in various versions; MapInfo does not support all of these.
You may be able to choose which version of the DXF format you export your
data from CorelDraw in.

Alternatively there may be something strange about the contents of the dxf
file. DXFs should contain vector data, the wording of your query suggests
this may not be the case.

Yours

Martin A Spiers


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 15685



Re: MI-L Updaing Columns in a table

2005-04-05 Thread Martin A Spiers




You can use
Update  Set  = rowid + 5


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 15943



Re: MI-L Off Topic - Laser Printers

2005-04-14 Thread Martin A Spiers




We have a HPCLJ 5550DN here; and as far as I know we've not had any
problems with it.

Yours

Martin Spiers


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 16091



Re: MI-L convert uk easting/westing coordinates to decimal degrees

2005-04-21 Thread Martin A Spiers

 Nigel James' mapinfo coordinate conversion tool sounds like just the thing 
 you need - it should be available from 
 http://www.bodley.ox.ac.uk/guides/geo_tools.htm, but I've just checked 
 that link and it seems to be dead. 

 Yours, 








Martin Spiers



   
  "Paul Mincher"
   
  <[EMAIL PROTECTED]To:   

  ich.gov.uk> cc:   
   
  Subject:  MI-L convert uk 
easting/westing coordinates to decimal degrees 
  21/04/2005 14:15  
   

   

   




Dear all,





As I am new to mapinfo I finding it difficult to automatically convert
convert uk easting/westing coordinates to decimal degrees.





My data is for example in the ff format in a tab file





Easting: 546,750.00


Westing : 178,450.00





Any help very welcome











Paul Mincher


Data and Monitoring Officer


Greenwich Council


Greenwich Early Years Development and Childcare Partnership


151 Powis Street, Woolwich


London SE18 6JL


[EMAIL PROTECTED]


Work:   0208 921 3721


Fax:   0208 921 3711


Mobile: 07834 977907


 -
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 16166







-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 16167



Re: MI-L MapInfo to PowerPoint

2005-04-25 Thread Martin A Spiers




Select > Copy > Paste may do what you require. The result is a set of
objects which may need to be converted / ungrouped to enable them to be
edited in Powerpoint as MS office drawing objects

Yours

Martin Spiers
Senior Engineer
MWH Wastewater Networks


   
  [EMAIL PROTECTED] 
  re.admin.ch To:   
mapinfo-l@lists.directionsmag.com
  cc:  
  25/04/2005 14:09Subject:  MI-L MapInfo to 
PowerPoint
   
   




Dear list

I would like to know if there is a possibility to export the vectors from
MapInfo directly into PowerPoint. So that I could change the shape or color
of a dataset in PowerPoint. I am looking for a tool which would integrate
such features in PowerPoint with ease.

I am appreciaitng any help.

With kind regards

Chris

christian cattaneo
Bundesamt für Verkehr BAV
Bollwerk 27/29
CH-3003 Bern
e-mail: [EMAIL PROTECTED]
tel: +41 (0)31 325 12 78


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 16216





-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 16217



MI-L Intergraph *.DMP to Mapinfo?

2005-05-06 Thread Martin A Spiers




A colleague of mine has recieved some data produced from an Intergraph
G/Technology product, in *.DMP format. Does anyone know if it's possible to
import this data into MapInfo?

Yours hopefully


Martin Spiers
Senior Engineer
MWH
Kirk Wynd House
Montgomery Place
The Village
East Kilbride
G74 4BF


=
This electronic communication and its attachments may contain confidential,
proprietary and/or legally privileged information and are for the sole use
of the intended recipient. If you are not the intended recipient, any use,
distribution, or reproduction of this communication is strictly prohibited
and may be unlawful; please contact the sender and delete this
communication.
MWH does not warrant or make any representation regarding this transmission

whatsoever nor does it warrant that it is free from viruses or defects,
correct or reliable. MWH is not liable for any loss or damage that occurs
as a result of this communication entering your computer network.

The views expressed in this message are not necessarily those of MWH.
This communication cannot form a binding agreement unless that is the
express
intent of the parties and they are authorized to make such an agreement.
MWH reserves all intellectual property rights contained in this
transmission.
MWH reserves the right to monitor any electronic communication sent or
received by its employees.


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 16380



Re: MI-L Convert NGR to Easting and Northing

2005-08-19 Thread Martin A Spiers




For general use, I'd recommend the excel spreadsheet available from
http://www.bangor.ac.uk/is/iss025/osgbfaq.htm. There are links on that page
to other implementations if required.

Yours,

Martin Spiers
Senior Engineer
MWH
Kenburgh House, Manor Row
Bradford
BD1 4QU





  "Matthew Tamea"   

  <[EMAIL PROTECTED]To:   

  cam-dm.com>  cc:  

   Subject:  MI-L Convert NGR to 
Easting and Northing   
  19/08/2005 11:13  













Hi there



Is anyone aware of a utility that will convert NGR (TQ12345678 etc) to
eastings and northings?



Many thanks



Matt







-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 17558



MI-L Reversing line direction

2005-08-26 Thread Martin A Spiers




I have a large table of lines, which represent drainage. Each link contains
data about the upstream and downstream levels. About half of the links are
drawn such that they start at the downstream end; if the line direction
arrows are displayed then these point uphill. There is a field in the table
to indicate which links have a correct, and which an incorrect, line
direction.
What I'd like to do is reverse the direction of these lines. The
REVERDIR.MBX tool which I have only enables one link to be reversed at a
time.
Is there an alternative tool/method for reversing numerous lines in batch
mode?

Yours hopefully

Martin Spiers
Senior Engineer
MWH
Kenburgh House,
Manor Row,
Bradford
BD1 4QU
Tel: 01274 718786
Fax: 01274 718799
email:  [EMAIL PROTECTED]


=
This electronic communication and its attachments may contain confidential,
proprietary and/or legally privileged information and are for the sole use
of the intended recipient. If you are not the intended recipient, any use,
distribution, or reproduction of this communication is strictly prohibited
and may be unlawful; please contact the sender and delete this
communication.
MWH does not warrant or make any representation regarding this transmission

whatsoever nor does it warrant that it is free from viruses or defects,
correct or reliable. MWH is not liable for any loss or damage that occurs
as a result of this communication entering your computer network.

The views expressed in this message are not necessarily those of MWH.
This communication cannot form a binding agreement unless that is the
express
intent of the parties and they are authorized to make such an agreement.
MWH reserves all intellectual property rights contained in this
transmission.
MWH reserves the right to monitor any electronic communication sent or
received by its employees.


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 17641



MI-L Workspace backwards compatibility 6.5 > 6.0> 5.5

2005-10-12 Thread Martin A Spiers
I have 76 workspaces which have been edited in MapInfo v6.5. Some of these
fail to open on my client's PC, which has either version 5.5 or 6.0 (I'm
waiting for confirmation of which).
The workspaces shouldn't contain any functionality which is not supported
by the earlier versions of MapInfo.

My questions are:
a) What will need to be changed to get the workspaces to open in the
earlier versions? (I know that printer settings will need to be removed)
b) Is there an easy way to do this? eg is there a "save as earlier version"
mbx out there?

Yours hopefully

Martin Spiers
Senior Engineer
MWH
Kenburgh House,
Manor Row,
Bradford
BD1 4QU
Tel: 01274 718786
Fax: 01274 718799
email:  [EMAIL PROTECTED]


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 18217



sum: re: MI-L Workspace backwards compatibility 6.5 > 6.0> 5.5

2005-10-12 Thread Martin A Spiers
Many thanks to all those who responded.

My questions were
a) What will need to be changed to get the workspaces to open in the
earlier versions? (I know that printer settings will need to be removed)

Change the version number
Comment out cartesian coordinates, contrast, brightness
Remove set window () printer statements.

b) Is there an easy way to do this? eg is there a "save as earlier version"
mbx out there?

Apparently not. Some of the above I can do using SearchPlus, the rest by
hand. Then open each workspace to check it works.


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 18221



Re: MI-L Converting OS National Grid Reference

2005-10-19 Thread Martin A Spiers
Phil Brady's conversion code at

http://www.bangor.ac.uk/is/isx025/osgbfaq.htm#qb%20code

is almost certainly what you want - convert the data in Excel then  map it
Martin Spiers
Senior Engineer
MWH
Kenburgh House,
Manor Row,
Bradford
BD1 4QU
Tel: 01274 718786
Fax: 01274 718799
email:  [EMAIL PROTECTED]


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 18389



Re: [Mapinfo-l] Mailing list and subscriptions

2005-11-10 Thread Martin A Spiers
I was just thinking the same thing.
There's no new archived messages on Directionsmag's site, so concluded that
no messages had been sent rather than the problem being at my end.

Martin Spiers
Senior Engineer
MWH
Kenburgh House,
Manor Row,
Bradford
BD1 4QU
Tel: 01274 718786
Fax: 01274 718799
email:  [EMAIL PROTECTED]




 
  "Data Directions" 
 
  <[EMAIL PROTECTED]>  To:   "Jon Petter 
Nielsen" <[EMAIL PROTECTED]>,   
  Sent by:   
 

  [EMAIL PROTECTED]cc:  

  ionsmag.com   Subject:  Re: 
[Mapinfo-l] Mailing list and subscriptions 

 

 
  10/11/2005 08:41  
 
  Please respond to Data
 
  Directions
 

 

 




I too have noticed the same thing.

Last message received was Bill Thoen's reminder message dated 4/11/05.

Regards,

Bill

 - Original Message -
 From: Jon Petter Nielsen
 To: mapinfo-l@lists.directionsmag.com
 Sent: Thursday, November 10, 2005 4:26 PM
 Subject: [Mapinfo-l] Mailing list and subscriptions

 Hi,

 I have subscribed the MapInfo-L for along time, but recently the input
 stream is lost, I don’t receive any mails anymore

 It may be that my mailserver that locked me out ; I can’t reach the normal
 recipients for [EMAIL PROTECTED] and un-subscribe@

 Before I check my internal mailing systems : Have You changed anything in
 the procedures ?

 Rdgs
 Jon Petter Nielsen
 Ugland IT Group
 [EMAIL PROTECTED]
 +47 6759 2818





 ___
 Mapinfo-l mailing list
 Mapinfo-l@lists.directionsmag.com
 http://www.directionsmag.com/mailman/listinfo/mapinfo-l
 ___
 Mapinfo-l mailing list
 Mapinfo-l@lists.directionsmag.com
 http://www.directionsmag.com/mailman/listinfo/mapinfo-l






___
Mapinfo-l mailing list
Mapinfo-l@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


[MI-L] Bottom of legend disappears in layout window

2005-11-21 Thread Martin A Spiers

I'm hoping someone can help with the following problem:

I have a Mapinfo workspace which contains a thematic map with 14 ranges.
The thematic legend is displayed in the layout window, however the very
bottom of the legend is not visible regardless of how large the frame is.
If I modify the data to include more ranges, the extra ranges appear but
the very bottom of the legend is still not visible.
I'm using Mapinfo 6.5

Any help would be appreciated.

Martin Spiers
Senior Engineer
MWH
Kenburgh House,
Manor Row,
Bradford
BD1 4QU
Tel: 01274 718786
Fax: 01274 718799
email:  [EMAIL PROTECTED]

___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


Re: [MI-L] {Disarmed} Unable to register at the Wiki

2005-11-28 Thread Martin A Spiers
Unticking the "send password in email" box should work

Martin Spiers
Senior Engineer
MWH
Kenburgh House,
Manor Row,
Bradford
BD1 4QU
Tel: 01274 718786
Fax: 01274 718799
email:  [EMAIL PROTECTED]




 
  Mats Elfström <[EMAIL PROTECTED]> 

  Sent by:  To:   
MapInfo-L@lists.directionsmag.com  
  [EMAIL PROTECTED]cc:  

  ionsmag.com   Subject:  [MI-L] 
{Disarmed} Unable to register at the Wiki   

 

 
  28/11/2005 10:30  
 

 

 




Hi All!
Trying to enlist at the wiki, all I get is


We were unable to send your password to your email address: Connection
unexpectedly closed

Have attempted with different addresses I have (on different mail servers)
but the same applies for all.
Has anybody else seen this? Any solution?
Hälsning / Best regards Mats.E

FB Engineering AB
Södra Förstadsgatan 26
211 43 Malmö

Tel: 040-660 25 50
Mobil: 0705-27 60 27
Fax: 040-660 25 99
[EMAIL PROTECTED]
www.fbe.se___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l




___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


Re: MI-L Auto Number a Column

2003-02-14 Thread Martin . A . Spiers

assuming your table "settlements" has a column "settlement_no" the syntax
would be
Update settlements Set settlement_no = rowid

Yours,

Martin Spiers



-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 5528




MI-L "Cleaning up" agrregated areas

2003-07-09 Thread Martin . A . Spiers
I'm working with a lot of areas which are made from smaller areas which
have been combined together. The small areas were originally digitised and
are supposed to meet along common boundaries. Due to small errors in  the
digitisation, the combined areas contain small holes.

Is there a handy tool or method for removing these, leaving just the outer
boundary of the combined areas?

=
This electronic communication and its attachments may contain confidential,
proprietary and/or legally privileged information and are for the sole use
of the intended recipient. If you are not the intended recipient, any use,
distribution, or reproduction of this communication is strictly prohibited
and may be unlawful; please contact the sender and delete this
communication.
MWH does not warrant or make any representation regarding this transmission

whatsoever nor does it warrant that it is free from viruses or defects,
correct or reliable. MWH is not liable for any loss or damage that occurs
as a result of this communication entering your computer network.

The views expressed in this message are not necessarily those of MWH.
This communication cannot form a binding agreement unless that is the
express
intent of the parties and they are authorized to make such an agreement.
MWH reserves all intellectual property rights contained in this
transmission.
MWH reserves the right to monitor any electronic communication sent or
received by its employees.



-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 7558



Re: MI-L Problem opening Mapinfo tables in MapX application

2003-08-14 Thread Martin . A . Spiers

Thanks to all the many people who replied to my query. I think a bit of
clarification might help.

The .tab files which we have problems with are exported from within the
MapX application. They contain graphics and are associated with a dbf, id,
ind and map file.

As suggested by Uffe Kousgaard, I ran a problematic .tab file through the
tab2tab utility. The resulting tab file opened perfectly.
A comparison of the .tab files shows that the problematic one has a header:
  !table
  !version 3.00
  !charset WindowsLatin1

  Definition Table
Type DBF Charset "WindowsLatin1"
Fields 42

and the "fixed" one has a header :
  !table
  !version 300
  !charset Neutral

  Definition Table
Type NATIVE Charset "Neutral"
Fields 42

Further testing shows that changing the version from 3.00 to 300 is itself
sufficient. I have passed this back to the software writers.

Thanks again

Martin  Spiers



-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 8009



MI-L Problem opening Mapinfo tables in MapX application

2003-08-14 Thread Martin . A . Spiers
We use a custom-built MapX application for data management, and also use
MapInfo for map production and editing of background tables. Occasionally,
when opening these background tables in the MapX application, the following
error is generated:

"Table is not mapable. Make sure table has an object column. If table is a
server table, make sure that there is an entry in the mapinfo catalog for
it."

Generally, opening the offending table in Mapinfo and saving with  a new
name will resolve this.

I have spoken to our in-house software people who wrote the application and
they are unsure what causes this error. So I'm hoping someone else may
know.

Yours hopefully

Martin Spiers




=
This electronic communication and its attachments may contain confidential,
proprietary and/or legally privileged information and are for the sole use
of the intended recipient. If you are not the intended recipient, any use,
distribution, or reproduction of this communication is strictly prohibited
and may be unlawful; please contact the sender and delete this
communication.
MWH does not warrant or make any representation regarding this transmission

whatsoever nor does it warrant that it is free from viruses or defects,
correct or reliable. MWH is not liable for any loss or damage that occurs
as a result of this communication entering your computer network.

The views expressed in this message are not necessarily those of MWH.
This communication cannot form a binding agreement unless that is the
express
intent of the parties and they are authorized to make such an agreement.
MWH reserves all intellectual property rights contained in this
transmission.
MWH reserves the right to monitor any electronic communication sent or
received by its employees.



-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 7966



Re: MI-L Workspaces

2003-08-15 Thread Martin . A . Spiers

The tool "searchplus" from  Spatialplus.com is very good at this. Sadly
Spatialplus' website appears to have died.

There are many tools available for global search/replace (often known as
"grep" after a unix command) which can do this sort of thing.


   
   
  [EMAIL PROTECTED]
   
  eld.gov.uk   To:   [EMAIL PROTECTED] 
   
   cc: 
   
  15/08/2003 15:22 Subject:  MI-L Workspaces   
   
   
   
   
   






Hello MapInfo List

We are migrating our centrally held MapInfo Tabs onto a new server with
some
files being moved into new locations.  This will mean that some workspaces
wont
work because the paths has changed. It is difficult to reproduce some of
these
workspaces because they have layouts in them. Does anyone know of any tools
that
make it easy to repair/amend Workspaces without having to recreate these.

Thanks in advance.

Lee





Any opinions expressed in this email are those of the individual and are
not
necessarily those of the London Borough of Enfield.  This email and any
attachments or files transmitted with it are strictly confidential and
intended
solely for the named addressee.  It may contain privileged and confidential
information and if you are not the intended recipient you must not copy,
distribute or use the communication in any other way.  If you receive this
email
in error please contact the sender as soon as possible and delete the email
and
any attachments.



-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 8041







-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 8042



Re: MI-L MBA.First virus

2003-08-28 Thread Martin . A . Spiers


"Matt Trigg" <[EMAIL PROTECTED]> wrote:

> Does anybody have any experience to the following:
>
>http://www.viruslist.com/eng/index.html?tnews=1001&id=65998
>

No, but reading this I can't see how the virus can be contained in a table.
Surely the user would have to run the mbx, or open a workspace, to set it
going?

Or am I missing something?




-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 8181



RE: MI-L MBA.First virus

2003-08-28 Thread Martin . A . Spiers

"Steve McArthur" <[EMAIL PROTECTED]> wrote
>Hi
>
>I would assume that a mapbasic command to run an mbx whould be imbedded
>in the tab file something like this:
>
>!table
>!version 300
>!charset WindowsLatin1
>
>Run Application "C:\MapInfo\MapBasic\SomeMbx.mbx"
>
>You might think you're opening a table but you would just be running an
>mbx
>
>Steve

I never knew you could do that.

Thanks

Martin Spiers



-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 8183



Re: MI-L Sorting Columns

2003-09-10 Thread Martin . A . Spiers

Query > SQL Select
Select columns:   *
>From table:   mytable
Where:(blank)
Group by:   (blank)
Order by:   myfield
Into table: mytable_sorted

should do the trick


   

  "Abbi Mueller"   

  <[EMAIL PROTECTED]To:   [EMAIL PROTECTED]
 
  com> cc: 

   Subject:  MI-L Sorting Columns  

  10/09/2003 15:44 

   

   





I may have asked this once before...

Is there a way to sort the columns in a MapInfo *.tab such as in Excel?

Thanks!

~Abbi Mueller, Planner
West Michigan Regional Planning Commission



___
Let us not look back in anger, nor forward in
fear, but around in awareness.

_
Need more e-mail storage? Get 10MB with Hotmail Extra Storage.
http://join.msn.com/?PAGE=features/es


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 8326







-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 8328



MI-L Conversion of workspaces from 6.5 to 5.5

2003-09-17 Thread Martin . A . Spiers
We have some workspaces which have been created in Mapinfo v 6.5.
Unfortunately we now learn that our client only has v 5.5 and hence is
unable to open them.

We don't use (as far as I know) any new functionality introduced between
the two versions.
Is there an easy way to convert the workspaces such that 5.5 can open them?

Yours hopefully

Martin Spiers

=
This electronic communication and its attachments may contain confidential,
proprietary and/or legally privileged information and are for the sole use
of the intended recipient. If you are not the intended recipient, any use,
distribution, or reproduction of this communication is strictly prohibited
and may be unlawful; please contact the sender and delete this
communication.
MWH does not warrant or make any representation regarding this transmission

whatsoever nor does it warrant that it is free from viruses or defects,
correct or reliable. MWH is not liable for any loss or damage that occurs
as a result of this communication entering your computer network.

The views expressed in this message are not necessarily those of MWH.
This communication cannot form a binding agreement unless that is the
express
intent of the parties and they are authorized to make such an agreement.
MWH reserves all intellectual property rights contained in this
transmission.
MWH reserves the right to monitor any electronic communication sent or
received by its employees.



-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 8417



Re: MI-L combine tables

2003-12-04 Thread Martin . A . Spiers

You may be able to use one of these tools to combine various tables
together:
comb_lay.mbx, available from Mapinfo's website, I think
append2.mbx
or
combiner-241.mbx - both available from Directionsmag's free tools section


   
  
  Arindam Bhattacharjee
  
  <[EMAIL PROTECTED]To:   [EMAIL PROTECTED]
  
  ahoo.co.in>   cc:
  
Subject:  MI-L combine tables  
  
  04/12/2003 12:51 
  
   
  
   
  




Hi all

I have to carry out digitization of polygons for a
certain area. I want to distribute the work to a few
people i.e. each person digitizes  a certain portion.
But, the final output I need in a single table. How do
I merge the individual tables into a single table?
I am looking for someting similar to merging of shape
files in ArcMap.
Also, is it possible to export Mapinfo tables to
Autocad Map without distortion? When I export from
Mapinfo , the geographic data is getting distorted.

Thanks in advace

Arindam

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 9428







-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 9429



MI-L Mapinfo 7 tables in Mapinfo 6.5

2003-12-10 Thread Martin . A . Spiers
We've recently recieved some  tables from a client which, when opened in
Mapinfo 6.5 display the message "Can not read table .. Mapinfo 7.0 can read
it."

Is there any way round this other than installing Mapinfo 7?

Yours,

Martin Spiers

=
This electronic communication and its attachments may contain confidential,
proprietary and/or legally privileged information and are for the sole use
of the intended recipient. If you are not the intended recipient, any use,
distribution, or reproduction of this communication is strictly prohibited
and may be unlawful; please contact the sender and delete this
communication.
MWH does not warrant or make any representation regarding this transmission

whatsoever nor does it warrant that it is free from viruses or defects,
correct or reliable. MWH is not liable for any loss or damage that occurs
as a result of this communication entering your computer network.

The views expressed in this message are not necessarily those of MWH.
This communication cannot form a binding agreement unless that is the
express
intent of the parties and they are authorized to make such an agreement.
MWH reserves all intellectual property rights contained in this
transmission.
MWH reserves the right to monitor any electronic communication sent or
received by its employees.



-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 9511



SUM: MI-L Mapinfo 7 tables in Mapinfo 6.5

2003-12-11 Thread Martin . A . Spiers

The TAB file contains text like this:

!table
!version 700
!charset WindowsLatin1

Chainging the 700 to 600 enabled the tables to be opened in Mapinfo 6
without any obvious loss of data.


Thanks to David Eagle and Austin Chong who both pointed this out.

Yours,

Martin Spiers



-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 9522



MI-L (OT) Conversion from Liverpool datum to Newlyn

2004-01-07 Thread Martin . A . Spiers
I'm hoping someone can help me with this...

I have a large stack of old drawings which are in imperial units and
related to Liverpool datum. These are being digitised into metric units and
Newlyn datum.

What correction is needed to convert the Liverpool datum elevations into
Newlyn elevations?

Yours hopefully

Martin Spiers

=
This electronic communication and its attachments may contain confidential,
proprietary and/or legally privileged information and are for the sole use
of the intended recipient. If you are not the intended recipient, any use,
distribution, or reproduction of this communication is strictly prohibited
and may be unlawful; please contact the sender and delete this
communication.
MWH does not warrant or make any representation regarding this transmission

whatsoever nor does it warrant that it is free from viruses or defects,
correct or reliable. MWH is not liable for any loss or damage that occurs
as a result of this communication entering your computer network.

The views expressed in this message are not necessarily those of MWH.
This communication cannot form a binding agreement unless that is the
express
intent of the parties and they are authorized to make such an agreement.
MWH reserves all intellectual property rights contained in this
transmission.
MWH reserves the right to monitor any electronic communication sent or
received by its employees.



-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 9768



MI-L Erdas image files

2004-01-15 Thread Martin . A . Spiers
One of our clients has given us some Erdas image files *.img with
accompanying *.rrd files.
The accompanying text file describes these as:

Raster files:
Satellite: Landsat ETM+, pan-sharpened
Bands: 1,2,3,4,5,7
Format - ERDAS Imagine
Projection - UTM, WGS84, Zone 35
Pixel size: 15m.

Can these files be converted/viewed in Mapinfo?

=
This electronic communication and its attachments may contain confidential,
proprietary and/or legally privileged information and are for the sole use
of the intended recipient. If you are not the intended recipient, any use,
distribution, or reproduction of this communication is strictly prohibited
and may be unlawful; please contact the sender and delete this
communication.
MWH does not warrant or make any representation regarding this transmission

whatsoever nor does it warrant that it is free from viruses or defects,
correct or reliable. MWH is not liable for any loss or damage that occurs
as a result of this communication entering your computer network.

The views expressed in this message are not necessarily those of MWH.
This communication cannot form a binding agreement unless that is the
express
intent of the parties and they are authorized to make such an agreement.
MWH reserves all intellectual property rights contained in this
transmission.
MWH reserves the right to monitor any electronic communication sent or
received by its employees.



-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 9924



MI-L OS mastermap

2004-02-10 Thread Martin . A . Spiers
We are currently considering the pros and cons of using OS Mastermap rather
than Landline data.

I would be grateful if anyone else who's been down this road would share
their experiences.

Yours,

Martin Spiers

=
This electronic communication and its attachments may contain confidential,
proprietary and/or legally privileged information and are for the sole use
of the intended recipient. If you are not the intended recipient, any use,
distribution, or reproduction of this communication is strictly prohibited
and may be unlawful; please contact the sender and delete this
communication.
MWH does not warrant or make any representation regarding this transmission

whatsoever nor does it warrant that it is free from viruses or defects,
correct or reliable. MWH is not liable for any loss or damage that occurs
as a result of this communication entering your computer network.

The views expressed in this message are not necessarily those of MWH.
This communication cannot form a binding agreement unless that is the
express
intent of the parties and they are authorized to make such an agreement.
MWH reserves all intellectual property rights contained in this
transmission.
MWH reserves the right to monitor any electronic communication sent or
received by its employees.



-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 10357



Re: MI-L DXF File Format Specification

2004-02-20 Thread Martin . A . Spiers

>From memory, the DXF specification is available on Autodesk's site -
unfortunatley I can't remember exactly where.

Yours,

Martin Spiers



-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 10551



Re: MI-L DXF Error

2004-03-23 Thread Martin . A . Spiers

This sort of problem is usually caused by the DXF file being in a newer
version of Autocad. Changing to a verison no newer than R12 usually works.


   

  "Don Guerra" 

  <[EMAIL PROTECTED]To:   "MapINFO \(MapINFO\)" 
<[EMAIL PROTECTED]> 
  g>   cc: 

   Subject:  MI-L DXF Error

  23/03/2004 14:38 

   

   





Good Morning,

I am trying to import a DXF file and am getting a "Unknown DXF Item
Code: Line 847" error.  Anyone know what can cause this??

TIA

Donald Guerra
Municipal Authority of Westmoreland County
P.O. Box 730
Greensburg, Pa  15601
724-834-6500 x182







-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 11039



Re: MI-L Erroneaous characters in cnvrtd DWGs

2004-05-14 Thread Martin . A . Spiers

In older versions of Autocad (before true text font support), special
symbols were input as %% followed by a symbol code. So %%d represents a
degrees symbol.


   
 
  "David Reid" 
 
  <[EMAIL PROTECTED]To:   "'MapInfo-L'" <[EMAIL 
PROTECTED]>  
  net> cc: 
 
   Subject:  MI-L Erroneaous characters in 
cnvrtd DWGs  
  14/05/2004 09:24 
 
   
 
   
 




Greetings List,

When converting DWG files with UT, I often see the following text strings
as
labels.

N 48%%d56'29"  W  246.85'

This of course is a surveyor bearing and distance but why the percent
signs?
Specifically:

48%%d56'29"

I would assume is meant to be:

48º 56'29" (a degree symbol replacing the %%d)


Is this just a quirk in converting DWG's or is this something else?

Thanks,
__
David W. Reid
Mapper
Colbert County E 9-1-1
Annex Basement
120 W 5th St
Tuscumbia AL 35674
(256) 383-4074 voice
(256) 383-5088 fax
(256) 810-4049 cell
(256) 386-8558  [9-1-1 bus office]

[EMAIL PROTECTED]
www.colbertcounty.org/911/

-87.704480  34.732495


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 11759







-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 11761



Re: MI-L Seeking Free UK Gazetteer

2004-05-21 Thread Martin . A . Spiers

Try Esri's site. There's certainly background mapping on there and I think
that's where the database of towns I use originated from.



-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 11870



Re: MI-L Default MapInfo Version

2004-05-27 Thread Martin . A . Spiers

I guess it depends what you're trying to achieve.

The file associations are set by the installer and can be changed back
using the Tools > Folder Options > File Types menu in Explorer, or by
editing the registry.
There's also an entry in the regsitry that controls what happens when the
"run mapinfow.exe" is given, eg at the command line. On my (Win2000) PC
this is in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App
Paths\MAPINFOW.EXE. The registry key contains the path to the appropriate
executable.


   
  
  Ian Tidy 
  
  <[EMAIL PROTECTED]To:   MapInfo-L <[EMAIL 
PROTECTED]>   
  .nz> cc: 
  
   Subject:  MI-L Default MapInfo Version  
  
  27/05/2004 05:04 
  
   
  
   
  




Hello All,

Hopefully this is a simple question, but how do you set the default version
of MapInfo Professional on Windows 2000 Pro (and Windows XP Pro)?

I have MapInfo 6.5, 7.0 and 7.5 installed on my PC, I want to make sure
that the default version is 7.5.  MapInfo 6.5 was the last version
installed.

TIA

Cheers Ian
--
Ian Tidy
GIS Administrator
Works Asset
Napier City Council
mailto:[EMAIL PROTECTED]
http://www.napier.govt.nz

Public Key
http://search.keyserver.net:11371/pks/lookup?op=get&[EMAIL PROTECTED]




##
Attention:
This e-mail message and accompanying data may contain information that
is confidential and subject to legal privilege. Any information
provided is given in good faith. However unless specifically stated to
the contrary, Napier City Council accepts no liability for the
content of this e-mail or for the consequences of any action taken on
the basis of the information provided, unless that information is
subsequently confirmed in writing. If you are not the intended recipient,
you are notified that any use, dissemination, distribution or copying
of this message or data is prohibited. If you received this e-mail
message in error, please notify us immediately and erase all copies
of this message and attachments. Thank you.

-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 11920







-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 11924



Re: MI-L Save to Earlier Version of MapInfo

2004-06-30 Thread Martin A Spiers

The vast majority of TAB files will open in all versions of Mapinfo. The
workspaces are a different matter. At the head of the workspace there's a
line something like:
!Workspace
!Version 600
If the workspace does not contain any features not supported by the earlier
version, then editing the version number should allow the workspace to be
opened in the appropriate version of Mapinfo.

Yours

Martin Spiers


   
 
  "Cowper, Brian"  
 
  <[EMAIL PROTECTED]To:   "MapInfo-L \(E-mail\)" 
<[EMAIL PROTECTED]> 
  com> cc: 
 
   Subject:  MI-L Save to Earlier Version 
of MapInfo
  30/06/2004 17:11 
 
   
 
   
 




Hopefully a simple question: My client has MapInfo 6.5 and I have MapInfo
7.0. I see I can save to MapInfo 2x, DBF, etc.; what is the best way to
convert the data to a format he can use?

Regards,

Brian Cowper

-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 12411







-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 12412



Re: MI-L Problem with georeferencing MrSid files

2002-01-17 Thread Martin . A . Spiers


The way I've gone about this before is to use the standalone MrSID viewer
from www.lizardtech.com

1)   Open the SID file in the stand-alone viewer. Choose File - Export and select as 
destination for the TIF file the directory containing the MrSID
file. The TIF file is significantly larger than the MrSID file but can be disposed of 
later.
2)   Three files are created in the target drive.
·A TIF file. TIF files are usable in other image editing applications.
·A TWF file. Arcinfo uses this to automatically georegister TIF files.
·A TAB file. This is used by MapInfo to georegister the TIF file.
3)   Delete the TIF file, unless you want it. The MrSID file contains the same 
information but is significantly smaller
4)   Edit the TAB file in Notepad (or similar). Under the heading
Definition Table
There is the path to the TIF file. Edit this to point to the MrSID file instead.
5)Using the TAB file in MapInfo should now open the MrSID file with the correct 
co-ordiantes.






"Norm Shea" <[EMAIL PROTECTED]>@lists.directionsmag.com on
17/01/2002 08:04:28

Please respond to "Norm Shea" <[EMAIL PROTECTED]>

Sent by:  [EMAIL PROTECTED]


To:   <[EMAIL PROTECTED]>
cc:

Subject:  MI-L Problem with georeferencing MrSid files





I have a set of MrSid files that each came with a .sdw file that I =
believe is a georeferenced header.  When I open the MrSid files in =
MapInfo 5.5, it does not georeference the images.=20

Can anyone assist me with how to have MapInfo recognize this header?  =
The following is an example of the data in the .sdw file.


1.000
0.000
0.000
-1.000
587648.0990005
3610476.753

Norm Shea
Lakes Manager
[EMAIL PROTECTED]





___
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.





___
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.



Re: MI-L roads data

2002-01-24 Thread Martin . A . Spiers


There's some basic road data in the "Data" folder on the Mapinfo 6CD.



___
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.



Re: MI-L re digest number 784

2002-03-15 Thread Martin . A . Spiers


There did seem to be an attachment but (equally strangely) my mail program
refused to open it.




"Norman, Malcolm" <[EMAIL PROTECTED]>@lists.directionsmag.com on
15/03/2002 11:15:45

Please respond to "Norman, Malcolm" <[EMAIL PROTECTED]>

Sent by:[EMAIL PROTECTED]


To:"'Mapinfo-L (E-mail)" <[EMAIL PROTECTED]>
cc:

Subject:MI-L re digest number 784



Hi I have just received the above notice and worryingly it had a txt file
attached to it. I thought this was not possible!
Did this happen to everyone else or was I just unlucky. The attachment was
genuine and not malicious (this time).

Regards
Malcolm Norman
GIS Development
Engineering & Design Services

Tel: (9284) 1603



**
This footnote confirms that this email message has been swept
for the presence of computer viruses and none were found.

Portsmouth City Council. IT Services
(New Rich Outgoing))
**



___
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.





___
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.



RE: MI-L Multi print for workspaces

2002-04-15 Thread Martin . A . Spiers


I'd recommend SGSI Multiprint, which prints the WORs listed in a mapinfo
table. The shareware edition only prints batches of 5 but that's still
better than nothing.
See www.sgsi.com


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: MI-L mapbasic - adobe distiller printing

2002-04-23 Thread Martin . A . Spiers


>From experience with other applications printing to pdfs, the answer seems
to be no. Each print job is placed into a seperate pdf file.
Third party software such as FinePrint pdfFactory allow multiple print jobs
to be collated into one pdf file. If anyone knows of an easier way round
this, I'd be interested.




"Jim Wilson" <[EMAIL PROTECTED]> on 23/04/2002 09:52:27

To:<[EMAIL PROTECTED]>
cc:

Subject:RE: MI-L mapbasic - adobe distiller printing



I have been following this topic with interest as it's something I need to
do as well. One extra question - Does anyone know if you can add extra
pages
to an existing pdf? So that every time a loop in MB is finished and a
layout
is created the new layout is printed to the existing pdf file?

Thanks,

  Jim

Jim Wilson
Hilton of Fern,
Brechin. Angus, Scotland




> -Original Message-
> From: DPC [mailto:[EMAIL PROTECTED]]
> Sent: 23 April, 2002 01:45 AM
> To: Jonathan Stavis; [EMAIL PROTECTED]
> Subject: RE: MI-L mapbasic - adobe distiller printing
>
>
> The key here, if I remember correctly, is the following.
> It's been a while since we set this up so my memory is a
> little rusty...
>
> - within MI, set Distiller as the default printer
> - set the printer properties within MI by unchecking "prompt
> for PDF filename"
> - make sure you are giving each layout a unique name, using
> a routine something like
> Dim layout_win as Integer
> Dim sFileName as string
>
> ' do all your stuff to create the map and layout
> ' put in some code to set sFileName based on your project
>
> layout_win = frontwindow()
> Set CoordSys Layout Units "in"
> Set Window layout_win Title sFileName
> printwin window layout_win
>
> - then loop through this program and each pdf will get it's
> own unique name - [sFileName].pdf - and you'll never get
> prompted to hit "enter" to save the file (unless you get a
> duplicate file name)
>
> -Original Message-
> From: Jonathan Stavis [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 22, 2002 4:30 PM
> To: [EMAIL PROTECTED]
> Subject: MI-L mapbasic - adobe distiller printing
>
>
> Hello,
>
> I am writing a mapbasic program which generates a number of
> layouts in
> MI and then prints them to Adobe Distiller.  Does anyone
> know of a way
> to specify a path for each pdf file, so as to not have to
> dismiss the
> Save As dialog for each layout printed?
>
> Printing to a .ps file with Distiller running in the
> background is also
> a viable solution.  Is there any way to do this with
> MapBasic?
>
> Thanks in advance,
> Jon
>
>
> 
> -
> List hosting provided by Directions Magazine |
> www.directionsmag.com |
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>
>
>
>
> -
> List hosting provided by Directions Magazine | www.directionsmag.com |
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




MI-L Rotating objects

2002-05-10 Thread Martin . A . Spiers


Mapinfo allows me to draw rectangle, however the sides are always
vertical/horizontal. Is there an easy way to draw a rectangle which is on a
slant?


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: MI-L File Type: VCD file

2002-05-22 Thread Martin . A . Spiers

This might be a Visual CADD Drawing File: see 
http://www.imsisoft.com/products/visualcadd/ or http://www.visualcadd.org/


MI-L Text problem

2002-06-10 Thread Martin . A . Spiers

I have a problem where some sections of text appear as black rectangles. 
I'm using mapinfo 6.0 and a hp4000 printer. The problem is sporadic. Any 
ideas of a solution?


Re: MI-L EN to lat /long

2002-06-28 Thread Martin . A . Spiers

Assuming we're talking OSGB eastings/northings:

The OS web site has an online converter. There are also various tools 
available to do this, including an  excel spreadsheet. Unfortunately I 
can't remember the web page it came from, but a google search should find 
it.


Re: MI-L Queries

2002-09-03 Thread Martin . A . Spiers

You might be better doing this using thematics, where the symbol would 
change if the value of the field is altered. Alternatively, the queries 
can be mapped directly
Select * from TMBC where status = "High" into High
Add map layer High

creates a temporary table called high & adds it to your map. This routine 
would eb added to the workspace & re-run each time the workspace is 
opened.



Re: MI-L Hotlinks / Bookmarks

2002-10-09 Thread Martin . A . Spiers


Assuming the document is in HTML, you can specify bookmarks within it and
the hotlink should be of the form "file://path.mydoc.html#bookmark"


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 3481




Re: MI-L aerial photos

2002-10-24 Thread Martin . A . Spiers

The resolution on screen will be ultimately limited to the resolution of
the original photos - so if the feature is small (relative to the size of
the photo and the sort of film used) you may never be able to see it
accurately.

Martin Spiers


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 3756




Re: MI-L Colour code locations

2002-10-24 Thread Martin . A . Spiers

You can create a thematic map on any field, including text ones, using the
PointIndValuesDefault template

Martin Spiers


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 3763




MI-L Problems with Access

2001-11-03 Thread Martin . A . Spiers

>Date: Fri, 2 Nov 2001 15:43:06 -
>From: "Norman, Malcolm" <[EMAIL PROTECTED]>
>Subject: MI-L

Access creates an *.ldb file which contains the lock. Assuming you are the
sole user of the database, deleting this may solve your problem.

Yours,
M A Spiers
--

MWH
Internet: www.mwhglobal.com
This message may contain privileged and confidential information.
  It may be read, copied and used only by the addressee.
 If you have received it in error, please contact us immediately and delete
the message from your system including any copies.
Although MWH has used all reasonable efforts to ensure that this message
and any attachments are free from viruses, it is the responsibility of the
recipient to ensure that they are virus free.
MWH excludes liability, to the fullest extent permitted by law for any
direct, indirect or consequential loss, damage, costs or expenses in any
way caused by a virus in this message or any attachments.



___
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.



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





 
  "Neil Adamson"
 
  <[EMAIL PROTECTED]To:   

  u>cc: 
 
  Sent by:  Subject:  [MI-L] 
Searching based on coordinates  
  [EMAIL PROTECTED] 

  ionsmag.com   
 

 

 
  15/12/2005 02:46  
 

 

 





Hi,




I'm fairly new to the world of Mapinfo so forgive me if this is a dumb
question.




How do I do a search for a location if I have been provided with the
easting/northing coordinates




cheers




Neil Adamson




GIS Officer

Mitchell Shire Council




phone 03 5734 6322

fax  03 5734 6222




email:  [EMAIL PROTECTED]






This e-mail is intended only to be read or used by the addressee. It is
confidential and may contain legally privileged information. If you are not
the addressee indicated in this message (or responsible for delivery of the
message to such person), you may not copy or deliver this message to anyone
and you should destroy this message and kindly notify the sender by reply
e-mail. Confidentiality and legal privilege are not waived or lost by
reason of mistaken delivery to you.
___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l



___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


[MI-L] (OT) - message bounced by [EMAIL PROTECTED]

2006-02-10 Thread Martin A Spiers


A recent attempt to reply to one of the threads here resulted in my email
being returned by [EMAIL PROTECTED] with the text
"The message's content type was not explicitly allowed". This hasn't
happened in the past.

Anyone the foggiest what this means?

Email client is Lotus Notes 5.0.9a

Yours,

Martin Spiers
Senior Engineer
MWH
Kenburgh House,
Manor Row,
Bradford
BD1 4QU
Tel: 01274 718786
Fax: 01274 718799
email:  [EMAIL PROTECTED]
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


Re: [MI-L] old legend

2006-03-15 Thread Martin A Spiers

I think I was the last person to ask this question: here's the answer I was given















Hi Martin 

This is a long time hiccup of MI Pro. 

If you use the Thematic Legend the problem cannot be overcome. If you = 
print the layout page it will print OK, however in viewing in the layout = 
window or in saving as a JPG for example, the legend bottom will = 
disappear/not display. 

The workaround is to use the Cartographic Legend from the Map Window = 
with just the thematic layer in it and this will result in the entire = 
legend being displayed in the frame in the layout window. 

Hope this helps. 



Regards 

Tony Maber - Certified MapInfo Professional 
Manager - Business Services 
SPATIAL DECISIONS PTY LTD 
(A MapInfo Associate Partner) 
www.spatialdecisions.com.au 
Ph: (02) 9528-2822 
Mob: 0404-861-858 
Fax: (02) 9528-2833=20 











">"Nick Hall" <[EMAIL PROTECTED]>










"Nick Hall" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
14/03/2006 14:17
Please respond to nick




	
	To:	
	cc:	
	Subject:	[MI-L] old legend



  Sorry to post this but I can never, ever find anything in the archives on directionsmag.com and I know this will have been discussed/answered hundreds of times but I cant remember what it is!!!

A client using 7.5 has that legend cropping/missing problem - i.e. cant see bottom bit of legend on a layout.  I cant replicate it in V8 but how do you solve it in 7.5?
 
Thanks
 
Nick Hall___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l






___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


Re: [MI-L] DXF & DWG Import - Maintaining Layers & Minimizing Warp

2006-07-13 Thread Martin A Spiers

Normal DWG files do not contain a projection.
Generally they are drawn to scale, normal engineering drawings are likely
to be in metres, millimetres, feet or inches. 

One way of turning a multi-layer DWG
file into a single TAB is to first convert it to a DXF , then use MapInfo's
Table > Import function to convert that. 

Hope this helps.

Martin Spiers
Senior Engineer
MWH
Kenburgh House, 
Manor Row,
Bradford
BD1 4QU
Tel: 01274 718786
Fax: 01274 718799
email:  [EMAIL PROTECTED]






"Mari Pitkäaho"
<[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
13/07/2006 09:03




To
MapInfo-L@lists.directionsmag.com


cc



Subject
Re: [MI-L] DXF & DWG Import - Maintaining
Layers & Minimizing Warp








Hi,

this seems to be an old topic, but perhaps someone notices the message
now... I too would appreciate help with DWG imports. Frank pretty much
summed up all my problems too.

Best regards,

Mari Pitkäaho 

2006/4/13, Frank Aaron (TX/EUS) <[EMAIL PROTECTED]>:
Hi All, 
Does anyone know of a way to maintain a DWG
file so that it does not devolve into all of the miscellaneous layers when
importing through MI 8's UT? Additionally, does a way exist to determine
the projection that the drawing may have been saved when it was created
with AutoCad? I do not have access to AutoCad but can use a viewer - did
not know if any viewers allow for the determination of the file's projection
if it does exist. If a projection was not associated with the DWG - what
projection is recommended to use with a set of Geocoded Data (i.e., Radio
Measurements collected with a Garmin GPS that was set to Long/Lat: WGS84)
that will be overlaid on the map. I want to minimize the warping of the
DWG file. Best regards,
Frank Aaron, MSc. Physics, MSEE

Staff Wireless Systems Engineer, RF Engineering Services

Ericsson USA 
Service & Solutions Operations, NA 
Tel:      (972) 583-0112 
Fax:     (972) 583-2273 
Mobile: (972) 679-9291 
mail to: frank.
[EMAIL PROTECTED] 

___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com

http://www.directionsmag.com/mailman/listinfo/mapinfo-l


___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l

___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


[MI-L] Creating a number of points along a line at predefined distances

2006-07-13 Thread Martin A Spiers

I have two tables - one of lines, and
one of the distance along those lines to various points of interest
I want to create an object at each point
of interest

I need some help on the best way to
do this.

Thanks, in advance

Martin Spiers
Senior Engineer
MWH
Kenburgh House, 
Manor Row,
Bradford
BD1 4QU
Tel: 01274 718786
Fax: 01274 718799
email:  [EMAIL PROTECTED]
___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


Re: [MI-L] Line style problem

2006-07-19 Thread Martin A Spiers

This can happen if some of the polygons
are drawn clockwise and some anticlockwise. 
As far as I know, you'd need to convert
the polygons to polylines, then reverse their direction.

Yours,

Martin Spiers
Senior Engineer
MWH
Kenburgh House, 
Manor Row,
Bradford
BD1 4QU
Tel: 01274 718786
Fax: 01274 718799
email:  [EMAIL PROTECTED]
___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


Re: [MI-L] Exporting map as bitmap

2006-09-15 Thread Martin A Spiers

You could try printing to PDF with a
very large paper size.
The resulting PDF would cover the area
you want, but you'd be able to zoom into the level of detail you require.


Yours,

Martin Spiers
Senior Engineer
MWH
Kenburgh House, 
Manor Row,
Bradford
BD1 4QU
Tel: 01274 718735
Fax: 01274 718799
email:  [EMAIL PROTECTED]






"Tim Smith" <[EMAIL PROTECTED]>

Sent by: [EMAIL PROTECTED]
15/09/2006 13:29




To



cc



Subject
[MI-L] Exporting map as bitmap








Hi List,
 
Does anyone know the best way
to export a huge bitmap of an area of a map with MapInfo pro?
 
The 'Save Window As' option is
no good as I need to export a large area, and when I zoom in to street
level (which is what I want to export), I obviously only see a small part
of the large area I want to export.
 
I'm using the UTM WGS84 projection
and datum.
 
What I'd like to do is specify
an easting and northing and width and height, a zoom level (so I can choose
street-level) and an output resolution.
I might be asking for a lot, but
how else can you export a street-level bitmap?
 
The 'Save Window As' option is
also limited to around 9,500 pixels in any dimension.
 
Can anyone help me?
 
Kind regards
 
Tim___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l

___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l