Hi,I am experiencing some rather odd behavior with points Im dropping on a map.I add some points to the default graphics layer on a map. When I place them, they are in the right location on the map. When I zoom, the point locations change as they dont seem to be anchored to the map. Im not doing anything too crazy here: pointGeometry = new esri.geometry.Point( xCoord, yCoord, map.spatialReference );
pointGraphic = new esri.Graphic( pointGeometry, pointSMS );
map.graphics.add( pointGraphic, pointSMS );
Anyone seen this one before?Greg