The following errors have stayed in the upgrade from MI 5.0 to 5.5 - 
hopefully someone from the list can help.


1. When zooming into a region at close range, it is lost on the map 
(although the info tool still sees it). This is frustrating a number of 
users who capture data at low zoom extents but require regions as backdrops 
to indicate whether they are working within a specific area. The following 
code illustrates the problem by drawing a big red triangle and trying to 
display it at a 1 km zoom.

' Lost polygons at low zoom

close all interactive

Create Table PolyTest (id Char(10))
  file "c:\polytest.tab"
    TYPE NATIVE
    Charset "WindowsLatin1"
Create Map For PolyTest
  CoordSys Earth Projection 8, 79, "m", -2, 49, 0.9996012717, 400000, 
-100000
  Bounds (-7845061.1011, -15524202.1641) (8645061.1011, 4470074.53373)

set coordsys table PolyTest
set distance units "m"

map from PolyTest
set map layer PolyTest editable on
create region into window frontwindow()
  1
  3
  (100000,100000)
  (200000,100000)
  (150000,200000)
  brush  (2,16711680,16777215)

set map center (150000,150000) zoom 1 units "km"


2. When panning map windows in both 5 and 5.5, only portions of the screen 
are redrawn, creating a staggered appearance within the map window. 
Scrolling the map by clicking the mouse wheel will often result in window 
full of map "slices" which need to be redrawn to show the map correctly.


3. Having installed MI 5.5, we also get the "... mapinfo.mnu:1020 ... " 
error at startup.


TIA

Paul Marsh

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

Reply via email to