Select to view content in your preferred language

Map Service Extent

1976
2
08-17-2011 06:41 AM
AndyWhitley
Emerging Contributor
I am having an issue when adding my second map service to my flex project, it keeps plotting in a different extent and never shows up in Flexviewer.  I have confirmed the data frame properties are set to the correct coordinate system as my first map service (WGS 1984 Web Mercator Auxiliary Sphere).  The spatial reference is also matching at 3857.  I noticed within rest services the extent for my working service is -8781000 4013000 -8636000 4069900 but the service not plotting is -78.61226295 33.8757826543018 -77.95395805 34.3055602596621.  Any suggestions on getting these to match?
Tags (2)
0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
Andy,

   The extent coordinates should tell you something:

the service not plotting is -78.61226295 33.8757826543018 -77.95395805 34.3055602596621

Those coords are Geographic likely WGS 1984, notice the decimal degree values and not WebMercator, like these which are in Meters -8781000 4013000 -8636000 4069900. You need to do some more checking as to what coordinate system your are publishing your map services as.
0 Kudos
AndyWhitley
Emerging Contributor
Robert,

I just compared my two services and fixed the coordinate issues.

Thanks for all your help
0 Kudos