0
votes
0answers
21 views

Updating position for a list of markers

I am working with Google Maps. Specifically, I am working with http://hpneo.github.io/gmaps for a gps tracker simulation, here I need to update the position on each point. At the gmaps script, ...
0
votes
0answers
52 views

OpenLayers.Layer.Markers Does not works with Google maps

Hello I am currently Testing OpenLayers, but I have a problem with the markers, the markers that I add with OpenLayers does not work with google maps, all marks appear in the center of the map, not ...
0
votes
1answer
110 views

Not showing multiple markers on OpenLayers

I want to show multiple markers on my Google map with OpenLayers. Below is my code : for (var pointcount = 0; pointcount < jsonObj.length; pointcount++) { if (jsonObj[pointcount].Long != null ...
1
vote
1answer
211 views

Creating markers(vectors) in openlayers

I'm new to OpenLayers,currently in existing project they have created markers in openlayers map by using following code, // vector layer creation vLayer = new OpenLayers.Layer.Vector(layerName, { ...
0
votes
0answers
67 views

How to use symbol center with markercluster?

Am using markercluster.js for showing cluster using img urls for cluster size that.mcOptions = [{ height: 38, url: "/images/search/hotels/clusterSmall.png", ...
3
votes
2answers
506 views

Leaflet / Google Map baselayer / markers not visible [solved]

New to Leaflet, currently trying to migrate a project from native Google Maps to Leaflet; having been drawn to Leaflet by the layer management and options of using better 'roadmap' style basemaps. ...
2
votes
0answers
207 views

how to show information window for the marker cluster

This is my markercluster code : i need information window for the markercluster icon as well as marker icon, i have another cluster.js file, can some one please tell me how can i show the information ...
1
vote
1answer
397 views

How to color markers based on polygon area?

I have a map with around 317 markers and each marker is the center point of a polygon. The polygonal area varies throughout, so I want to represent the markers in such a way that the polygon with the ...
1
vote
1answer
1k views

Google Maps MarkerClusterer - Remove all clusters

So, I have a PostGreSQL DB with 317 datapoints - all spatially enabled through PostGIS. I have queried this using PHP as GeoJSON and overlaid it on Google Maps (using a converting routine). I have ...
8
votes
1answer
3k views

Using Drop Markers and MarkerClusterer together?

I want to create a rather visually appealing representation of time-series data (Costco Store Locations w/ opening dates). My idea was to plot them on a map, in time-series, but it seems that the ...
4
votes
2answers
2k views

Is there a library to make custom markers for Google Maps API V3 by setting the marker's icon, labels and opacity?

Is there a library to make custom markers for Google Maps V3 by controling the icon, labels and opacity? This library for Google Maps API V2, Labeled Markers, seems OK, but I was hoping for a V3 ...