Hi all,
This is my first google maps project and I am using KML files to
display country overlays onto google maps. I have a database with lat
long values for each country's polygon and I am extracting this using
PHP and outputting as a KML file. This works for some data however for
large amounts of data I get a file not found error in google maps.
I've been told that this is because my files are too large.
This is the case when I try to display all my data in one KML file
(almost every country in the world) however I have seen examples that
do this so I know it is possible. Can anyone give me any pointers as
to how this is done? Do I need to use less points at higher zoom
levels? If so how would I go about this i.e. which points do I select
and which do I ignore?
For anyone who wants to look the files are here:
http://first4quality.co.uk/neogic/maps/kml2.php
http://first4quality.co.uk/neogic/maps/kml.php
Link one (GB only) works whereas link two (all countries) doesn't.
Thanks in advance,
James