I'm working with OpenStreetMap and have successfully added markers to the map that, when clicked, show a popup window. I would like, if possible, to customize markers not only by changing the image, but adding an HTML DIV under the icon with a number/text different for every marker. How can i do it? I use javascript and php to fill the map

link|improve this question

56% accept rate
2  
Are you using OpenLayers or how are you displaying the map? – Felix Kling Jan 24 at 16:01
Yes, i'm using OpenLayers for displaying the map – Cris Jan 24 at 17:17
I don't believe that you can do this with out of the box functionality. – the_skua Jan 24 at 17:44
feedback

1 Answer

Can’t labels fit your needs ?

See http://openlayers.org/dev/examples/vector-features-with-text.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.