On Feb 2, 1:53 am, sagar <[email protected]> wrote: > Hi, > > I am sagar , my question is,how can we display the diferent kml > file data for different zoom levels .
Yes. Add a zoomend event on the map. > Suppose there are three kml files > Kml1, Kml2,Kml3. > My requirement is to Display the features of Kml1 file during the > zoom level 0 to 8. > And during the Zoom level 9 to 13 i want display the features of the > kml file 2 , etc . And so on using the EGeoXml.js for rendering . > > And my Next Question is, at present i am converting the geographic > data from the database to kml format and encoding the data in a file > and then by giving the url of the file i am displaying the Kml > features on the google map, my question is can i send the kml data > directly from the database to the Egeoxml.js file instead of sending > url of the file. Can Anyone help me plz it will be very helpful for > me and my work. You can create xml on the fly from your database. KML is just a subset of xml. Look at some of the tutorials on using databases with the Google Maps API: http://groups.google.com/group/Google-Maps-API/web/using-databases-with-gmaps-apps?hl=en -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
