I want to display google maps (mutliple markers etc) and just found that there is one paid solution “GMap 2.3” for PHP. I was looking for an open source solution. Do you guys code using Google Maps API functions or use any wrapper script? What are some good links for this?
Share
I just use the google maps api. Several months ago I coded up a combination google maps / weather underground ajax data source for creating user-specific weather reports. curl was used on the php side for acting as a proxy for the weather data. the google map side really didn’t need any php at all. It really just relies on javascript.
Try doing it without the paid libraries, chances are you’ll find it’s easier than you expect.