| From: | jwieck(at)debis(dot)com (Jan Wieck) |
|---|---|
| To: | maillist(at)candle(dot)pha(dot)pa(dot)us (Bruce Momjian) |
| Cc: | jwieck(at)debis(dot)com, vev(at)michvhf(dot)com, scrappy(at)hub(dot)org, hackers(at)postgreSQL(dot)org |
| Subject: | Re: [HACKERS] Developers globe |
| Date: | 1999-03-10 20:11:24 |
| Message-ID: | m10KpK8-000EBSC@orion.SAPserv.Hamburg.dsh.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> >
> > What about this one:
> >
> > http://www.postgresql.org/~wieck/test.html
> >
>
> I like the dots. Perhaps larger.
Larger dots, larger image. It's 10595 bytes now.
>
> Can you do longitute/latitude with that map. Is it linear in both
> directions. Usually such linear maps look terrible because Greenland
> and Northern Canada are huge. Don't tell me you compensated for it in
> the tcl code.
The map was draw using the coordinates from xearth. So it is
long/lat based and thus I can.
It isn't linear in the x-direction. It uses a sine-function
to shrink the X down the farer it's away from 0 meridian.
Currently it isn't using the latitude to give it an ellipsian
touch. But I could modify the algorithm that converts from
xearth's x,y,z coordinates to the map's x,y.
>
> Can you use the more attractive map I am using. Your blinking dots and
> highlighted names are certainly better than my map.
That would loose the long/lat capability (except it already
has it). And it would blow up the image size again, because
for the animation at least two different gifs must be in it.
Jan
--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#======================================== jwieck(at)debis(dot)com (Jan Wieck) #
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jackson, DeJuan | 1999-03-10 20:18:15 | RE: [HACKERS] Bug on complex subselect (was: Bug on complex join) |
| Previous Message | Tom Lane | 1999-03-10 20:03:20 | Re: [HACKERS] Re: map |