Hello there again. Well i doing app and now i want to load the coordinates from a url but know the url is giving me a .aspx file that is KML when you open. I need to open that file and load the coordinates to a google maps map. can you help me?
url with coordinates (here when open give you a file to save with the coordinates): http://m.inosat.com/n.aspx?u=vestaspor,only4u im see this example but dont work i think is because of that give me a .aspx file and not a kml. example: http://www.dyasdesigns.com/geoxml/park.html well i try it but not work with my url (http://m.inosat.com/n.aspx? u=vestaspor,only4u). if i download the file and change him for kml is loads the coordinates like this and works. mmap=new GMap2(document.getElementById("map"),{draggableCursor: 'crosshair', draggingCursor: 'move'}); mmap.setCenter(new GLatLng(0,0),2); mmap.addControl(new GLargeMapControl()); mmap.addControl(new GMapTypeControl()); mmap.enableScrollWheelZoom(); mmap.enableDoubleClickZoom(); mmap.enableContinuousZoom(); gml = new GeoXml("gml", mmap, "frota.kml", {sidebarid:"side_bar_vans",iwwidth:250 }); gml.parse(); like this it open but is from a file static i want it to load from the url and display in the map. thanks and advance -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
