[Google Maps API v3] MarkerClusterer and MarkerWithLabel js API path not found

2016-05-12 Thread shanishwar
Hello, I am using MarkerClusterer.js and MarkerWithLabel.js google API v3. Upto yesterday it was working well. From Today's morning its failed to work. Please reply soon beacause these API is very important for my functionality. API path given below: http://google-maps-utility-library-v3.google

[Google Maps API v3] markerclusterer plus (latest 2.1.1) slow?

2014-01-24 Thread uno
hello, i've just updated markerclusterer plus from 2.0.15 to 2.1.1 and sit seems way slower in processing the clusters (20k markers). before i dig into it, i wanted to ask if someone has made a similar observation? thanks, uno -- You received this message because you are subscribed to the Goog

[Google Maps API v3] markerclusterer plus with server-side clustering and adding of a cluster dynamically

2012-06-21 Thread shoosh
Hey, I've implemented server side clustering (using quadtree and distance based approach), instead of creating this process in-memory i do it via batch. Why do i need client-side clustering , you ask...good question: real-time changes - because i don't do the actions on the server's memory, i

[Google Maps API v3] Markerclusterer zoom requlating?

2012-05-03 Thread Ivo Seeba
Hi, I have a question, how to regulate clustering, like in page http://gmap.it-abi.ee/kaart.html? That the markers don't aggregate too early, if i zoom out the page or markers do not disjoint too late when i zoom the page in? - All the best: I.S. -- You received this message because you are subsc

[Google Maps API v3] MarkerClusterer combined with MaxZoomService

2012-05-02 Thread Pil
Tried to combine MarkerClusterer with MaxZoomService to avoid showing a black area when there is no satellite imagery available. It seems that MaxZoomService does a good working job but MarkerClusterer isn't able to play well together. So we are seeing the black area just the same. Here is the ex

[Google Maps API v3] MarkerClusterer and infowindow

2012-02-09 Thread Ross Ewing
Hello all, I'm having an issue getting a infowindow to open on a marker with the MarkerClusterer Google Map V3 API. Below is my code so far. Can anyone help? > > function initialize() { > > var center = new google.maps.LatLng(54.385756, -4.465256); > > var map = new google.maps.Map(docume

[Google Maps API v3] MarkerClusterer

2012-02-06 Thread pogue5
Hello, If I want to create a clusterclick event for each cluster icon on my map, do I need to create an array of MarkerClusterer Objects and create an event for each, or is there a simpler way? Thanks, Greg -- You received this message because you are subscribed to the Google Groups "Goog

[Google Maps API v3] markerclusterer

2012-01-31 Thread Васил Василев
Hello , i have one script which vizualise markers with coordinates from database . i take it from here : http://code.google.com/intl/bg/apis/maps/articles/phpsqlajax.html i want to make clusters to this map , but i cannot understand how . can you please help me . -- You received this message bec

[Google Maps API v3] MarkerClusterer Plus and Cluster sorting

2012-01-30 Thread Coen de Jong
Is there a way to ensure the Clusters given by getClusters() function in the Clusterer class always gives the Clusters sorted by order of the markers that it contains and the order they were placed on the map? I have a website where I need to draw arrows that go from one marker to another to in

Re: [Google Maps API v3] [MarkerClusterer] get markers from one cluster

2011-12-08 Thread Luke Mahé
Thats not really possible, no 'marker' was clicked but a cluster was clicked. I suppose you could modify the MarkerClusterer code to also pass in the click location and then find the closest marker to that location but it probably won't work too well. Can I ask what use case you are trying to sol

[Google Maps API v3] [MarkerClusterer] get markers from one cluster

2011-12-08 Thread Gabriel Bretschner
Hi, I know, this is not the right mailing list to ask the question, but I don't know where to ask. I use the MarkerClusterer Library (http://gmaps-utility- library.googlecode.com/svn/trunk/markerclusterer/1.0/docs/ reference.html) and I try to get all markers from one cluster. Let me illustrate thi

[Google Maps API v3] MarkerClusterer examples with categories wanted

2011-11-15 Thread CB
I'm looking for examples of MarkerClusterer used with categories. If you have a site that works in hiding and unhiding categories of markers while using MarkerClusterer, please post your url. Thanks. -- You received this message because you are subscribed to the Google Groups "Google Maps Java

[Google Maps API v3] [Google Maps API V3][Markerclusterer] I cannot use any function implemented within MarkerClusterer object

2011-11-07 Thread Junsuk Bang
Hi, During making an example using markerclusterer library, I found that any of functions in this object was not working. Here is my example, which allows you to set a marker at the point you clicked. Then, What I'm trying is that markerclusterer automatically clusts all the points User click

[Google Maps API v3] markerClusterer / markerClustererPlus: hide markers while clustering at work?

2011-09-21 Thread uno
hello, is there a way to hide markers while clustering is underway, e.g. show only the result of the clustering? for now, if i zoom out to e.g. world view, the map first draws/shows all markers, then starts clustering. btw, just today i noticed that there are 2 versions of markerClusterer now,

[Google Maps API v3] MarkerClusterer/InfoBubble and Google Earth layer both ?

2011-09-21 Thread arnaud DELAVARA
Hi, Is it possible to use a marker clusterer and Google Earth layer both ? Same question with an infobubble and Google Earth layer both ? Thank you. Regards. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discu

[Google Maps API v3] markerclusterer problem

2011-09-20 Thread Andrinopoulos George
Hi all, today morning i noticed that marekrclusterer doesn't work as supposed to be. I got the following error in the error console. Any help? Error: that.map_.mapTypes[that.map_.getMapTypeId()] is undefined Source File: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclust

[Google Maps API v3] Markerclusterer clearMarkers not working after interacting with map

2011-08-24 Thread Anthony Glazebrook
Hi I am having trouble with the clearMarkers() method of markerclusterer. Please see http://mc.glazebrooknet.com for files and demo. To re-produce issue: 1. Click ‘Apt / housing’ under ‘Apartments’ in the left-hand column. A number of markers are shown. 2. Zoom in once on map. 3.

Re: [Google Maps API v3] MarkerClusterer - removing individual clusters

2011-06-24 Thread Javo Rosales
When you zoom the map, dont you get any marker individualy?, so i guess when you use markerclustered you put all of them into a array dont you? then you must addd GEvent.addEvent(marker,"click",function(point){ map.removeOverlay(marker); for (int i =0; i.< 2011/6/24 Barry Hathaway > Does

[Google Maps API v3] MarkerClusterer - removing individual clusters

2011-06-24 Thread Barry Hathaway
Does anyone know how to remove or hide individual clusters when using MarkerClusterer? I have "setCalculator" to a function that counts the markers in my clusters based upon criteria in the marker. As such the counts can go to zero. In that case I would like hide the cluster. Thanks in advance. --

[Google Maps API v3] Markerclusterer, Fusion Tables, Bicycle Crashes, JSON

2011-06-07 Thread Bob Torzynski
I have seen questions related to using Markerclusterer (what a word!) and since it was difficult for me to figure out - I figured I would share this example using 'real data'. The site is here: 108.zgroks.com and it shows some bicycle crash data in upstate New York, which is stored in a Fusion Tabl

Re: [Google Maps API v3] MarkerClusterer - please Help!

2011-05-18 Thread Chris Broadfoot
See the MarkerClusterer docs for examples: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/docs/examples.html On Thu, May 19, 2011 at 2:28 AM, majora wrote: > Hi > > Trying to implement a way to limit the amount of makers shown on my map > when it loads and though

[Google Maps API v3] MarkerClusterer - please Help!

2011-05-18 Thread majora
Hi Trying to implement a way to limit the amount of makers shown on my map when it loads and though that markerclusterer might be a solution. I'm a complete nob however and have no idea how to implement it. I've listed my code below and wonder if any0pje could give me any ideas how to chnage th

[Google Maps API v3] MarkerClusterer - help please!!

2011-05-16 Thread major...@yahoo.co.uk
Hi I'm a complete noob to the Google Maps API v.3 but am trying to develop a program for my WEB based GIS course. Haven't programmed in about 15 years which doesn't help! I've got a map of the 118 universities around the UK which shows some clustering thta I'd like to use MarkerClustere to g

Re: [Google Maps API v3] MarkerClusterer - Error: setMaxZoom is not a function (compiled version only).

2011-03-29 Thread Luke Mahé
The function hasn't been exported for compiling. I can export it if needed but you can set the maxZoom in the options when you create the object: var mymarkerclusterer = new MarkerClusterer(map, null, { maxZoom: 11 }); -- Luke On Wed, Mar 30, 2011 at 3:51 PM, Zonnepanelenwijzer < zonnepanelen

[Google Maps API v3] MarkerClusterer - Error: setMaxZoom is not a function (compiled version only).

2011-03-29 Thread Zonnepanelenwijzer
Hi, I get the following JS Error consistently when trying to invoke the setMaxZoom function. " Error: mymarkerclusterer.setMaxZoom is not a function " The error -only- occurs when using the compiled version of the library; both the standard and the packed versions work fine. I'm using the lat

[Google Maps API v3] MarkerClusterer - The clustered markers are not shown.

2011-03-13 Thread Zonnepanelenwijzer Belgie
Hi, Unfortunately I cannot get MarkerClusterer to work (PC browsers Firefox, IE and Chrome) so I would appreciate your help. Open this webpage to observe the problem (no markers shown at all): http://www.zonnepanelenwijzer.be/dev/mjd-map-dichtbijvakanties/index-clustered.html I started from a wor

Re: [Google Maps API v3] MarkerClusterer not working

2011-03-09 Thread Luke Mahé
If you're using Chrome then you can open the Javascript Console under the Tools menu or if you are using FireFox you can download FireBug. -- Luke On Thu, Mar 10, 2011 at 10:30 AM, WebEngineer wrote: > Thank you, Luke. > But now I need some help in finding those errors! What tool are you using >

Re: [Google Maps API v3] MarkerClusterer not working

2011-03-09 Thread WebEngineer
Thank you, Luke. But now I need some help in finding those errors! What tool are you using to create that report? -- 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 google-maps-js-api-v3@google

Re: [Google Maps API v3] MarkerClusterer not working

2011-03-09 Thread Luke Mahé
You have two errors on your page that may be related: 1. Reunion2011Map.aspx:157Uncaught TypeError: Cannot read property 'style' of null 1. Reunion2011Map.aspx:209

[Google Maps API v3] MarkerClusterer not working

2011-03-09 Thread WebEngineer
ref: http://VioletteFamily.org/Reunion2011Map.aspx can someone help me get the MarkerClusterer working on this page? -- 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 google-maps-js-api-v3@go

[Google Maps API v3] markerclusterer with infowindows and sidebar

2011-03-09 Thread stefano
I need to add the markerclusterer.js to a simple map that loads data from xml, with infowindows and a sidebar. That is to say a combination of this: http://www.geocodezip.com/v3_MW_example_map3.html and this: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/examples/s

Re: [Google Maps API v3] MarkerClusterer V3 dont work after this night update of api v3.4

2011-02-15 Thread Luke Mahé
I'll have a look into what up. -- Luke On Wed, Feb 16, 2011 at 12:16 PM, berry wrote: > Hi all, clusterer dont work correct, click event on cluster icon is broken. > Watch official example: > http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/examples/speed_test_exam

[Google Maps API v3] MarkerClusterer V3 dont work after this night update of api v3.4

2011-02-15 Thread berry
Hi all, clusterer dont work correct, click event on cluster icon is broken. Watch official example: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/examples/speed_test_example.html on my site it's broken too. Ago 2 hours it worked like charm... Is some chance to

[Google Maps API v3] MarkerClusterer with "moving" markers

2011-02-08 Thread Mr T
MarkerClusterer is oh so close to working for my site. I need to track vehicles, which move. The map needs to update dynamically when the trucks travel. I got it all working using brute force, every time I reload my truck data via ajax I remove all the markers and re-add them. This worked, but is

[Google Maps API v3] markerclusterer shows 2 markers for only 1

2011-01-25 Thread Amit Kumar
Marker clusterer is showing me 2, even though the cluster contains only one marker... See here cobboc.com/prob/home.html -- 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 google-maps-js-api-v

[Google Maps API v3] markerclusterer fires map click event on cluster too

2011-01-25 Thread Amit Kumar
Hi, the markerclusterer addon is working fine, but it is firing the map click event when i click on the cluster icon... is there a way for me to disable it? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this grou

[Google Maps API v3] markerclusterer AND info window

2011-01-05 Thread mooney
i want to be able to click on a single marker inside the cluster marker and open an info window. here is my map's link: http://www.bigeasylifeinsurance.com/m/prospects.php it seems like a createMarker function does not work with markerclusterer.js? -- You received this message because you are s

[Google Maps API v3] markerClusterer - markerManager display problem

2010-12-17 Thread Olivier Glorieux
Hello I have a georss xml file containing points that I manage to parse and display on the map. I wish the the user to be able to choose with a radio button which diplay he wants to view (clusterer or manager or simple). The problem is that when you click on the radio markerClusterer it will di

[Google Maps API v3] MarkerClusterer jump to zoom level on click issue

2010-12-01 Thread slinky
Hello together, I'm using the newest version of the markerclusterer v3 and it works fine. But now I have a requirement in the behavior which is happend if I click on a cluster icon. I have an example in which I created the markercluster with the following options: markerClusterer = new MarkerClus

[Google Maps API v3] MarkerClusterer v3 and markers with the same latitude and longitude

2010-07-01 Thread deanf7
I have a map with several thousand markers of family records, a number of which have the same latitude and longitude, but different info window information. MarkerClusterer doesn't seem to show individual markers even when max zoom is reached for clusters with markers with the exact same latitude

[Google Maps API v3] MarkerClusterer - too many placemarks?

2010-06-17 Thread Rolf Dohrmann
Hello, I found out that the clustering doesn't work anymore on my HTC Hero Android smartphone when the number of placemarks gets too high. When I check the same map with the same amount of placemarks on my workstation it shows clustering. The limit is somewhere between 1000 and 1500 placemarks. 10

[Google Maps API v3] MarkerClusterer question

2010-06-11 Thread jim
I have a map ... http://jim.hollenback.org/SandBox/V3/HelloWorld.html with MarkerCluster. If I click the 266 by San Jose twice it zooms and I end up with a number of clusters. Now if I were to click the cluster on Joesph D. Grant County Park, the one with 13, it zooms but I have only one marker.

[Google Maps API v3] MarkerClusterer : how to add 'title' to cluster markers ?

2010-05-19 Thread Poivre2
Hi there, I'm trying to add 'titles' to the clusters markers to help users understand how a cluster works on a map : I would like to add a using a simple onmousover text like "30 offers available there - Click me to zoom". This is a default fonctionality for a marker when defining it (with 'title

[Google Maps API v3] MarkerClusterer

2010-05-15 Thread Venkatraman S
Hi, I am using MarkerClusterer in my site(http://mapatree.appspot.com/) to cluster the trees spotted in a region. All was working fine and then it suddenly stopped working overnight (without any changes to the code). Am kinda clueless. Any help would be great -V- http://twitter.com/venkasub --

[Google Maps API v3] MarkerClusterer again ;-)

2010-03-22 Thread Poivre2
Dear all, I use MarkerClusterer on my real estate map to display ads. I'm currently building an AJAX interface so that users can filter ads dynamically using a form. I show or hide ads (visibility) based on those filters. My problem is that MarkerClusterer does not take into account the visibilit

[Google Maps API v3] Markerclusterer for API v3 and IE8

2010-03-15 Thread Poivre2
Hi Guys, After some hurdles, I finally managed to make markerclusterer (API v3 port, link below) work under Firefox. Unfortunately, it does not work with ie8. http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/docs/reference.html Here is the error message : "This obje

[Google Maps API v3] MarkerClusterer for V3

2010-02-22 Thread Luke (Google Employee)
Hey everyone! I've just checked in the first version of the Google Maps v3 MarkerClusterer to the utility library: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/ I've tried to keep the interface the same as the v2 library so the transition to v3 should hopefully b