Peter,
Cairns City Council uses 2 TCS400 OCE A0 colour plotters.
We constantly send large format prints mixed vector/raster image with excellent 
results.
Particularly good with IKONOS image ecw, as well as AutoCAD plots.
Numerous TC Larry satellite image plots really tested it out.
No major issues after 12mths hammering just replacement ink & printhead for 
Cyan, which we use more than most with a large ocean area on our eastern 
boundary.
HTH.
Nola Strawbridge
GIS Support Officer
City Works & Services
Cairns City Council
Tel: 4044 3219
Fax: 4044 3838
email: [EMAIL PROTECTED] 


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
[EMAIL PROTECTED]
Sent: Friday, 16 June 2006 6:49 PM
To: [email protected]
Subject: MapInfo-L Digest, Vol 8, Issue 37


Send MapInfo-L mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://www.directionsmag.com/mailman/listinfo/mapinfo-l
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of MapInfo-L digest..."


Today's Topics:

   1. A0 plotter and RIP questions (Dawes, Peter)
   2. Re: Satellite photos ([EMAIL PROTECTED])
   3. Oil & Gas / Geology True Type fonts? (Bill Thoen)
   4. Zoom to Extents of Selection - MapBasic Code (Ellingham Morgan)
   5. RE: Dynamic dll locations (David Hilpipre)
   6. RE: Zoom to Extents of Selection - MapBasic Code
      (Peter Horsb?ll M?ller)


----------------------------------------------------------------------

Message: 1
Date: Fri, 16 Jun 2006 07:56:15 +1000
From: "Dawes, Peter" <[EMAIL PROTECTED]>
Subject: [MI-L] A0 plotter and RIP questions
To: <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"


Dear All,



I am looking at buying an A0 plotter and RIP software to run with
MapInfo Pro.



I have had some experience with a couple of brands but am keen to get
some additional input. 



Does anyone have any suggestions/advice as to what works well?



Thanks in advance,



Peter Dawes

Senior Sergeant

Geospatial Information Project

APEC 2007 NSW Police Security Command

Tel:(02)8236 2655





---
Privacy and Confidentiality Notice
The Information contained in this electronic message is intended only for the 
nominated recipient.
If you are not that person and have received this in error, please delete the 
message from your system and notify the sender as soon as possible.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://www.directionsmag.com/pipermail/mapinfo-l/attachments/20060616/7625b6a7/attachment-0001.htm

------------------------------

Message: 2
Date: Thu, 15 Jun 2006 16:13:02 -0700 (PDT)
From: [EMAIL PROTECTED]
Subject: Re: [MI-L] Satellite photos
To: [EMAIL PROTECTED]
Cc: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;charset=iso-8859-1

Ece,

I have had similar problems with this also.  The problem is that MapInfo
does not seem to handle the composite data too well (e.g. red,green, and
blue bands).  The colors bands associated in an IKONOS imagery are
compound and therefore when MapInfo attempts to open the image, it gets
confused with   the multispectral data.

The solution: Open the IKONOS imagery (assuming that its a *.tif) in any
image editor (I used Irfanview, available as a free tool). Once it is
opened in the image editor, save it with another name.  The editor will
strip out the multispectral data inherit in IKONOS images and for all
purposes "flattens" the image.  Once this is done, don't forget to copy
and rename the world file (*.tfw, *.tga, *iga) to match the renamed file. 
This should fix the issue. Open the new file and reassign its projection.

-Vitad

> Try Mapimagery for Mapinfo - Free download at http://www.gid.com/.
>
>   Allows you the choice of stretched or unstretched data on import. May
> help image.
>
>   Stephen Wallace
>   Global GeoScience
>
> ece çýrakoðlu <[EMAIL PROTECTED]> wrote:
>     Hi All,
>
>   Does anyone know how to open IKONOS Satellite photos in their real color
> with map info professional? They seem so dark, I have played with
> brightness and contrast settings -still not good.
>   Isn't it possible to see these photos like they seem in google earth?
>
>   I have both 8 bit and 11 bit records, but as I know Map info can not
> open 11 bit files.
>   I would appreciate if someone can advice me a solution.
>
>   My Best,
>
>   Ece Cirakoglu
>
>
>
>
>   __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com _______________________________________________
> MapInfo-L mailing list
> [email protected]
> http://www.directionsmag.com/mailman/listinfo/mapinfo-l
>
>
>
>  __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com



------------------------------

Message: 3
Date: Thu, 15 Jun 2006 17:46:16 -0600
From: Bill Thoen <[EMAIL PROTECTED]>
Subject: [MI-L] Oil & Gas / Geology True Type fonts?
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=iso-8859-1

After checking the archives I found only one message that described a mix
of truetype symbols for geology and oil & gas for MapInfo. But it was
pretty old and all the referenced links from it are 404. So I'm looking
for MapInfo­compatable symbols that match the symbols supported in a
software package known as Petra.

The Oil & Gas symbols that come with MapInfo aren't enough.

Does anyone have any suggestions or public resources? Even commercial is
okay as long as the set has what I need.

TIA,

- Bill Thoen



------------------------------

Message: 4
Date: Fri, 16 Jun 2006 17:06:17 +1000
From: "Ellingham Morgan" <[EMAIL PROTECTED]>
Subject: [MI-L] Zoom to Extents of Selection - MapBasic Code
To: <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

Hi all,
 
Am trying to create a batch to print off a series of maps automatically,
I need it to cycle through a series of mapped objects, print, then move
to the next object. I can get it to center at each object but the zoom
extent stays the same. Trying below code;
 
Select * From ObjectsToMap

    Fetch first From ObjectsToMap

        Do Until EOT(ObjectsToMap)

            Set Map Center (CentroidX(Selection.obj),
CentroidY(Selection.obj)) 'center map on selected object

            Set Map Window WindowID(1) Zoom Entire Layer
SelectionInfo(SEL_INFO_SELNAME) 'THIS IS WHERE THE ERROR IS "INVALID
VIEW LAYER" TRIED Layer Selection et al

            Run Menu Command 112 'Print Command

    Fetch next from ObjectsToMap

Loop

Any ideas?

Regards...

 

Morgan Ellingham

Citywide Service Solutions
GIS Technician

Level 1, 150 Jolimont Rd, East Melbourne

Ph: (03) 9261 5065

Mob: 0419 145 666

Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://www.directionsmag.com/pipermail/mapinfo-l/attachments/20060616/c17963e7/attachment-0001.htm

------------------------------

Message: 5
Date: Fri, 16 Jun 2006 09:18:36 +0200
From: "David Hilpipre" <[EMAIL PROTECTED]>
Subject: RE: [MI-L] Dynamic dll locations
To: "Spencer Simpson" <[EMAIL PROTECTED]>,      "Mapinfo-L"
        <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset="iso-8859-1"

Hi,

As for my brief experience : if two dlls (same name but different versions) are 
at different locations (old one in the app directory, new one in the 
envronnement PATH), the last one will be prefered. Crystal Report (report 
software sold with mapinfo) does that...all the time.

David

-----Message d'origine-----
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Spencer Simpson
Envoyé : jeudi 15 juin 2006 21:18
À : 'Mapinfo-L'
Objet : RE: [MI-L] Dynamic dll locations

OK, if it's really using the Windows search order, then I suppose

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/bas
e/dynamic-link_library_search_order.asp

should be definitive.

Spencer


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Uffe Kousgaard
Sent: Thursday, June 15, 2006 3:11 AM
To: Mapinfo-L
Subject: Re: [MI-L] Dynamic dll locations

From: "Bill Thoen" <[EMAIL PROTECTED]>

> I've heard that Microsoft has changed that rule for security reasons. 
> I think it no longer searches the local direcotry *first*. It will 
> search for it there eventually, but only as the last resort. I think 
> its first choice is \Windows\system32\ but I don't know its full search path.

I did a small test on XP Pro with all service packs. This is the order:

mbx folder
mapinfow.exe folder
windows/system32
windows/system
windows
PATH environment

I think this is how it's always been. There is also the "current dir", but I

was too lazy to test that one.

Regards
Uffe


_______________________________________________
MapInfo-L mailing list
[email protected]
http://www.directionsmag.com/mailman/listinfo/mapinfo-l



_______________________________________________
MapInfo-L mailing list
[email protected]
http://www.directionsmag.com/mailman/listinfo/mapinfo-l



------------------------------

Message: 6
Date: Fri, 16 Jun 2006 10:19:45 +0200
From: Peter Horsb?ll M?ller <[EMAIL PROTECTED]>
Subject: RE: [MI-L] Zoom to Extents of Selection - MapBasic Code
To: "Ellingham Morgan" <[EMAIL PROTECTED]>,
        <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

Morgan,
 
Your idea with zooming to the layer is correct. The problem is that MapInfo 
can't find the layer in the map, so you need to add the layer to the map before 
zooming to the extent of this layer/selection.
 
Something like this:
 
'**selecting all objects into a named temp table
Select * From ObjectsToMap
    Where OBJ
    Into TO__PRINT NoSelect
 
Fetch first From TO__PRINT
Do Until EOT(TO__PRINT)
    nRow = TO__PRINT.OBJ    'remember to Dim this integer variable
 
    '*Selecting the current record into a temp table
    Select * From TO__PRINT
        Where ROWID = nRow
        Into CUR__OBJECT Noselect
 
    Fetch First From CUR__OBJECT
    Set Map 
        Center (CentroidX(CUR__OBJECT.obj), CentroidY(CUR__OBJECT.obj)) 'center 
map on selected object
 
    '**Adding the layer to be able to zoom to its extent
    Add Map
        Layer CUR__OBJECT
 
    Set Map Zoom Entire Layer CUR__OBJECT
 
    '**Removing the layer from the map again
    Remove Map
        Layer CUR__OBJECT
 
    Run Menu Command 112 'Print Command
 
    Fetch Next from TO__PRINT
Loop

HTH,

Peter Horsbøll Møller 
GIS Developer, MTM 
Geographical Information & IT 
  
COWI A/S 
Odensevej 95 
DK-5260 Odense S. 
Denmark 
  
Tel     +45 6311 4900 
Direct  +45 6311 4908 
Mob     +45 5156 1045 
Fax     +45 6311 4949 
E-mail  [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>  
http://www.cowi.dk/gis 

 

________________________________

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ellingham Morgan
Sent: Friday, June 16, 2006 9:06 AM
To: [email protected]
Subject: [MI-L] Zoom to Extents of Selection - MapBasic Code


Hi all,
 
Am trying to create a batch to print off a series of maps automatically, I need 
it to cycle through a series of mapped objects, print, then move to the next 
object. I can get it to center at each object but the zoom extent stays the 
same. Trying below code;
 
Select * From ObjectsToMap

    Fetch first From ObjectsToMap

        Do Until EOT(ObjectsToMap)

            Set Map Center (CentroidX(Selection.obj), CentroidY(Selection.obj)) 
'center map on selected object

            Set Map Window WindowID(1) Zoom Entire Layer 
SelectionInfo(SEL_INFO_SELNAME) 'THIS IS WHERE THE ERROR IS "INVALID VIEW 
LAYER" TRIED Layer Selection et al

            Run Menu Command 112 'Print Command

    Fetch next from ObjectsToMap

Loop

Any ideas?

Regards...

 

Morgan Ellingham

Citywide Service Solutions
GIS Technician

Level 1, 150 Jolimont Rd, East Melbourne

Ph: (03) 9261 5065

Mob: 0419 145 666

Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://www.directionsmag.com/pipermail/mapinfo-l/attachments/20060616/266cb5d0/attachment.htm

------------------------------

_______________________________________________
MapInfo-L mailing list
[email protected]
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


End of MapInfo-L Digest, Vol 8, Issue 37
****************************************
------------------------------
Cairns City Council Disclaimer
------------------------------
"This message, and any attachments, may contain privileged and confidential 
information intended only for the use of the intended addressee(s).  Any 
unauthorized use of this material is prohibited.  If you receive this message 
in error, please notify the sender immediately, delete the message and destroy 
any printed or electronic copies.

Opinions expressed in this e-mail are those of the sender and do not 
necessarily represent the views of the Cairns City Council.  Council does not 
accept any responsibility for the loss or damage that may result from reliance 
on, or the use of, any information contained in this e-mail or attachments."
------------------------------

_______________________________________________
MapInfo-L mailing list
[email protected]
http://www.directionsmag.com/mailman/listinfo/mapinfo-l

Reply via email to