William, would you care to share the code for rss2kmz.php with us? I am very interested as I'm working on updating the PHPGoogleMapAPI class (http://code.google.com/p/php-google-map-api) and have been debating about adding some support for this exact issue, but just didn't have the motivation to write a custom parser at all.
On May 11, 8:55 am, William <[email protected]> wrote: > On May 12, 12:33 am, Brad <[email protected]> wrote: > > > .... another option you do have is that you could setup a > > "proxy" on your server to serve the KML files. IE: yoursite.com/ > > kml_proxy.(php?, asp?,?) , and then you could setup that script to > > parse the files and either a)add the markers manually or b)rewrite the > > file with the desired colored placemarks in the file itself. This > > isn't necessarily the easiest solution, but is the only one I can > > think of currently. > > I agree this might be the only way to do it. I've implemented by > using PHP to to write a translator between RSS and KMZ. It takes two > parameters: the url for the RSS feed and another url for the icon > symbol. > > See this map for how it looks: > > http://www.william-map.com/20100512/1/map.htm > > ... > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" 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 > athttp://groups.google.com/group/google-maps-js-api-v3?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
