> I don't have an operating link for it online right now. It is running > from an html on my desktop. I can send you a link to download the > html
You're asking for help. The easier you make it for people to help you, the more likely it is that help will arrive. This is all explained in http://groups.google.com/group/Google-Maps-API/web/why-including-a-link-is-critical which deals with most of the excuses for not uploading the patient somewhere. No-one is likely to be interested in downloading your code to their own systems.. > http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/gmaps... The example plots the selected parcel on the map using the function addResults(). That would seem to be a good place to add the extra infowindow action. The ArcGIS-supplied GPolygon has its infowindow all set up, ready to be clicked, as you noted. Using the maps API facility to trigger the click action on the GPolygon might be the way to go. http://code.google.com/apis/maps/documentation/reference.html#GEvent.trigger addToMap() returns an array of arrays of GOverlays I think, so you'd have to look in there for the GPolygon. http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/gmaps/help/topics/apiref.htm#class_esri.arcgis.gmaps.MapExtension There is a specialist forum for the ArcGIS Google extension that might be useful http://forums.esri.com/forums.asp?c=158&s=2397#2397 -- 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.
