Google Maps label a marker with KML -



Google Maps label a marker with KML -

i wondering, i've got kml file of points @ locations. when upload kml , direct google maps file, show points. is possible in kml file label point, google maps when search airports or plumbers? illustration this: http://localhostr.com/files/bonhheb/capture.png want markers numbers instead of letters. is possible using kml? or have script this?

yes can using styles , adding <styleurl> each placemark

see: http://code.google.com/intl/nl-nl/apis/kml/documentation/kml_tut.html#custom_styles or http://econym.org.uk/gmap/kml.htm

if want show number in each placemark have create custom image (and style) each one.

google-maps kml

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -