Hi Sir,

               I need poly line with start and end points. So, intially i
tested with only polyline(its working fine) after that with the help of
network link i exported both polyline and marker kml generating php files.
That time it was not working, then according to groups suggestions...i
enabled below two lines.

> //$kml[] = '<refreshMode>onInterval</refreshMode>';
 > //$kml[] = '<refreshInterval>3600<refreshIntervalf>';

Then i got firefox error,

<?xml version="1.0" encoding="UTF-8"?>
 <kml xmlns="http://earth.google.com/kml/2.1";>
 <Folder>
 <NetworkLink>
 <Link>
<href>http://googlemaps.uuuq.com/route/routekml_poly.php?route_name=AB
</href>
<refreshMode>onInterval</refreshMode>
<refreshInterval>3600<refreshInterval>
 </Link>
 </NetworkLink>
 <NetworkLink>
 <Link>
<href>http://googlemaps.uuuq.com/route/routekml_mark.php?route_name=AB
</href>
<refreshMode>onInterval</refreshMode>
<refreshInterval>3600<refreshInterval>
 </Link>
 </NetworkLink>
 </Folder>
</kml>

If i remove below lines; its working:

> //$kml[] = '<refreshMode>onInterval</refreshMode>';
 > //$kml[] = '<refreshInterval>3600<refreshIntervalf>';

i think the problem is in here only. can you please help me regarding this.

Thanks in advance,
with sincerely,
sravan

Hi Sir,

               I need poly line with start and end points. So, intially i
tested with only polyline(its working fine) after that with the help of
network link i exported both polyline and marker kml generating php files.
That time it was not working, then according to groups suggestions...i
enabled below two lines.

> //$kml[] = '<refreshMode>onInterval</refreshMode>';
> //$kml[] = '<refreshInterval>3600<refreshIntervalf>'*</href>*;//by
mistakely href i mentioned there

Then i got firefox error,

then i removed /href in above line and try to access now its not working.

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1";>
 <Folder>
 <NetworkLink>
 <Link>
<href>http://googlemaps.uuuq.com/route/routekml_poly.php?route_name=AB
</href>
<refreshMode>onInterval</refreshMode>
<refreshInterval>3600<refreshInterval>
 </Link>
 </NetworkLink>
 <NetworkLink>
 <Link>
<href>http://googlemaps.uuuq.com/route/routekml_mark.php?route_name=AB
</href>
<refreshMode>onInterval</refreshMode>
<refreshInterval>3600<refreshInterval>
 </Link>
 </NetworkLink>
 </Folder>
</kml>

On Wed, Mar 25, 2009 at 12:59 AM, Rossko <[email protected]> wrote:

>
> >           I got you, but poly line is not coming. I checked i firebug, it
> > showing below line
>
> That's a question for a Firebug forum.  What happens if you do what
> the message suggests?
>
> What did you change between your "its working fine" and "poly line not
> coming" postings?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to