Re: [PHP] linking to specific spot on map?

2001-03-02 Thread php3
Addressed to: Floyd Baker [EMAIL PROTECTED] [EMAIL PROTECTED] ** Reply to note from Floyd Baker [EMAIL PROTECTED] Thu, 01 Mar 2001 16:39:23 -0500 Hi.. We have a city map using co-ordinates to link to specific info on various buildings, etc. The links bring up an information

[PHP] linking to specific spot on map?

2001-03-02 Thread Floyd Baker
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

Re: [PHP] linking to specific spot on map?

2001-03-02 Thread Jack Dempsey
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