[Google Maps API v3] Re: Display only certain KML features by attributes

2011-10-14 Thread Gareth Mann
Webrider, I am adapting and playing with your excellent code for parsing kmls with very large polygons. I have a couple of questions for you: 1) I have noticed that for large polygons (i.e. ones with over 700 co-ordinate pairs) Mozilla FF cannot plot them correctly using your code. It is as if

[Google Maps API v3] Re: Display only certain KML features by attributes

2011-10-12 Thread Rossko
> What is the GGeoXML, do you have an example that uses that? > > Also, i note that this particular example is made with v2 These statements are linked ; GGeoXml is the v2 equivalent of kmlLayer in v3 -- You received this message because you are subscribed to the Google Groups "Google Maps Java

[Google Maps API v3] Re: Display only certain KML features by attributes

2011-10-12 Thread Gareth Mann
Hi webrider, Your site is an excellent resource, you are really pushing Google Maps as far as it can be pushed. Congratulations! I am particularly interested in this page: http://www.birdtheme.org/useful/sub/highlig1b.html It has the info windows, which is exactly what I need. What do you mean

[Google Maps API v3] Re: Display only certain KML features by attributes

2011-09-02 Thread webbirder
I use PHP to parse KML files http://www.birdtheme.org/useful/sub/kmlwithv3.php My page has also links to other solutions -- 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 google-maps-js-api-v3@

[Google Maps API v3] Re: Display only certain KML features by attributes

2011-09-02 Thread Rossko
> Parsing the KML is to do with trying to hide the data in the KML right? Not > to do with Fusion Tables or only showing certain KML features by attributes. Semantics perhaps ; hiding some features in KML is effectively the same thing as only showing some features in KML. If you want to select som