On May 16, 12:04 pm, juanmol <[email protected]> wrote: > thanks! i've upload it to a public server and now works, but yes ... > Tanzania ???
As Rossko observed, you need to understand the coordinates, Sevilla is at: lat=37.383962, lng=-5.99453 Tanzania is at: lat=-5.99453, lng=37.38396 KML uses coordinates in the order longitude,latitude google.maps.LatLng takes arguments in the order latitude,longitude -- Larry > I'm looking for Sevilla (Spain). Don't the same google > maps coordinates and a KML?. Maybe i need other way to do the same. > I have a table in mysql with 1700 directions (no coordinates). I've > trying to do a linux script, for ask google for the coordinates of > each direction, get the coordinates and populate that colum on mysql. > Then a php that get the each one of the mysql inserts to show them in > a popup overlay with the coordinates of the script. What do you > recomend me? try with kml? xml maybe? May i do a php that makes all > (consult coordinates and publish)? I dont know, what do you recomend > me? > Regards (sorry for my poor english). > > On 16 mayo, 20:51, Rossko <[email protected]> wrote: > > > > var sevilla = new google.maps.LatLng(37.383962, -5.99453); > > ... > > > <coordinates>37.383962, -5.99453</coordinates> > > > open in firefox and nothing, only show me the map, not the Placemark, > > > why? > > > Not looking in the right part of the world? Zoom out a long way ... > > KML coordinates order is > > long,lathttp://code.google.com/apis/kml/documentation/kmlreference.html#coord... > > so <coordinates>37.383962,-5.99453</coordinates> is in Tanzania > > -- 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.
