Re: Marker design issue

2021-10-20 Thread Gary Gregory
Ah, no, I won't do that as the example code below only uses deprecated methods. I'll keep using setParents(Marker). Gary On Tue, Oct 19, 2021, 12:57 Gary Gregory wrote: > Thanks for getting back to me Ralph. I'll try the API pattern you provided. > > Gary > > > On Tue, Oct 19, 2021, 11:33 Ralph

Re: Marker design issue

2021-10-19 Thread Gary Gregory
Thanks for getting back to me Ralph. I'll try the API pattern you provided. Gary On Tue, Oct 19, 2021, 11:33 Ralph Goers wrote: > You are free to put dots in marker names, or any other character for that > matter. > > Markers are created with MarkerManager. Every marker has a unique name and >

Re: Marker design issue

2021-10-19 Thread Ralph Goers
You are free to put dots in marker names, or any other character for that matter. Markers are created with MarkerManager. Every marker has a unique name and can only have one parent. So the way you have expressed the problem below is really incorrect. I really don’t like your example as most p

Marker design issue

2021-10-19 Thread Gary Gregory
Hi All, I get bit by this every time I try to make my markers "fancy" so I took the time this go around to open up a discussion :-) I want markers: Bob.children.John Bob.children.Jimmy Alice.children.Rose Alice.children.Sue (Never mind Alice.chidren.Bob) I want to turn off only "Bob.children" b