Zeeshan Hashmi 0 Report post Posted September 21, 2006 HiI have a 1 Big map. What i want is that the user will enter the latitude and longitude. the script will show that location in the image. I know how to convert Image X,Y Coordinates into Latitide and Longitude and vise versa. But there point is that the image is 1000x1000 wide but i want to show only the particular region of that latitude / longitude in 300x300 image. means that the PHP script will CROP wht Image (1000x1000) to 300x300. That way, the script will be shoing the part of an image, not the whole image. please help !! Share this post Link to post Share on other sites
iGuest 3 Report post Posted September 22, 2006 (edited) Patience is a virtue.Google on GeoHtml and have a look at the demo. Edited September 22, 2006 by jlhaslip (see edit history) Share this post Link to post Share on other sites
TavoxPeru 0 Report post Posted September 22, 2006 Php have a lot of fuctions that works with image formats, including gif, png, jpg, wbmp, and xpm and by using the GD Library you can be able to create and manipulate images. Also you can enhance the GD library to deal with fonts. Take a look to the PHP Image Functions for more information. Best regards, Share this post Link to post Share on other sites
Zeeshan Hashmi 0 Report post Posted September 23, 2006 thanks a lot to both of you. !! Share this post Link to post Share on other sites