Thanks Barry. Let me look into those other options. What I'm doing is relatively small so doing a client side search and whatnot might be easiest. Thanks
On Sep 24, 2:07 pm, "Barry Hunter" <[EMAIL PROTECTED]> wrote: > Its not the /only/ way, but is one way. Once GoogleBot has indexed > your content and indexed it then you can search it using the AJAX > (Local)Search API. (the bot might even find your KML and index it > without a sitemap - if you link to in your content) > > Alternatively you can index and search it yourself. If the data is > relativly modest you could do this entriely in Javascript (bearing in > mind all the data has to taverse to the client - but if you displaying > it anyway) - you will probably need to break out a new KML parser > other than GGeoXML > > Otherwise you can put it in some sort of database and index it > serverside. Either custom, or something like featureserver might be > able to help. > > > > On Wed, Sep 24, 2008 at 7:49 PM, Greg Corradini <[EMAIL PROTECTED]> wrote: > > > Hello all, > > I need some high-level advice about functionality I wanted to add to > > my Google Map. > > > I want people to be able to search the XML or KML features I'm adding > > to my Google Map athttp://www.gregcorradini.com/page2.htm. From what > > I've read, the only way to do this is by submitting your sitemap and > > geo content (kml specifically) to Google as described in this KML > > tutorialhttp://code.google.com/apis/kml/documentation/kmlSearch.html. > > > Are there other ways to achieve this also? Examples? > > > Thanks > > -- > Barry > > -www.nearby.org.uk-www.geograph.org.uk- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
