Forum Moderators: coopster

Message Too Old, No Replies

Does anybody know of any GIS solutions for PHP?

Basically, I need to map zipcodes to a US Map

         

smithaa02

5:01 pm on Dec 7, 2005 (gmt 0)

10+ Year Member



What I'm trying to do is to construct a dynamic image that displays on a map all the zip codes my users have entered. I was hoping to use PHP image functions like imagecreate() to do the trick... I already have a mysql table matching latitude-longitude to zipcodes. The only thing I need to do is to draw the zipcodes from clients I've stored in separate table onto this map. Does anybody have a solution for this, or know of GIS mapping solutions for PHP that would do the trick?

willybfriendly

9:41 pm on Dec 7, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I have no experience with it, but check out

[datashare.gis.unbc.ca...]

(Mods, I hope the url is OK in this case)

WBF

[edited by: jatar_k at 9:47 pm (utc) on Dec. 7, 2005]
[edit reason] linked it up [/edit]

goldminer

2:44 pm on Dec 8, 2005 (gmt 0)

10+ Year Member



Why not use Google Maps API [google.com]?