I found to use the above URLs in a KML <href> one needs e.g.,
<href>http://www.google.com/chart?chst=d_map_pin_letter&amp;chld=
%E7%94%B2%7CFF0000%7C000000</href>
i.e.,via perl's URI::Escape:
'http://www.google.com/chart?
chst=d_map_pin_letter&amp;chld='.uri_escape_utf8('甲|FF0000|000000'
which pass the validator and 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 Chart 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-chart-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to