Plotting points on a map

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
nigma
DevNet Resident
Posts: 1094
Joined: Sat Jan 25, 2003 1:49 am

Plotting points on a map

Post by nigma »

Say i've got an image of a U.S. map and then I have a bunch of longitude & latitude cordinates. What are some ways that I could plot those cordinates on the map using PHP?

Right now i'm just looking for ideas on where to start, i'm hoping no one who reads this thinks i'm asking them to do this for me.

Thanks a bunch for any help and advice provided.
User avatar
PrObLeM
Forum Contributor
Posts: 418
Joined: Sun Mar 07, 2004 2:30 pm
Location: Mesa, AZ
Contact:

Post by PrObLeM »

GD... and get a relation between the lat and log cordinates and the number of pixles on the image...
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

Post Reply