On Jun 8, 9:03 pm, Steve <[email protected]> wrote:
> Hi,
>
> Here's my website:
>
> http://comp.uark.edu/~sjs007/test3.php
>
>      I'm trying to illustrate a regional transportation network with
> polylines.  My code generates a GDirection and a specific
> eventListener for each GDirection.  The code works fine for a few
> directions, but I'm trying to illustrate all the connections between
> supply nodes (there are 7) and demand nodes (there are 9) for a total
> of 63 polylines (there are a few other markers on the map, but they
> just indicate the intersection of 2 interstate highways).
>
>      Again, the code works fine for a few directions, but google maps
> starts having trouble when I call more than about 10 directions.  Is
> there a better way to display multiple polylines?  
> I used the
> geocoding service to get the latitude and longitude of each of the
> nodes (cities) in my map and programmed them into the code on my
> website so that I don't have to keep calling for them.  Is there a
> similar service for polylines?  Is there anyway to record returned
> polyline data?  I would happily collect a few polylines at a time and
> then store them to be recalled later.

That is what I do.  I use this page:
http://www.geocodezip.com/example_geo2.asp

Which allows me to capture polylines (either normal or encoded) from
GDirections in a format that I can display on my "Generic Map
Browser":
http://www.geocodezip.com/GenericMapBrowser.asp?filename=I5Polyline_encoded.xml

  -- Larry

>
> Thank you for your time.
--~--~---------~--~----~------------~-------~--~----~
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