I have been taking over responsibility for a site for a golf club when the person who made the page no longer has time to manage it. The most urgent now is to fix a flash animation that presents information about the holes that simply don’t work. I will do it in JavaScript, but it was long ago I did something like that, and it’s rush to fix it. So I ask for help here.
requirements:
- A map of the entire golf course must be displayed
- It should be possible to click on the various holes on the map
- When the user click on a hole on the map, a detailed picture of the hole is shown together with description of the hole and advertising for the sponsor of the hole
- (Optional) Advertising must be flying in place with an animation so that the user noticing it
I thought i was in the google maps section for some reason. Here’s my revised answer
Fastest way:
Create an image map using http://www.maschek.hu/imagemap/imgmap. Instead of loading a URL when the area is clicked load an overlay using thickbox or something similar
Original answer:
If you need it done quickly i would recommend placing a polygon over each hole and attaching a click handler to the polygon to show the other info
Here’s a polygon creator: http://www.the-di-lab.com/polygon/
Google Maps polygon documentation http://code.google.com/apis/maps/documentation/javascript/overlays.html#Polygons
I do a lot of google mapping, so if you need some help email me.