views:

239

answers:

2

Hello,

How can I display a digit inside the GMarker ? I used title, but it is only on rollover like title on links or image.

Do you have any idea how I can do that ?

+1  A: 

You can create custom markers with mapicon Factory. Select the Characters radio button and pick a character type, and then click the Numbers checkbox. Dismiss the ad and you will see the markers.

Andy West
+2  A: 

There's two ways to do it.

The old way is to create or obtain images for markers with each number and use them as custom icon images. There are several sets listed here or you can use one of the services listed there to create your own, or draw your own with an image editor. Save the resulting images to your own webspace, don't try to use the services dynamically because they occasionally fail.

The new way is to use the LabeledMarker extension which creates things that work something like Google markers but allow you to put text onto the marker dynamically. (Hint: works quite nicely with MapIconMaker, like this.)

Mike Williams