On Oct 6, 2:36 pm, Maan <[email protected]> wrote: > I want to make polyline around homes as in this sample > > http://www.redfin.com/search#search_location=90061
You need the data for all the zip code boundaries in your area of interest. Then display the appropriate boundary. John Coryat has lots of information about zipcodes: http://maps.huge.info/ and in his posts to this forum. -- Larry > > Regards > Maan > > On Oct 7, 1:55 am, "[email protected]" <[email protected]> > wrote: > > > > > On Oct 6, 11:28 am,Maan<[email protected]> wrote: > > > > Thanks for response. Have you some sample code like this one. I have > > > just longitude and latitude in database. > > > > Here is my link > > > >http://team-kh.awpdc.com/~naanulah/38416/searchnew/propertiesadvs.php > > > > You can search Detroit > > > What are you trying to do? That map "works", I see markers. There > > are javascript errors that IE6 complains about. > > > -- Larry > > > > Regards > > > >Maan > > > > On Oct 6, 10:41 pm, Mike Williams <[email protected]> wrote: > > > > > The database to generate that page contains polylines for all the zip > > > > codes, and selects properties by zip code. > > > > > There's no fancy code that draws the polyline around the displayed > > > > markers, there'll be an SQL query on their server that says something > > > > like SELECT * FROM Properties WHERE Zipcode = 90061, and the markers > > > > will be inside the 90061 zip code polyline simply the properties have > > > > 90061 as their zip code. > > > > > -- > > > > Mike Williamshttp://econym.org.uk/gmap-Hidequoted text - > > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
