> On Mar 1, 3:17 am, Fred67 <
frederic.debe...@wincor-nixdorf.com> wrote:
>
> > Hi Larry,
>
> > Thanks for your support, it's works perfectly. What was missing , was
> > how to define my onwn style and how to apply to my polygon.
>
> > Finaly, I created my 3 styles (Red , Green, Blue).
> > I will define by php the list of department (region of the country) I
> > want to display and the color I want for each in 2 different table
> > (filename[], color[])
> > I will parse all files and then after in the useTheData() function,
> > check which color I have to apply.
>
> > Just one point more, How to change the infowindow for the polygon, is
> > it the same than for a marker, can I define it?
> > I try in the useTheData() :
> > geoXmlDoc[j].placemarks[i].polygon.setOptions(geoXmlDoc[j].placemarks[i].po lygon.infoWindow.setContent("bonjour"));
>