The marker tag has no wiki summary.
2
votes
0answers
211 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
0answers
95 views
Leaflet: Linking a marker click event to an image
I'm breaking down my question into three parts. I am a beginner to Leaflet and to writing code. Currently, I have a JSON file with all of my markers linked to my map page. The idea is that every ...
1
vote
0answers
94 views
How to add text for markers not icon
I have a Open Layers map project where I currently add dynamic markers based on a query but I really want to show some text instead of the marker icon. Is there a way I can either render some text to ...
1
vote
0answers
450 views
Polymaps marker/point popup
I think my question is a duplicate of http://stackoverflow.com/questions/6525176/how-can-you-add-html-layers-to-polymaps but it seems better posted in GIS StackExchange.
I'm using the Polymaps JS ...
1
vote
0answers
230 views
Cloudmade Web Maps API Marker Clustering problem
I've just started learning Cloudmade Web Maps API. I'm at marker clustering, and I'm facing a strange problem; whenever I try accessing the page below, content of elements must consist of well-formed ...
0
votes
0answers
13 views
How to put markers from geoJson to MarkerClusterGroup?
How to put markers from layer WTGS (which reads geojson from php file returned from postgis database) to L.MarkerClusterGroup?
WTGS = new L.geoJson(null, {
pointToLayer: function ...
0
votes
0answers
206 views
Problem: Click on the feature and marker in OpenLayers
Have a problem: when i activated that control:
function onPopupClose(evt) {
selectControl.unselect(selectedFeature);
}
function onFeatureSelect(feature) { ...