I
posted about this problem with displaying labels a few weeks ago...second half
of street labels just don't show up. Still haven't figured it out quite
yet. I don't think it is memory. Could someone try pasting this code
into immediate execution and tell me if they get the right side street labels to
show up. At this scope they won't show up for me no matter what I do so
this is should be a good benchmark.
center1 = coord(-82972115,39952757)
c1 = coord(-83019263,39916614)
c2 = coord(-83019263,39988900)
c3 = coord(-82924967,39988900)
c4 = coord(-82924967,39916614)
vert = getdistance(c1,c2)
hori = getdistance(c2,c3)
scp = scope(center1,hori,vert,0)
setmapscope(null,scp)
redrawmap()
c1 = coord(-83019263,39916614)
c2 = coord(-83019263,39988900)
c3 = coord(-82924967,39988900)
c4 = coord(-82924967,39916614)
vert = getdistance(c1,c2)
hori = getdistance(c2,c3)
scp = scope(center1,hori,vert,0)
setmapscope(null,scp)
redrawmap()
Thanks,
Dave
-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED]On Behalf Of nassaumikeboe
Sent: Tuesday, April 19, 2005 3:13 PM
To: [email protected]
Subject: [Maptitude] I hope some one can help--Missing data while printing
The problem that I am having is printing to a HP designjet plotter.
over 1/2 of my street names are missing on the second half of the
map.
It does not seem to matter the scale if I print a 42 x 42 map or an
84
x 96 it is still missing the street name data
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/Maptitude/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
