I know it is... but my problem is reading the the points and display in a dropbox list. When is xml i take a file a do a getelement, but in kml structure is diferente and my kml is load by a url is in a server understand? in a xml file i put de directory and he read the file in the kml is in a URL and i can´t load them like the example you said before. this example is pretty good have more that i need but is checkbox, i will try with this one port to mine and see if work and them try to change to a dropbox list the points.
If you have any example of one kml with dropbox list was good help too. many thanks you have been a great help. 2011/7/7 [email protected] <[email protected]> > On Jul 7, 2:54 am, Sérgio Soares <[email protected]> wrote: > > Well tnx for the fast reply. > > > > But this is for a xml i already see this examples but the problem is > > that my kml is download from a URL and them proceed, i open him by > > this > > var kml = new GGeoXml(url); > > map.addOverlay(kml); > > > > with xml is more easy but to a kml is not with categories and > > something. :S > > kml is xml. > > v3 API example of categories from kml (uses geoxml3): > > http://www.geocodezip.com/geoxml3_test/v3_geoxml3_kmltest_categories_linktoA.html?filename=http://www.geocodezip.com/geoxml3_test/nzhistory_net_nzmap_locations_kml.xml > > -- Larry > > > > > On Jul 6, 9:26 pm, xelawho <[email protected]> wrote: > > > > > i decide that the > > > > > > best way to put them in a good place is creating adropdownlistor a > > > > checkbox that loads like the sidebar the points and them the user > > > > choose witch he want to see in the map with thatdropdownlistor > > > > check point. > > > > > checkboxes are easy:http://econym.org.uk/gmap/categories.htm > > > > > dropdowns (select boxes) aren't that complicated either: > http://econym.org.uk/gmap/basic15.htm > > > > > if you wanted something like the fist, but with categories displayed > > > by choosing from adropdownrather than checkbox, it would be a simple > > > matter of changing the checkbox code fordropdowncode. You can see > > > how to create hard-coded dropdowns here: > http://www.w3schools.com/TAGS/tag_option.asp > > > > > if you're having problems with your map, it's best to provide a link > > > to the page showing the problem. > > > > > hope that helps. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps API V2" 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. > > -- Sérgio Soares -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
