On Jun 15, 1:08 pm, Darragh O'Keeffe <[email protected]> wrote: > Hi > > I have KML file of point locations (created by exporting from ESRI ArcMap) > > When loaded into Google Earth the points are displayed correctly, i.e. they > are static and do not move > > In Google maps the points 'Move' depending on the zoom level. see
http://gis.clas.asu.edu/testkml1.html I don't see them "moving", but I don't know where they are supposed to be and you do. Sounds to me like the anchor for the icon is in the wrong place, you expect your "dots" to be anchored in the middle, but you aren't specifying that and the kml processor is putting the anchor on the bottom middle of the image. See the kml reference: http://code.google.com/apis/kml/documentation/kmlreference.html And this reference to the subset of KML supported in google maps: http://code.google.com/apis/kml/documentation/kmlelementsinmaps.html -- Larry > > I require the points to be static and have the correct location. > > I believe my code is correct so it this a known issue with the Google API? > > Thanks, > Darragh -- 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.
