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.
