Hi, I am trying to set the Zoom level in kml for google map by changing the range value.
<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2"> <Placemark> <name>LookAt.kml</name> <LookAt> <longitude>-122.363</longitude> <latitude>37.81</latitude> <range>4000000</range> <tilt>0</tilt> <heading>0</heading> <altitudeMode>clampToGround </altitudeMode> </LookAt> <Point> <coordinates>-122.363,37.81,0</coordinates> </Point> </Placemark> </kml> I got two kml files, one in http://jchen.fileave.com/Zoom.txt the other http://jchen.fileave.com/Zoom2.txt I expect they should be different, however, it seems that they are in the same zoom level. http://maps.google.com/?q=http://jchen.fileave.com/Zoom.txt http://maps.google.com/?q=http://jchen.fileave.com/Zoom2.txt It is working fine when i was loading in google earth. Any ideas? Thanks Jun --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
