Hey Floyd,

You can do lots with dynamic info using gd and PHP's image functions...
for example, you could read the map into a new image, draw a circle
around the area in question, then output this new picture...check out
php.net's info on images:

http://www.php.net/manual/en/ref.image.php

best of luck,

~jack

Floyd Baker wrote:
> 
> Hi..  We have a city map using co-ordinates to link to specific info on various
> buildings, etc.  The links bring up an information page with data and photos for
> each building locations on the map.
> 
> My question is, when this information page is accessed from another direction,
> say a menu, can there be a link that operates in 'reverse', back to the map and
> the building in question?   We still want people to see the map, relating to a
> specific building, whether they start there or end up there.
> 
> I thought the map could perhaps position itself so that the point of interest is
> always in the center, or that it blinks, or has a arrow pointing to it.  It
> doesn't matter what the final display looks like, just that is shows a
> particular location clearly.
> 
> Can anyone say if this is even possible?
> 
> Thanks.
> 
> Floyd
> 
> --
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to