Anthony, Both Safari and Firefox work when I try it with that same zip code. Did you click the "Get Zip Codes" button?
Usually IE is the one with problems. So far today, about 100 people have used this map and none have reported problems so I can only assume it's up and running correctly. What exactly are you seeing in FF and Safari? As for the second example (http://www.usnaviguide.com/zip.htm), the marker is being placed at the centroid of the zip, if you click it an infowindow with the data on that zip code opens. I could open it automatically, but it seems to work well the way it is. As far as handling clicks on the server, you already must have a database of polygons, so it's a matter of capturing the mouse location when a click occurs, sending that coordinate to the server via AJAX, finding the polygon that contains the click via an SQL statement, then sending the results back to the page via XML. While it sounds a bit complicated, in reality, it's just as fast and a lot more reliable than letting the API handle all that work. An added benefit is the meta data for the polygons doesn't need to be passed to the page except when needed. -John Coryat http://maps.huge.info http://www.usnaviguide.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
