I have an ArcGIS Server 10 map service which has 2 layers on it. The first (0) is an X/Y Event layer using WGS 84 GPS coordinates. The second (1) is that same layer exported to a shapefile still GCS WGS 84, not projected.
When i try to display the X/Y event layer in the flex viewer as a feature layer where the basemap is web mercator it doesn't re-project the X/Y event layer in the flex viewer. If I add the shapefile as a feature layer in the flex viewer it reprojects and all of the points show up fine. Has anyone else had this problem or found a way around it? I need to be able to display those points directly from the X/Y table not a shapefile to allow for user uploads of points easily.
I've also tried chaning my map service from GCS WGS84 to web mercator and that didn't help either.
Thanks