Rossko, Thank you for your candor! I was hoping for an easier route, but thought I might find an answer like this.
I thought there may be an issue with pulling in and organizing the data, but am not familiar enough with the entire process to know exactly how it was managed with this particular theme. It would be ideal to start from scratch, but the resources for this project are minimal... I am sure many here can feel my pain :) If this works out though, I may be able to pitch the idea to receive state funding Pipe dream? Hope not...) The "mm" was one of several code snippets that I "sampled" to try to make this work. Arbitrary code at this point I think. I would absolutely welcome more input on that if anyone would be willing - Even if they had an alternate theme that might fill my needs (I will have POI's, Bounds and trails eventually. The present theme only supports POI's) Kind Regards, Edward On Jan 7, 5:25 pm, Rossko <[email protected]> wrote: > > but have yet to make it work for my > > particular WordPress Theme, found here: > >http://themeforest.net/item/the-navigator-premium-wp-location-guide-b... > > I think you'd need to find out how to get an array of markers out of > the theme, and a way to suppress having the theme add them to the map, > so that you can have the cluster manage them instead. That may get > tricky. > > I can think of two easier ways forward > Ask the theme developer to add clustering capability. > Ditch the theme and write your own code - having got this far you > might find it easier than you expect. > > > function initialize() { > > markerCluster = new MarkerClusterer(map, gmarkers); > > mm.addMarkers(gmarkers,0,1000); > > mm.refresh();} > > What is 'mm'? What is 'gmarkers'? > Snippets out of context don't help much here -- 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.
