>>>>> "E" == Esa  <[email protected]> writes:
E> See map pins of Google Chart API
E> http://groups.google.com/group/google-chart-api/web/chart-types-for-map-pins
And to turn that stuff into KML that passes the validator, one needs e.g.,
<href>http://www.google.com/chart?chst=d_map_pin_letter&amp;chld=%E7%94%B2%7CFF0000%7C000000</href>
via perl's URI::Escape:
'http://www.google.com/chart?chst=d_map_pin_letter&amp;chld='.uri_escape_utf8('甲|FF0000|000000'
which appears to work from KML via
http://maps.google.com/maps?q=http...kml

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to