Hey Greg, The problem is that you are calling setMap on the variable 'CarolPark' but your polygon variable is actually 'CarrollPark', so if you just fix up that typo then you should be good :)
Hope this helps. -- Luke On Mon, Jun 28, 2010 at 11:55 AM, Greg <[email protected]> wrote: > Hello, > I'm now to the Google maps API. I've been following examples here: > > http://code.google.com/apis/maps/documentation/javascript/overlays.html#Polygons > but have become frustrated because my polygon will not show up! I've > triple checked everything and I think my code is correct. > > Here is the page in question. Maybe someone can look at my source and > tell me what I'm doing wrong. > http://www.smashco.com/lb/ > > Thanks in advance! > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
