On 27 Jul., 22:05, artesea <[email protected]> wrote:
> I'm working on a project to display multiple ward boundaries on a
> google map for an electoral area.
>
> In Lincoln (UK) where I live we have 11 wards, and this works 
> fine:http://dev.artesea.co.uk/maps/?parent=2385
>
> however for Rugby who have 61 wards I can see the script loading the
> KML files but in the end there is nothing layered on the screen, but
> clicking around does bring up popups with the 
> name.http://dev.artesea.co.uk/maps/?parent=2459
>
> Is there a limit on the amount of KML files (either in number or file
> sizes) that I might be hitting?

You can read more about kml sizes here.
http://code.google.com/intl/da-DK/apis/kml/documentation/mapsSupport.html

Size and Complexity Restrictions for KML Rendering in Google Maps
Google Maps currently has specific limitations to the size and
complexity of loaded KML files. Below is a summary of the current
limits:

Note: these limits are temporary and are subject to change at any
time.

Maximum fetched file size (raw KML, raw GeoRSS, or compressed KMZ)
3MB
Maximum uncompressed KML file size 10MB
Maximum number of Network Links 10
Maximum number of total document-wide features 1,000


>
> Also the KMLs are third party, is there anyway for me to change the
> colours of the fill in javascript as I don't have access to add extra
> xml data in to the source file?

-- 
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 [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-js-api-v3?hl=en.

Reply via email to