RE: [MI-L] MapBasic API Call for XML

2006-02-01 Thread SCISOFT
Well, if you can get MB to interact with .NET then I would use .NET because
it makes read/write of XML like falling off a log (v1.1 or v2.0 are both
very capable).
XML is many things though - schema is all-important. 

IL Thomas
GeoSciSoft - Perth, Australia

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:mapinfo-l-
 [EMAIL PROTECTED] On Behalf Of Ian Tidy
 Sent: Wednesday, February 01, 2006 9:32 AM
 To: MapInfo-L
 Cc: [EMAIL PROTECTED]
 Subject: [MI-L] MapBasic API Call for XML
 
 Hi All,
 
 I am looking for a Windows DLL that I can call for reading and writing XML
 for MapBasic.
 
 Cheers Ian
 
 Ian Tidy
 GIS Administrator
 Works Asset Department
 Napier City Council
 Hastings St, Private Bag 6010, Napier, New Zealand
 Phone +64-6-835-7579 Ext. 8115
 Fax +64-6-835-7574
 mailto:[EMAIL PROTECTED]
 http://www.napier.govt.nz http://www.napier.govt.nz/
 
 
 
 
 ##
 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.
 ___
 MapInfo-L mailing list
 MapInfo-L@lists.directionsmag.com
 http://www.directionsmag.com/mailman/listinfo/mapinfo-l
 
 
 --
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.1.375 / Virus Database: 267.14.25/246 - Release Date:
 30/01/2006

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


RE: SUMMARY: [MI-L] Parsing Problem

2006-02-01 Thread SCISOFT
My suggestion would be to search within the strings using a series of
regular expressions (regex).

It's brute force, but you can develop easily understood code (best to get a
regex tester - several of them, esp for .NET) with a series of switch or
case statements. 

As you recognize more of the system, hone your regex so that it does it
better. 

IL Thomas
GeoSciSoft - Perth, Australia

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:mapinfo-l-
 [EMAIL PROTECTED] On Behalf Of Bill Thoen
 Sent: Tuesday, January 31, 2006 11:10 PM
 To: mapinfo-l@lists.directionsmag.com
 Subject: SUMMARY: [MI-L] Parsing Problem
 
 A couple of days ago I asked for help on how to approach a parsing
 problem.
 In short, I have a table with a column that contains coded descriptions of
 areas defined relative to the PLSS grid. The descriptions have definite
 patterns to them, and it's easy for me to translate them individually, but
 there are thousands of records and the patterns are different depending on
 which county they occurr in, so it's been tantalizingly difficult to write
 a program to convert these all to a common format.
 
 I received several responses. 
snip
___
MapInfo-L mailing list
MapInfo-L@lists.directionsmag.com
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


[MI-L] Problem with Manual Geocoding

2006-02-01 Thread Sarah Williams
Hi,

Can anyone suggest why today I cannot manually geocode some records in a table 
using the same procedure that I have always used successfully?

As per the instructions in the MapInfo User Guide I have open my editable table 
in the map and browser window.  I select the appropriate record in the browser 
window, select the symbol tool, select the map window and click to insert the 
map object.  Rather than connecting the attributes with the new point on the 
map, this creates a new record which is inserted at the bottom of the browser 
window.

I have tried this is version 6.5 and 7.8 with the same result

What am I doing wrong?  

Thanks in advance for any help.

Sarah Williams
GIS Officer




*
PRIVACY AND CONFIDENTIALITY NOTICE
*
The information contained in this email transmission is intended by North 
Somerset Council for the use of the named individual or entity to which it is 
directed and may contain information that is privileged or otherwise 
confidential.  If you have received this email transmission in error, please 
delete it from your system without copying or forwarding it, and notify the 
sender of the error by reply email. 
Any views expressed within this message or any other associated files are the 
views and expressions of the individual and not North Somerset Council.
North Somerset Council takes all reasonable precautions to ensure that no 
viruses are transmitted with any electronic communications sent, however the 
Council can accept no responsibility for any loss or damage resulting directly 
or indirectly from the use of this email or any contents or attachments.
www.n-somerset.gov.uk
Main switchboard: 01934 88


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


Ang. [MI-L] Problem with Manual Geocoding

2006-02-01 Thread Mats Elfström
Hi Sarah!

I did a quick test in MapInfo v8.0 and can confirm that it works as 
expected, that is I can manually assign symbols or even lines and regions 
to a selected item in a browser table, but only if it does not have a map 
object before.
In order to perform the test, I used a point table where I erased a number 
of map objects.
If a selected item has already got a map object, the result is just as you 
describe, a new item is created in the table.

Can it be that you have 0,0 coordinates for the items you want to geocode?
Zoom out to the entire layer and look for a pile of symbols in the origin 
point.

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



Sarah Williams [EMAIL PROTECTED] 
Sänt av: [EMAIL PROTECTED]
2006-02-01 12:04

Till
mapinfo-l@lists.directionsmag.com
Kopia

Ärende
[MI-L] Problem with Manual Geocoding






Hi,

Can anyone suggest why today I cannot manually geocode some records in a 
table using the same procedure that I have always used successfully?

As per the instructions in the MapInfo User Guide I have open my editable 
table in the map and browser window.  I select the appropriate record in 
the browser window, select the symbol tool, select the map window and 
click to insert the map object.  Rather than connecting the attributes 
with the new point on the map, this creates a new record which is inserted 
at the bottom of the browser window.

I have tried this is version 6.5 and 7.8 with the same result

What am I doing wrong? 

Thanks in advance for any help.

Sarah Williams
GIS Officer




*
PRIVACY AND CONFIDENTIALITY NOTICE
*
The information contained in this email transmission is intended by North 
Somerset Council for the use of the named individual or entity to which it 
is directed and may contain information that is privileged or otherwise 
confidential.  If you have received this email transmission in error, 
please delete it from your system without copying or forwarding it, and 
notify the sender of the error by reply email. 
Any views expressed within this message or any other associated files are 
the views and expressions of the individual and not North Somerset 
Council.
North Somerset Council takes all reasonable precautions to ensure that no 
viruses are transmitted with any electronic communications sent, however 
the Council can accept no responsibility for any loss or damage resulting 
directly or indirectly from the use of this email or any contents or 
attachments.
www.n-somerset.gov.uk
Main switchboard: 01934 88


___
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] calculating distances

2006-02-01 Thread Will Mitchell
IN MI Pro ver 8 there is a nifty tool in the tools menu called 'Distance
Calculator'.  

If you are on an earlier version you can do it with the Distance function in
SQL select but it is a bit cumbersome...you need a common ID in both tables
for joining, then can put the following in your SQL selct columns up top:

Select table1.id, table2.id,
   Distance(table1.Lon, table1.Lat,
  Table2.Lon, table2.Lat, mi) Distance

(You can also use centroid X and X instead of Lon/Lat fields)

Will Mitchell 
Mitchell Geographics, Inc. 
496 Congress St. 
Portland, ME 04101 
P 207.879.7769
F 207.221.5861 (new)
www.mitchellgeo.com 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew
Tracey
Sent: Wednesday, February 01, 2006 4:07 AM
To: MapInfo-L@lists.directionsmag.com
Subject: [MI-L] calculating distances

Hi all,

I have 2 tables, one of them has one point on it (table 1), and the other
has approximately 500 points (table 2). I was wondering if there was an easy
way of calculating the distance of all the points in table 2 to the one
point in table 1, and then automatically adding an extra field in table 2
with that value.

Any help would be greatly appreciated.

Regards,

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

___
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] Problems Fixed on MapInfo-L

2006-02-01 Thread Bill Thoen
Yesterday, Directions Magazine shut down their mail servers briefly to
clear a large mail backlog which was the most likely cause of the problems
we've been having on MapInfo-L. Now that they've restarted the servers, it
looks like things are ticking along nicely. But to make sure we've found
the culprit, please keep a watch on messages you send and if it takes a
couple of hours to distribute them to the list or if they never get
distributed at all, but they DO appear in the archives, please let me know. 

- Bill Thoen

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


[MI-L] Creating new MI Line styles tool

2006-02-01 Thread Doug Pease
Im sure I recall the availability of a tool to create new MI line
styles. Ive searched the Directions site but couldnt find anything.
Could someone direct me to such a tool if one exists please.
 
Thanks
 
Doug Pease
GIS Officer
Livingstone Shire Council
PO Box 600
Yeppoon  4703
 
Phone 49399957
 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom
they are addressed.
If you have received this e-mail in error please notify the
originator of the message. This footer also confirms that this
e-mail message has been scanned for the presence of computer viruses.

Any views expressed in this message are those of the individual
sender, except where the sender specifies and with authority,
states them to be the views of Livingstone Shire Council.



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


re: [MI-L] Creating new MI Line styles tool

2006-02-01 Thread Sam Knight
Hi Doug,
You are looking for the MapInfo Line Style Editor
It's the last download on this page at MapInfo's site:
http://extranet.mapinfo.com/products/download.cfm?ProductID=1044


Regards,
Sam Knight

Applications Specialist
Blue Marble Geographics

[EMAIL PROTECTED]
Ph: 800-616-2725 ext. 24
Ph: 207-582-6747 ext. 24
Fax: 207-582-7001
http://www.bluemarblegeo.com 
and
http://www.beyondgeo.com
-- Original Message --

FROM:  Doug Pease [EMAIL PROTECTED]
TO:mapinfo-l@lists.directionsmag.com
DATE:  Thu, 2 Feb 2006 07:12:28 +1000

SUBJECT:   [MI-L] Creating new MI Line styles tool

Im sure I recall the availability of a tool to create new MI line
styles. Ive searched the Directions site but couldnt find anything.
Could someone direct me to such a tool if one exists please.

Thanks

Doug Pease
GIS Officer
Livingstone Shire Council
PO Box 600
Yeppoon  4703

Phone 49399957

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom
they are addressed.
If you have received this e-mail in error please notify the
originator of the message. This footer also confirms that this
e-mail message has been scanned for the presence of computer viruses.

Any views expressed in this message are those of the individual
sender, except where the sender specifies and with authority,
states them to be the views of Livingstone Shire Council.



___
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] Creating new MI Line styles tool

2006-02-01 Thread Jacques Paris
Do not tell anyone but the same problem was raised on the mapinfo_fr
list this week and I solved it by putting the LineEdit.exe file on one
of my download lists. Go to www.paris-pc-gis.com/decharge.htm and you
will find it at the bottom of Fichiers d'autres origines. I was not
expecting much requests and I put it on the French page only; sorry
about it but I am sure you will find it.

Jacques Paris

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Doug
Pease
Sent: 1 février 2006 16:12
To: mapinfo-l@lists.directionsmag.com
Subject: [MI-L] Creating new MI Line styles tool

Im sure I recall the availability of a tool to create new MI line
styles. Ive searched the Directions site but couldnt find anything.
Could someone direct me to such a tool if one exists please.
 
Thanks
 
Doug Pease
GIS Officer
Livingstone Shire Council
PO Box 600
Yeppoon  4703
 
Phone 49399957
 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom
they are addressed.
If you have received this e-mail in error please notify the
originator of the message. This footer also confirms that this
e-mail message has been scanned for the presence of computer viruses.

Any views expressed in this message are those of the individual
sender, except where the sender specifies and with authority,
states them to be the views of Livingstone Shire Council.



___
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: Ang. [MI-L] Problem with Manual Geocoding

2006-02-01 Thread Info at Spatial Decisions
Hi Sarah/Mats

You might find that you need to Pack the table if you have cleared the map 
object for a previous record as until this is done MapInfo thinks the object 
location still exists.

HTH.


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 




Check out HotSpot Detective and MapAnimated  -  two great additions to MapInfo 
Professional at www.spatialdecisions.com.au




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


[MI-L] Text labels missing from .pdf output / MI in MSAccess Reports

2006-02-01 Thread Alistair Hart
Hi again Folks,
 
I have a map which shows street labels in the map window and the layout window, 
but when I print to .pdf, the labels are missing!
 
I'm using Adobe Acrobat 5.0 and I've never had this problem before. I did have 
Acrobat Reader 7.0 installed (to another directory) for a couple of weeks but 
recently removed it after having some other trouble (opening .pdfs from web).
 
Has anyone else experienced this?
 
 
I'm also considering embedding a map into an MS Access report - I haven't yet 
tried this but while I'm on the list I thought I'd ask if anyone else has 
experience with this.
 
Specifically I want to be able to have a couple of tables mapped containing a 
query from Access which must be refreshed each time the map is opened. Do you 
require MI Pro on the machine opening and refreshing the query for it to 
refresh the map? I suspect so, but will experiment to find out if no-one can 
tell me.
 
 
Thanks for your time.
 
Al.
 
 
 
 

***
Alistair Hart
Data Manager (Spatial)
Health Surveillance
Tropical Population Health Network
Northern Area Health Service
Queensland Health




*
This email, including any attachments sent with it, is
confidential and for the sole use of the intended recipient(s).
This confidentiality is not waived or lost, if you receive it and
you are not the intended recipient(s), or if it is transmitted/
received in error.

Any unauthorised use, alteration, disclosure, distribution or
review of this email is strictly prohibited.  The information
contained in this email, including any attachment sent with
it, may be subject to a statutory duty of confidentiality if it
relates to health service matters.

If you are not the intended recipient(s), or if you have
received this email in error, you are asked to immediately
notify the sender by telephone collect on Australia
+61 1800 198 175 or by return email.  You should also
delete this email, and any copies, from your computer
system network and destroy any hard copies produced.

If not an intended recipient of this email, you must not copy,
distribute or take any action(s) that relies on it; any form of
disclosure, modification, distribution and/or publication of this
email is also prohibited.

Although Queensland Health takes all reasonable steps to
ensure this email does not contain malicious software,
Queensland Health does not accept responsibility for the
consequences if any person's computer inadvertently suffers
any disruption to services, loss of information, harm or is
infected with a virus, other malicious computer programme or
code that may occur as a consequence of receiving this
email.

Unless stated otherwise, this email represents only the views
of the sender and not the views of the Queensland Government.


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


[MI-L] [Spam] Accessing MI Dialog boxes

2006-02-01 Thread Greg Gainey
Hi all,

Hoping someone can help me with the following, I want to have access to the
Excel Info dialog box when I import a spread sheet from MS Excel.
From that point I then want to access the Create Points dialog and alter
that box to allow a third field to be displayed and used for drawing an
object.

In short - I want to select a range from my spreadsheet, keeping the
headings columns and then draw lines using the modified Create Points dialog
( the additional field is for the direction of the line).

I think I need the proper name for those dialogs and the ID?

Hope this is clear and all help appreciated.

Regards
Greg


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


[MI-L] View Mapinfo location in Google Earth

2006-02-01 Thread Doyle, Peter W

Greetings List,

I have written a small utility that allows you to click on a point in
your mapper window and then zooms to that location in Google Earth.

If you are interested let me know and I will forward it to you.

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


[MI-L] MapInfo vs AutoCAD

2006-02-01 Thread nicholas . g . lawrence
Every now and then, the topic of MapInfo vs ArcInfo comes up on this list.

But has there been any discussion of MapInfo vs AutoCAD?

I bring this up because, over the last few years, CAD software has been
slowly gaining functionality that has usually been regarded as GIS.

Sometimes this is new functionality in the basic software, sometimes it is
a
seperate module, eg AutoCAD Map.

How much GIS functionality does a CAD package have to acquire before
it can be considered a competitor for GIS software like MapInfo?

nick



Opinions contained in this e-mail do not necessarily reflect
the opinions of the Queensland Department of Main Roads,
Queensland Transport or Maritime Safety Queensland, or
endorsed organisations utilising the same infrastructure.
If you have received this electronic mail message in error,
please immediately notify the sender and delete the message
from your computer.

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