Good afternoon all,

I know this is probably the million+1 post regarding the
MarkerClusterer ability of GMap3. I have done some extensive research
on a lot of these posts, but have yet to make it work for my
particular WordPress Theme, found here:
http://themeforest.net/item/the-navigator-premium-wp-location-guide-blog/397351

The theme seems to call out the map in the header and uses the "Post"
function in WP to input the individual markers into the database.

I am a newbie, but am going to try to offer as much info as possible
here.

I am running locally (Which may be my initial issue?), but will
eventually upload to a server (which will eventually be the fix?).

I have downloaded two different types of MarkerClusterer.js. One uses
the example code provided in Googles documentation, while the other is
a compressed version of the code. I have tried both.
The Gmap3.min.js uses compressed coding if that helps?

I have called out the js in the header.PHP: "<script type="text/
javascript" src="<?php echo get_template_directory_uri(); ?>/scripts/
markerclusterer.js"></script>"

After which I was under the impression that I needed to call out my
parameters...? My simplified parameter below:
"<script type="text/javascript">
Var map;
function initialize() {
        markerCluster = new MarkerClusterer(map, gmarkers);
        mm.addMarkers(gmarkers,0,1000);
        mm.refresh();
}
</script>"

I am trying to figure out if this template is an exception to the
clustering or if I need to go about this in another way... OR I am way
off base with what I am trying to perform.

I am new with this, so please excuse me if this looks like it was
written in crayon by a three year old...

Kind Regards,
Edward

-- 
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.

Reply via email to