Re: MI-L Dialog Tab Order

2002-09-19 Thread Martin Hodder

Peter,

In your Dialog statement you can put the radiogroup as the first control in
the statement, this should make it the active control when you open the
dialog.

If this does not work you can try calling a subrouting of the dialog
statement and put something like

Alter Control ID X active

Regards

Martin

- Original Message -
From: "Doyle, Peter W" <[EMAIL PROTECTED]>
To: "'Mapinfo-L'" <[EMAIL PROTECTED]>
Sent: Thursday, September 19, 2002 7:12 AM
Subject: MI-L Dialog Tab Order


> Greetings Listers,
>
> I am trying to set the Tab Order in a dialog, but I can't seem to get a
> Radio Group to be the default tab position (eg. the default control that
is
> selected when I open the dialog)
>
> The Radio Group in question is the first control listed in the Dialog
> statement, but when I open the dialog it always defaults to an EditText
box.
>
> Is the Tab Order in some way relayed to th Control ID number
>
> Any help appreciated.
>
> Regards
>
> Peter Doyle
> TELSTRA
> Infrastructure Services
> Network Services
> Wireless Networks, Qld
> Geographical Information Systems & Mapping
> +61 7  38871128
> 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: 3123
>
>


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




RE: MI-L VM 2.6 error on Win XP OS

2002-09-19 Thread Bean, Nick (N)

We had a similar problem and the only way was to upgrade as support for
older problems didn't exist.
Thank you Marconi for that simple lesson in marketing.
Give the public what they need but only support what you want.
Genius!

> -Original Message-
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, September 19, 2002 7:50 AM
> To:   [EMAIL PROTECTED]
> Subject:  Sum: MI-L VM 2.6 error on Win XP OS
> 
> >> VM 2.6 errors on MI 7.0 and Win XP:
> >>Creating a Legend with Colour > Legend ... ,press ok - returns a total
> >>screwed legend and when creating a drape file, 
> >>in the 'Save Drape File dialog' press Save
> >>returns a error: 'File "0 not registred for access'
> 
> According to Marconi, Vertical Mapper 2.6 is no longer supported. From 
> this list only Ian Hull seems to run VM 2.6 on Win XP (MIPro 5.5), and he 
> had no problem.  Any client or user upgrading to Win XP might get trouble 
> (at least running MI 7.0) with VM 2.6. 
> If so the only solution is upgrading to VM 3.0.
> 
> Jakob 
> 
> --
> --
> Jakob Lanstorp
> Developer
> Kampsax A/S - GIS Software & Solutions 
> Rugaardsvej 55, 5000 Odense, DK 
> tel: +45 6313 5013,  dir:+45 6313 5011,  fax: +45 6313 5090
> mailto:[EMAIL PROTECTED] 
> http://www.kampsax-gis.dk and http://www.kampsax.dk
> Authorized MapInfo Partner & Distributor in Denmark and Norway.
> --
> --
> Visit http://www.kortal.dk and see Denmark from above!

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




Re[2]: MI-L Dialog Tab Order

2002-09-19 Thread Vladimir Lashin

Hello Martin,

Thursday, September 19, 2002, 11:30:36 AM, you wrote:

MH> Peter,

MH> In your Dialog statement you can put the radiogroup as the first control in
MH> the statement, this should make it the active control when you open the
MH> dialog.
Are you testing it? It is doesnt work...
MH> If this does not work you can try calling a subrouting of the dialog
MH> statement and put something like

MH> Alter Control ID X active
>From MapBasic Help.
The Active keyword applies only to EditText controls.
An Alter Control ... Active statement puts the keyboard focus on the specified 
EditText control.

MH> Regards

MH> Martin

MH> - Original Message -
MH> From: "Doyle, Peter W" <[EMAIL PROTECTED]>
MH> To: "'Mapinfo-L'" <[EMAIL PROTECTED]>
MH> Sent: Thursday, September 19, 2002 7:12 AM
MH> Subject: MI-L Dialog Tab Order


>> Greetings Listers,
>>
>> I am trying to set the Tab Order in a dialog, but I can't seem to get a
>> Radio Group to be the default tab position (eg. the default control that
MH> is
>> selected when I open the dialog)
>>
>> The Radio Group in question is the first control listed in the Dialog
>> statement, but when I open the dialog it always defaults to an EditText
MH> box.
>>
>> Is the Tab Order in some way relayed to th Control ID number
>>
>> Any help appreciated.
>>
>> Regards
>>
>> Peter Doyle
>> TELSTRA
>> Infrastructure Services
>> Network Services
>> Wireless Networks, Qld
>> Geographical Information Systems & Mapping
>> +61 7  38871128
>> 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: 3123
>>




-- 
Best regards,
Vladimir Lashin
microOLAP Technologies LLC

---
MBBuilder - Visual Development Tool for MapBasic - 
http://www.microolap.com/products/gis/mbbuilder.htm
Raster Handler for ERDAS Imagine to MapInfo - 
http://www.microolap.com/products/gis/imgrhl.htm
MapInfo Callbacks Manager ActiveX - http://www.microolap.com/products/gis/micmx.htm
EasyMap VCL - http://www.microolap.com/products/gis/easymap.htm
---

mailto:[EMAIL PROTECTED]
http://www.microolap.com/gis/ - GIS related products



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




Re: MI-L Dialog Tab Order

2002-09-19 Thread Martin Hodder

Hi,


Following on from Valadmir's comments - I had not tested! So I thought I
would actually test the theory and the results are quite interesting.

1) The Alter Control active statement does indeed only work for edittext
controls

2) It turns out that we can both be right regarding the tab order.

Take the code at the bootom of the email and compile and run it.

You will see that the list box is the active control.
You can play around by putting the OK button at the top and that will be the
active control.
Put the radiogroup at the top and that will be the active control.

Now for the quirky bit:-

If you uncomment the Value 0 statement in the radiogroup and compile - it is
not longer the active control on start up
Put value 1 instead and it is back to being the active control.

At least that what happens for me! (MB6.0 MI6.0 Win2000)

Here is the code i used for testing:-

Dialog
Title "tab order"
Control LISTBOX
ID 3
Position 12, 30
Title "test1;test2"
Width 67
Height 86
Control RADIOGROUP
ID 4
Position 174, 30
Width 63
Height 20
Title "Test 1; Test 2"
 ' Value 0
Control STATICTEXT
ID 5
Position 5, 5
Width 64
Height 17
Title "Test"
Control OKBUTTON
ID 1
Position 176, 144
Width 32
Height 15
Title "&Ok"
Control CANCELBUTTON
ID 2
Position 221, 144
Width 30
Height 14
Title "&Cancel"

Interested to hear if this is right as it has always been my understanding
that the active control is the first user changeable in the statement

Regards

Martin




- Original Message -
From: "Doyle, Peter W" <[EMAIL PROTECTED]>
To: "'Mapinfo-L'" <[EMAIL PROTECTED]>
Sent: Thursday, September 19, 2002 7:12 AM
Subject: MI-L Dialog Tab Order


> Greetings Listers,
>
> I am trying to set the Tab Order in a dialog, but I can't seem to get a
> Radio Group to be the default tab position (eg. the default control that
is
> selected when I open the dialog)
>
> The Radio Group in question is the first control listed in the Dialog
> statement, but when I open the dialog it always defaults to an EditText
box.
>
> Is the Tab Order in some way relayed to th Control ID number
>
> Any help appreciated.
>
> Regards
>
> Peter Doyle
> TELSTRA
> Infrastructure Services
> Network Services
> Wireless Networks, Qld
> Geographical Information Systems & Mapping
> +61 7  38871128
> 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: 3123
>
>


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




MI-L Thank you: Expanding Vector Problem

2002-09-19 Thread Ben Crane

Hi,

Just want to say thanx for the advice I was given
regarding my problem. I have decided to go down the
AutoCAD route.

Once again cheers
Ben

__
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.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: 3131




MI-L MapX performance - Layer.AddFeature

2002-09-19 Thread Karlsson,Niklas

Hi,

I have a large amount of data (approx. 10 points and 5000 rectangles) which I want 
to display using Delphi and MapX. As of now I've assumed that I could simply create a 
feature using featurefactory and add it to a temporary layer. This seems however to be 
very slow.

Some profiling reveals that adding 1000 small rectangles to a layer takes ~27 seconds. 
98% of the time is spent on the function call "Map1.Layers.Item['Temp 
Layer'].AddFeature(f, EmptyParam);". Creating the feature as such seem to be quite 
fast. I'm running it on a P3/1GHz.

Is there a smarter (=faster) way to this? I assume there is since I've seen other 
mapinfo applications which seem pretty fast. Either a quicker 
Thanks!

Best regards // Niklas




MI-L MapX performance - Layer.AddFeature (#2)

2002-09-19 Thread Karlsson,Niklas

(sorry, previous mail was sent prematurely)

Hi,

I have a large amount of data (approx. 10 points and 5000 rectangles) which I want 
to display using Delphi and MapX. As of now I've assumed that I could simply create a 
feature using featurefactory and add it to a temporary layer. This seems however to be 
very slow.

Some profiling reveals that adding 1000 small rectangles to a layer takes ~27 seconds. 
98% of the time is spent on the function call "Map1.Layers.Item['Temp 
Layer'].AddFeature(f, EmptyParam);". Creating the feature as such seem to be quite 
fast. I'm running it on a P3/1GHz.

Is there a smarter (=faster) way to this? I assume there is since I've seen other 
mapinfo applications which seem pretty fast. Either a quicker to add a feature to a 
given layer or a better/faster way to add objects (point & rectangles) to mapinfo.

Thanks in advance!

Best regards // Niklas




RE: MI-L Dialog Tab Order

2002-09-19 Thread Jacques Paris

>From MapBasic Help (dialog statement)

Specifying the Tab Order

The user can press the Tab key to move the keyboard focus through the
dialog. The focus moves from control to control according to the dialog's
tab order.
Tab order is defined by the order of the Control clauses in the Dialog
statement. When the focus is on the third control, pressing Tab moves the
focus to the fourth control, etc. If you want to change the tab order,
change the order of the Control clauses.

Jacques Paris
e-mail  [EMAIL PROTECTED]
MapBasic-MapInfo support  http://www.paris-pc-gis.com

-Original Message-
From: Martin Hodder [mailto:[EMAIL PROTECTED]]
Sent: September 19, 2002 04:15
To: Doyle, Peter W; 'Mapinfo-L'
Subject: Re: MI-L Dialog Tab Order

Hi,


Following on from Valadmir's comments - I had not tested! So I thought I
would actually test the theory and the results are quite interesting.

1) The Alter Control active statement does indeed only work for edittext
controls

2) It turns out that we can both be right regarding the tab order.

Take the code at the bootom of the email and compile and run it.

You will see that the list box is the active control.
You can play around by putting the OK button at the top and that will be the
active control.
Put the radiogroup at the top and that will be the active control.

Now for the quirky bit:-

If you uncomment the Value 0 statement in the radiogroup and compile - it is
not longer the active control on start up
Put value 1 instead and it is back to being the active control.

At least that what happens for me! (MB6.0 MI6.0 Win2000)

Here is the code i used for testing:-

Dialog
Title "tab order"
Control LISTBOX
ID 3
Position 12, 30
Title "test1;test2"
Width 67
Height 86
Control RADIOGROUP
ID 4
Position 174, 30
Width 63
Height 20
Title "Test 1; Test 2"
 ' Value 0
Control STATICTEXT
ID 5
Position 5, 5
Width 64
Height 17
Title "Test"
Control OKBUTTON
ID 1
Position 176, 144
Width 32
Height 15
Title "&Ok"
Control CANCELBUTTON
ID 2
Position 221, 144
Width 30
Height 14
Title "&Cancel"

Interested to hear if this is right as it has always been my understanding
that the active control is the first user changeable in the statement

Regards

Martin




- Original Message -
From: "Doyle, Peter W" <[EMAIL PROTECTED]>
To: "'Mapinfo-L'" <[EMAIL PROTECTED]>
Sent: Thursday, September 19, 2002 7:12 AM
Subject: MI-L Dialog Tab Order


> Greetings Listers,
>
> I am trying to set the Tab Order in a dialog, but I can't seem to get a
> Radio Group to be the default tab position (eg. the default control that
is
> selected when I open the dialog)
>
> The Radio Group in question is the first control listed in the Dialog
> statement, but when I open the dialog it always defaults to an EditText
box.
>
> Is the Tab Order in some way relayed to th Control ID number
>
> Any help appreciated.
>
> Regards
>
> Peter Doyle
> TELSTRA
> Infrastructure Services
> Network Services
> Wireless Networks, Qld
> Geographical Information Systems & Mapping
> +61 7  38871128
> 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: 3123
>
>


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


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




RE: MI-L Kernel Analysis using Vertical Mapper

2002-09-19 Thread Phil


I have to manually amend projection to British National Grid in mif file to
get data from CrimeStat back into MI - otherwise the kernel algorithm works
well. Alternatively I've written a mapbasic program that runs kernel and
other density estimation routines. Let me know if you want a copy.

Phil.

-Original Message-
From: Richard Block [mailto:[EMAIL PROTECTED]]
Sent: 10 September 2002 02:30
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: MI-L SUM-Kernel Analysis using Vertical Mapper


Declan
You should try CrimeStat2.  It is much less quirky in conjunction with
MapInfo.  I rarely had any problems.
Dick

Richard Block
Department of Sociology
Loyola University
6525 N Sheridan Rd.
Chicago IL 60626

Telephone 773 508 3454
FAX 773 508 7099
email [EMAIL PROTECTED]
>>> Declan Troy <[EMAIL PROTECTED]> 09/09/02 18:38 PM >>>
Not too much response to my inquiry, perhaps reflecting an 
application not too widespread among MapInfo users.

No one confirmed that the VM kernel routines work (there was one 
voice of trepidation from a user planning on using this analysis).

CrimeStat 2 was suggested as an alternative. I actually have used 
Crimestat and can vouch that it does produce much more realistic 
looking results from kernel analyses than does VM. The price is right 
(free), the author is very responsive to problems, and is the only 
source I can think of off hand for dual kernel analysis. Although one 
can transfer information between MapInfo and CrimeStat, I have found 
this to be rather quirky. At least Crimestat does allow for transfers 
to MapInfo (and other formats). The VM, being a MapInfo add-on is 
much more tightly integrated and easier to use.

The Mapinfo/ESRI discussion has an asymptote to this problem. ArcView 
users have long had access to some nice routines for kernel analyses, 
probably reflecting the larger user base of academic users.

Thanks to those who responded.

Declan


>Is anyone using Vertical Mapper to do kernel analyses (creating 
>grids based on point density)? I have two problems when I try.
>
>First, the contribution of adjacent points seems to be ignored; 
>i.e., rather than summing densities VM appears to just overlay 
>densities for each point; i.e., densities of each point erase any 
>prior points they overlay. Density grids calculated using the 
>"Square Area" method of point density analysis (which is a specific 
>type of kernel analysis) look fine.
>
>Second, one is supposed to be able to attach weighting to points 
>(event sum column) but again when I try this the results don't look 
>realistic (points with high values don't correspond to higher 
>densities in the resultant grid), even for the Square Area analysis.
>
>If anyone is using VM for kernel analysis and is either getting good 
>results or can confirm problems with these routines please let me 
>know.
>

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



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

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




RE: MI-L SQL

2002-09-19 Thread Tim.Nuteson

Depending on your version of MapInfo, the MapBasic reference guide, which
details all of these functions, is included in PDF format on the MapInfo
install disk.

I have MapInfo 6.5 and the file is here:  d:\pdf_docs\mb_ref.pdf

Tim Nuteson
Target Corporation

-Original Message-
From: Justusson Christer [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 19, 2002 1:22 AM
To: 'Jeff Card'; [EMAIL PROTECTED]
Subject: SV: MI-L SQL


Hi!

Someone pointed me to this website some time ago:
http://www.spatialplus.com/quests/qsql009.htm
There is a list of all SQL functions in MapInfo and some have really helped
me in tight situations like AreaOverlap(object1,object2). I hope it is of
any help. But it would be nice to have examples for each function also cause
some I can't figure out how to use. Other source for me has been
KnowledgeBase at http://testdrive.mapinfo.com/kbase_by_product

Regards Christer Justusson
Uppsala

-Ursprungligt meddelande-
Från: Jeff Card [mailto:[EMAIL PROTECTED]]
Skickat: den 18 september 2002 19:00
Till: [EMAIL PROTECTED]
Ämne: MI-L SQL


Can anyone give me an idea where I could find an in depth reference on SQL
commands and using them in Mapinfo.

Jeff Card
Research/GIS Analyst
The Weitzman Group
(214)720-6612


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


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

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




MI-L MI 7.0 and ESRI Shapefiles?

2002-09-19 Thread John . Ottini

According to Mapinfo's literature, Mapinfo Professional 7.0 has the ability
to open ESRI Shapefiles directly from the Open dialog display!
I'm curious as to how well this actually works?

Any feedback would be gratefully appreciated.

Regards

John


John Ottini
GIS Mapping Program
City of Orlando-Public 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: 3137




RE: MI-L MI 7.0 and ESRI Shapefiles?

2002-09-19 Thread Stokes, Jonathan (J)

John
MI actually seems to translate the files rather than read them on the fly.
It creates a .tab, .id, .ind and .map file and uses the shape files .dbf
instead of the .dat file. I'm not sure whether any linking exists between
the files (i.e. if the shape gets edited is the MapInfo table updated ??)

Cheers

Jon 
Jonathan Stokes
Information Solutions Group
Binnie Black & Veatch
* +44 (0)1737 774 155
* Direct Dial +44 (0)1737 856 263
* [EMAIL PROTECTED]

-Original Message-
From:   [EMAIL PROTECTED]
[SMTP:[EMAIL PROTECTED]]
Sent:   19 September 2002 14:59
To: [EMAIL PROTECTED]
Subject:MI-L MI 7.0 and ESRI Shapefiles?

According to Mapinfo's literature, Mapinfo Professional 7.0 has the
ability
to open ESRI Shapefiles directly from the Open dialog display!
I'm curious as to how well this actually works?

Any feedback would be gratefully appreciated.

Regards

John


John Ottini
GIS Mapping Program
City of Orlando-Public 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: 3137


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




RE: MI-L Kernel Analysis using Vertical Mapper

2002-09-19 Thread Richard Block

With the exception of lat/lon, the best way to generate crimestat graphic output for 
MapInfo is to create a shape file.  Then use mapinfo's universal translator to 
generate a mif file with the appropriate specification of projection.   If your data 
is lat/lon then use the mapinfo tab or mif option in Crimestat. 

Dick



Richard Block
Department of Sociology
Loyola University
6525 N Sheridan Rd.
Chicago IL 60626

Telephone 773 508 3454
FAX 773 508 7099
email [EMAIL PROTECTED]

>>> Phil <[EMAIL PROTECTED]> 09/19/02 06:12AM >>>

I have to manually amend projection to British National Grid in mif file to
get data from CrimeStat back into MI - otherwise the kernel algorithm works
well. Alternatively I've written a mapbasic program that runs kernel and
other density estimation routines. Let me know if you want a copy.

Phil.

-Original Message-
From: Richard Block [mailto:[EMAIL PROTECTED]] 
Sent: 10 September 2002 02:30
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] 
Subject: Re: MI-L SUM-Kernel Analysis using Vertical Mapper


Declan
You should try CrimeStat2.  It is much less quirky in conjunction with
MapInfo.  I rarely had any problems.
Dick

Richard Block
Department of Sociology
Loyola University
6525 N Sheridan Rd.
Chicago IL 60626

Telephone 773 508 3454
FAX 773 508 7099
email [EMAIL PROTECTED] 
>>> Declan Troy <[EMAIL PROTECTED]> 09/09/02 18:38 PM >>>
Not too much response to my inquiry, perhaps reflecting an 
application not too widespread among MapInfo users.

No one confirmed that the VM kernel routines work (there was one 
voice of trepidation from a user planning on using this analysis).

CrimeStat 2 was suggested as an alternative. I actually have used 
Crimestat and can vouch that it does produce much more realistic 
looking results from kernel analyses than does VM. The price is right 
(free), the author is very responsive to problems, and is the only 
source I can think of off hand for dual kernel analysis. Although one 
can transfer information between MapInfo and CrimeStat, I have found 
this to be rather quirky. At least Crimestat does allow for transfers 
to MapInfo (and other formats). The VM, being a MapInfo add-on is 
much more tightly integrated and easier to use.

The Mapinfo/ESRI discussion has an asymptote to this problem. ArcView 
users have long had access to some nice routines for kernel analyses, 
probably reflecting the larger user base of academic users.

Thanks to those who responded.

Declan


>Is anyone using Vertical Mapper to do kernel analyses (creating 
>grids based on point density)? I have two problems when I try.
>
>First, the contribution of adjacent points seems to be ignored; 
>i.e., rather than summing densities VM appears to just overlay 
>densities for each point; i.e., densities of each point erase any 
>prior points they overlay. Density grids calculated using the 
>"Square Area" method of point density analysis (which is a specific 
>type of kernel analysis) look fine.
>
>Second, one is supposed to be able to attach weighting to points 
>(event sum column) but again when I try this the results don't look 
>realistic (points with high values don't correspond to higher 
>densities in the resultant grid), even for the Square Area analysis.
>
>If anyone is using VM for kernel analysis and is either getting good 
>results or can confirm problems with these routines please let me 
>know.
>

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



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

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


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




MI-L 1980 Census Boundaries

2002-09-19 Thread Christian McNierney

Hi all.  I am looking for Census Tract and Block Group boundaries from
the 1980 Census.  Thanks for any help you can give me.

Christian McNierney 
GIS Application Specialist 


*** PLEASE NOTE NEW ADDRESS ***

EFFECTIVE JULY 26, 2002

Spatial Insights, Inc.

A Geographic Information Services Company

7635 Leesburg Pike

Suite A

Falls Church, VA 22043-2520

Sales: 800-347-5291Direct: 703-891-1009

[EMAIL PROTECTED] www.spatialinsights.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: 3140




MI-L GIS Monitor Review of "Free Eval" Download Process for MI 7.0 vs ESRI AV 8.x

2002-09-19 Thread Bill Thoen

THE FREE TRIAL EFFECT
http://www.gismonitor.com/news/newsletter/archive/091902.php

Adena Schutzberg reviews the free eval process now offered by
MapInfo and ESRI, and muses on the strategies of both.

-- 
- Bill Thoen
 
GISnet, 1401 Walnut St., Suite C, Boulder, CO  80302
tel: 303-786-9961, fax: 303-443-4856
mailto:[EMAIL PROTECTED], http://www.gisnet.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: 3141




RE: MI-L 1980 Census Boundaries

2002-09-19 Thread JW & A


> Hi all.  I am looking for Census Tract and Block Group boundaries from
> the 1980 Census.  Thanks for any help you can give me.
>
> Christian McNierney
> GIS Application Specialist
>

Assuming that you want them for the USA --

I make my own from the TIGER/Line 2000 files. They have the 1980 geographies
too. I use Maptitude to import/translate the files.

Bob



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




MI-L MapX: Check isLayerVisible?

2002-09-19 Thread ilker

How do I check is layer showing Dynamicly or hiding?

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




RE: MI-L MapX: Check isLayerVisible?

2002-09-19 Thread Fu, Qiaomei

In MapBasic, there is a LayerInfo() function. Within this function, the
attribute of LAYER_INFO_DISPLAY can do it.

Qiaomei 

-Original Message-
From: ilker [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 19, 2002 2:42 PM
To: [EMAIL PROTECTED]
Subject: MI-L MapX: Check isLayerVisible?


How do I check is layer showing Dynamicly or hiding?

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

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




SV: MI-L GIS Monitor Review of "Free Eval" Download Process for MI 7.0 vs ESRI AV 8.x

2002-09-19 Thread Mats Elfstrom

Hi All!

This a slight sidetrack to the question of the MI trial.
Beware that once the Trial period has expired, you will never be able to
install a new trial copy.
Or if you 'tamper' with the system clock in which case the trial immediately
expires.
Now, my system sets its clock against a time server at each boot. Does that
count as 'tampering'?
Or did the v7 beta count as one trial usage?
In any case, and for some reason, I am unable to run the trial license
because it said my time was up at once.
MI staff kindly sent me a new license file, but it had the same content as
the one I already had an did not help.

I have searched in vain for the timelock on my disk. It's probably hidden
deep somewhere in the registry.
Does anyone know where?
I am told that our pitiful 'swedish' version is due a couple of weeks away,
and I needed the hi-res output in v7 for a particular task. That's why I
ask.

Regards, Mats.E
:::
:Email/ [EMAIL PROTECTED]ICQ#9517386:
:-:
:Mail/ GISKRAFT, Mats Elfstroem, Vaepplingv 21, SE-227 38 LUND, SWEDEN:
:Phones: +46 46 145959, +46 70 595 3935   :
:::


-Ursprungligt meddelande-
Fran: Bill Thoen [mailto:[EMAIL PROTECTED]]
Skickat: den 19 september 2002 18:56
Till: MapInfo-L
Amne: MI-L GIS Monitor Review of "Free Eval" Download Process for MI 7.0
vs ESRI AV 8.x


THE FREE TRIAL EFFECT
http://www.gismonitor.com/news/newsletter/archive/091902.php

Adena Schutzberg reviews the free eval process now offered by
MapInfo and ESRI, and muses on the strategies of both.

--
- Bill Thoen

GISnet, 1401 Walnut St., Suite C, Boulder, CO  80302
tel: 303-786-9961, fax: 303-443-4856
mailto:[EMAIL PROTECTED], http://www.gisnet.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: 3141




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




MI-L Ranged Thematics

2002-09-19 Thread Dain Kennison








I’d like to know if there is an easy way to make
custom color themes for MapInfo Pro. Right now I’m using the
red-yellow-green style but I’d like to choose my own color ranges. Any
tips?

 


Dain Kennison

Network Planning Engineer

CNM Network, Inc. Simi Valley, CA

Ph. 805.306.5058

[EMAIL PROTECTED]

http://www.cnmnetwork.com

 








Re: MI-L MapX performance - Layer.AddFeature (#2)

2002-09-19 Thread Philip Waight

Hi.
I believe the quickest way to add features to a layer in MapX is to use
layerinfo and a features collection, although I havent tested against the
adding a feature at a time approach.
So rather than doing an ADDFEATURE for each object, append the objects to a
features collection and then add this to a new layer using the layerinfo
object  and LAYERS.ADD method.

Following (in Progress) was the basis of a MapX pack table, but is roughly
what's required:

CREATE "mapx.layerinfo.4" linfPacked.
linfPacked:Type = {&miLayerInfoTypeNewTable}.
linfPacked:AddParameter ("Fields", newfields).
linfPacked:AddParameter ("Features", allFtrs).
linfPacked:AddParameter ("Filespec", Newpath).
linfPacked:AddParameter ("OverwriteFile", "1").
linfPacked:AddParameter ("Name", "temp_pack").
Map1:Layers:ADD (linfPacked) NO-ERROR.  /* create table */

If you create a a table type of ...TYPETEMPTABLE, you can use the memtable
option which may be faster.
If you have stand-alone feature objects, you may need to do an f:attach
before adding to the features collection.

Phil.


- Original Message -
From: "Karlsson,Niklas" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 19, 2002 8:56 PM
Subject: MI-L MapX performance - Layer.AddFeature (#2)


(sorry, previous mail was sent prematurely)

Hi,

I have a large amount of data (approx. 10 points and 5000 rectangles)
which I want to display using Delphi and MapX. As of now I've assumed that I
could simply create a feature using featurefactory and add it to a temporary
layer. This seems however to be very slow.

Some profiling reveals that adding 1000 small rectangles to a layer takes
~27 seconds. 98% of the time is spent on the function call
"Map1.Layers.Item['Temp Layer'].AddFeature(f, EmptyParam);". Creating the
feature as such seem to be quite fast. I'm running it on a P3/1GHz.

Is there a smarter (=faster) way to this? I assume there is since I've seen
other mapinfo applications which seem pretty fast. Either a quicker to add a
feature to a given layer or a better/faster way to add objects (point &
rectangles) to mapinfo.

Thanks in advance!

Best regards // Niklas




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




Re: MI-L MapX: Check isLayerVisible?

2002-09-19 Thread Philip Waight

I think what you want is:
1.  see if layer.visible = true
2.  see if the bounds of the layer intersect the bounds of the current map
window. Layer.bounds and map.bounds both return rectangle objects.
IntersectionTest (layerbounds,mapbounds,testtype) will show whether the
layer intersects the map window.
3. A more thorough test if the layer does intersect would be to check all
objects within the layer, within the map window.

Phil.

- Original Message -
From: "ilker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 20, 2002 4:42 AM
Subject: MI-L MapX: Check isLayerVisible?


> How do I check is layer showing Dynamicly or hiding?
>
> -
> List hosting provided by Directions Magazine | www.directionsmag.com |
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Message number: 3143
>


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




MI-L MI Pro 7.0. Unable to open .sid image.

2002-09-19 Thread Tony

After uninstalling MI Pro 6.5 and installing 7.0, I have encountered the
following problem:  Opening a MrSid raster (.sid) I receive a System Error:
Floating-point exception: Invalid.  I click on OK of the System Error and MI
closes.

I am running 98SE as my operating system.  I can open other raster formats
(.tif, jpg) with out any problem.  I had no such problem with the 6.5
version and the Build 26 patch for 7.0 is of no help.

If I load 7.0 onto a Win 2000 OS, there is no problem.
Your thoughts are appreciated.

Thank you,
Tony
[EMAIL PROTECTED]
Suffolk County P.D.
Long Island, New York, USA


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




RE: MI-L Date / Time field in Access

2002-09-19 Thread Simmonds, Ashley (PTB)

i know what you mean about this, it is a right pain in the *insert
appropriate anatomy*.  I'm constantly moving data between delimeted text
files, Excel spreadsheets, access databases, and mapinfo tables.

for instance opening a text file in excel will change the date/times to LOOK
right, but then you just try a simple export, and it turns them into some
stupid number, which is fine if it's going to another microsoft product, but
it's so difficult to just get a simple method of quickly porting the data
back and forth.

it's not so much of a hassle for me nowadays because i've made a bunch of
custom functions which do it with a button push.  but when i'm on someone
else's computer or trying to export something non-standard (relative to my
normal work) it normally takes 3 or 4 shots (and quarter of an hour of
head-banging) before i get the data looking the way it should.

however, to ease your mind on one part, MapInfo WILL correctly query out the
data you require.  best that you format the time as military with leading
zeroes just to be sure, ie. "7:30am" = "07:30".  MapInfo can even deal with
seconds, as that is what i use.  for instance i have my data looking like
this... "07:30:21", and if i use the query:

select * from Table where Time > "10:00" and time < "11:00" into
Selection

this will select all the correct times.

ash

-Original Message-
From: HANNA MICHAEL (TOR1MMH) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 19 September 2002 5:14 AM
To: [EMAIL PROTECTED]
Subject: RE: MI-L Date / Time field in Access


Andre,

I don't see that MapInfo (v 6.5) supports times; only dates.  If this is the
case, then you will need to convert the field type in MS Access.  If you
convert the field to string, then keep in mind that if sorted, you may not
acheive the desired results.  For example 10:30 would be sorted before 9:00.
I would recommend converting to a string, extracting the numerical
characters, then converting to integer.

A round about way, but one that does the job.  Hopefully there is a more
direct solution.  Anyone?

Michael Hanna

-Original Message-
From: Lederer, Andre [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 18, 2002 3:28 PM
To: [EMAIL PROTECTED]
Subject: MI-L Date / Time field in Access


Hi Everyone!

I'm hoping that someone can help me with a wee bit of a problem I'm having.
I have a Time/Date field in Access and the data in the field is simply 24
hour time i.e.. 23:04.  When I pull this into MapInfo it converts the
attribute data to a date which is not useful.  Do I have to change this
structure of the field to character in Access and then bring it into
MapInfo?  Once in MapInfo as a character field, can I do a query to extract
data between lets say...17:30 and 22:30???  

What the best way to approach this?

Yours Truly...

Andre

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

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

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




RE: MI-L VM 2.6 error while running on XP

2002-09-19 Thread Stanley K. Johnston

I haven' gotten those errors but I do get an error with a dll file when I
try to view a vertical mapper grid in the 3D viewer.  I am using Win2K an,
MapInfo 5.5 and VM 2.6.

Stan

 -Original Message-
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent:   September 17, 2002 09:50 AM
To: [EMAIL PROTECTED]
Subject:MI-L VM 2.6 error while running on XP

Anyone running Vertical Mapper 2.6 on MapInfo Pro 7.0 / Windows XP ?

I have a client with two problems:

1. Creating a Legend with Colour > Legend ... ,press ok - returns a total
screwed legend.
2. When creating a drape file, in the 'Save Drape File dialog' press Save
returns a error: 'File "0 not registred for access'

I have confirmed these error on two other computers running Vertical
Mapper 2.6 in MI-Pro 7.0 on Win XP.
Under Vertical Mapper 3.0/MIPro7.0/WinXP there is no problem.

Others having problems with VM 2.6 and Win XP ?

Regards,
Jakob



Jakob Lanstorp
Developer
Kampsax A/S - GIS Software & Solutions
Rugaardsvej 55, 5000 Odense, DK
tel: +45 6313 5013,  dir:+45 6313 5011,  fax: +45 6313 5090
mailto:[EMAIL PROTECTED]
http://www.kampsax-gis.dk and http://www.kampsax.dk
Authorized MapInfo Partner & Distributor in Denmark and Norway.


Visit http://www.kortal.dk and see Denmark from above!


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




MI-L PDF hotlink web

2002-09-19 Thread Peter Zyczynski

Hi all,

I'm investigating the possibility of using PDF as an alternative to
the HTML Image Map tool that comes with Mapinfo.

The purpose is to create scalable, zoomable maps of bus routes and bus
stops that will be published to the internet.  It appears that PDF is
the easiest way to do this.

BUT...

I need the bus stops and bus routes to be clickable objects within the
PDF.  When the user clicks on one they are taken to another web page.
Essentially I'm after an embedded hotlink within the PDF.

Is this possible?

So far my attempts of using PDF Writer only produced 'dumb' pages, the
hotlink specified within the workspace was ignored in the final PDF.

Also I'm aware that I can introduce these hotlinks manually using the
editing features of PDF Writer, but this would be impractical as I
have hundreds of pages to produce.

Am I pursuing a dead end here?

Cheers,

Peter Zyczynski
Analyst Programmer
Insight GIS
Australia
Ph:  (03) 6234-5833
Fax: (03) 6234-5899
[EMAIL PROTECTED]
www.insightgis.com.au



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




MI-L excel charts in Mapinfo layouts

2002-09-19 Thread Tony Davidson

hello Listers
Is it possible to copy & paste MS Excel charts into a Mapinfo layout?

Tony


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




RE: MI-L MI 7.0 and ESRI Shapefiles?

2002-09-19 Thread PEM

>From my experience there I can tell that the "MapInfo files" are updated if
there is a change in the
Shape files.

And you are right MapInfo creates a set of TAB files, which will be delete
again when you close the table
if you haven't turned on the "Object Cache" setting when opening the shape
file.

I haven't any experience in using this feature on very large shape file,
that often are updated. If this is the
case I guess MapInfo will have to "translate" the shape file every time it
is opening the shape file.

Peter

Peter Horsbøll Møller, GIS Udviklingskonsulent / GIS-Developer
Kampsax A/S - GIS Software & Solutions
Rugaardsvej 55, 5000 Odense, DK
tel: +45 6313 5013,  dir:+45 6313 5008,  fax: +45 6313 5090
mailto:[EMAIL PROTECTED]
www.kampsax-gis.dk and www.kampsax.dk
Authorized MapInfo Partner & Distributor in Denmark and Norway.

Se mere om Dansk MapInfo Brugerkonference på 
http://www.kampsax-gis.dk/Default.asp?ID=296

Klik ind på http://www.kortal.dk og se det hele lidt fra oven!
Check http://www.kortal.dk and have a look at Denmark from above!
- Videresendt af Peter Møller/Kampsax - 20-09-2002 07:28 -
   

"Stokes,   

Jonathan (J)"Til:"'[EMAIL PROTECTED]'" 
<[EMAIL PROTECTED]>,  
<[EMAIL PROTECTED][EMAIL PROTECTED] 

om>  cc:   

 Vedr.:  RE: MI-L MI 7.0 and ESRI Shapefiles?  

19-09-2002 

16:07  

   

   




John
MI actually seems to translate the files rather than read them on the fly.
It creates a .tab, .id, .ind and .map file and uses the shape files .dbf
instead of the .dat file. I'm not sure whether any linking exists between
the files (i.e. if the shape gets edited is the MapInfo table updated ??)

Cheers

Jon
Jonathan Stokes
Information Solutions Group
Binnie Black & Veatch
* +44 (0)1737 774 155
* Direct Dial +44 (0)1737 856 263
* [EMAIL PROTECTED]

   -Original Message-
   From:  [EMAIL PROTECTED]
[SMTP:[EMAIL PROTECTED]]
   Sent:  19 September 2002 14:59
   To:   [EMAIL PROTECTED]
   Subject:   MI-L MI 7.0 and ESRI Shapefiles?

   According to Mapinfo's literature, Mapinfo Professional 7.0 has
the
ability
   to open ESRI Shapefiles directly from the Open dialog display!
   I'm curious as to how well this actually works?

   Any feedback would be gratefully appreciated.

   Regards

   John


   John Ottini
   GIS Mapping Program
   City of Orlando-Public 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: 3137


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





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




MI-L Can't Open Union Queries from a access database in MapInfo

2002-09-19 Thread Addison, Howard


Hi All

Why is it so...

I'm trying to open a Union Query as a DBMS Table in MapInfo (Version 7.0 -
Build 26) and I get the following error. 

ODBC Error: ODBC RC=-1, ODBC SQLState=07001, DBMS RC=-3010, DBMS
Msg=[Microsoft][ODBC Microsoft Access Driver] Tow few parameters. Expected
1.. Unable to prepare table C:\qryTenementColours.TAB.

I can open normal tables and standard queries with no problems, but not a
union query.

WHY ???

Any ideas

Many thanks

Howy

HOWARD ADDISON
CAD/GIS CO-ORDINATOR
AngloGold Australia Limited
Level 13, St Martins Tower
44 St Georges Terrace

Telephone (08) 94254649
Fax (08) 94254663




___

This e-mail message contains confidential information which is
intended for the use of the person to whom it is addressed.  
If you received it in error, please notify the sender and 
delete the material from any computer.  Any disclosure, 
re-transmission, dissemination or any other use of this 
information is strictly prohibited.
___


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




Re: MI-L PDF hotlink web

2002-09-19 Thread Philip Waight

I think you can do what you want using a Distiller PDFMARK job file.

I use these job files to create a single PDF book of multiple layouts with
bookmarks as an index to each Layout. I note the following example in the
PDFmark guide:

% Custom Link action (URI link for the Acrobat WebLink plug-%
in)
[/Rect [ 50 425 295 445 ]
/Action << /Subtype /URI /URI
(http://www.adobe.com) >>
/Border [ 0 0 2 ]
/Color [ .7 0 0 ]
/Subtype /Link
/ANN pdfmark

So this means if you are prepared to print your maps/layouts to an
intermediate postscript file and then pass Distiller a job file with the PS
reference plus all your hotlinks (mapped to A4 page coords), then it should
work well. Some MapBasic which creates the hotlink references should be all
you need, then manually plug in the necessary header which looks something
like (I have never seen a more cryptic language):

/pdfmark where
{pop} {userdict /pdfmark /cleartomark load put} ifelse
/prun { /mysave save def
 dup = flush
RunFile
 clear cleardictstack
mysave restore
/dothumbnails
} def

[
/Count -20
/Title (your map title)
/Page 1 /OUT pdfmark
(your layout as a  postscript file.ps) prun
<--   I think the link statements go here (or prior to the prun)
/Title ..next map
/Page 2


Phil.

- Original Message -
From: "Peter Zyczynski" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 20, 2002 1:06 PM
Subject: MI-L PDF hotlink web


> Hi all,
>
> I'm investigating the possibility of using PDF as an alternative to
> the HTML Image Map tool that comes with Mapinfo.
>
> The purpose is to create scalable, zoomable maps of bus routes and bus
> stops that will be published to the internet.  It appears that PDF is
> the easiest way to do this.
>
> BUT...
>
> I need the bus stops and bus routes to be clickable objects within the
> PDF.  When the user clicks on one they are taken to another web page.
> Essentially I'm after an embedded hotlink within the PDF.
>
> Is this possible?
>
> So far my attempts of using PDF Writer only produced 'dumb' pages, the
> hotlink specified within the workspace was ignored in the final PDF.
>
> Also I'm aware that I can introduce these hotlinks manually using the
> editing features of PDF Writer, but this would be impractical as I
> have hundreds of pages to produce.
>
> Am I pursuing a dead end here?
>
> Cheers,
>
> Peter Zyczynski
> Analyst Programmer
> Insight GIS
> Australia
> Ph:  (03) 6234-5833
> Fax: (03) 6234-5899
> [EMAIL PROTECTED]
> www.insightgis.com.au
>
>
>
> -
> List hosting provided by Directions Magazine | www.directionsmag.com |
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Message number: 3152
>


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




Sv: MI-L Can't Open Union Queries from a access database in MapInfo

2002-09-19 Thread Lars Nielsen

Hi Howy,

Probably the same reason why I can't open an "inner join" in MS/SQL directly in MIPro.
I.e.: SELECT * FROM table1 INNER JOIN table2 ON table1.ID = table2.ID

I thought, since MIPro consequently opens all views as readonly, that the mechanics 
behind creating the view was irrelevant and thus transparent to MIPro, and as such, 
all possibly view creation mechanisms were allowed. But apparently not ! It seems that 
your Access/Union Query falls into the same category.

Maybe someone, perhaps at MapInfo, wishes to expand on the subject ?

Best regards / Med venlig hilsen
Lars V. Nielsen
Odense, Denmark
- Original Message - 
From: Addison, Howard <[EMAIL PROTECTED]>
To: Mapinfo List (E-mail) <[EMAIL PROTECTED]>
Sent: Friday, September 20, 2002 8:09 AM
Subject: MI-L Can't Open Union Queries from a access database in MapInfo 


> 
> Hi All
> 
> Why is it so...
> 
> I'm trying to open a Union Query as a DBMS Table in MapInfo (Version 7.0 -
> Build 26) and I get the following error. 
> 
> ODBC Error: ODBC RC=-1, ODBC SQLState=07001, DBMS RC=-3010, DBMS
> Msg=[Microsoft][ODBC Microsoft Access Driver] Tow few parameters. Expected
> 1.. Unable to prepare table C:\qryTenementColours.TAB.
> 
> I can open normal tables and standard queries with no problems, but not a
> union query.
> 
> WHY ???
> 
> Any ideas
> 
> Many thanks
> 
> Howy
> 
> HOWARD ADDISON
> CAD/GIS CO-ORDINATOR
> AngloGold Australia Limited
> Level 13, St Martins Tower
> 44 St Georges Terrace
> 
> Telephone (08) 94254649
> Fax (08) 94254663
> 
> 
> 
> 
> ___
> 
> This e-mail message contains confidential information which is
> intended for the use of the person to whom it is addressed.  
> If you received it in error, please notify the sender and 
> delete the material from any computer.  Any disclosure, 
> re-transmission, dissemination or any other use of this 
> information is strictly prohibited.
> ___
> 
> 
> -
> List hosting provided by Directions Magazine | www.directionsmag.com |
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Message number: 3155
> 
> 




MI-L Special Interest Group for Telecommmunications.....

2002-09-19 Thread Laisiasa Ginigini

Hello listers..
  i am just enquiring as to whether there is a special 
interest group for planners in telecommunications.

And secondly, does anyone know of any GIS courses for planning available either on the 
net or at overseas institutions???


Lai Ginigini
Geographical Information System
Telecom Fiji Ltd
Suva
Fiji.

Ph: (679)3210359 or 3210365
Fax: (679)3307486.


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