ok, my first custom map, it's not showing.. any ideas, I see it connected in ArcCatalog... The path is correct, but it does not show up when I click it on?
�?� Assuming your using the latest ArcServer and it is properly configured �?� Assuming your map service is correctly setup [INDENT]�?� Is it accessible from the rest endpoint? http://<server>/ArcGIS/rest/services �?� Can you connect to it at the http://<server>/ArcGIS/rest/services/<service>/MapServer using the ArcMap link to open the .lyr file? [/INDENT]
If this is the ESRI Flex Viewer: What is contained in your config.xml file regarding these? Is it a <basemaps> your loading or a <operationallayers>? What does your <layer> tag look like? Could your type="" be set incorrectly?
My server connects with WMS, my paths are set like I see some working sites... I've tried all various type settings with not luck... I did my .msd and correctly with no errors. My paths appear to the same as other working custom maps on the server.
Here is my code... Here I'm working to add a climate change map in operational layer.
<?xml version="1.0" ?> <!-- //////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2010-2011 ESRI // // All rights reserved under the copyright laws of the United States. // You may freely redistribute and use this software, with or // without modification, provided you include the original copyright // and use restrictions. See use restrictions in the file: // <install location>/License.txt // // Read more about ArcGIS Viewer for Flex 2.3 - http://links.esri.com/flexviewer // //////////////////////////////////////////////////////////////////////////////// --> <configuration> <title>Cybercommons</title> <subtitle>Powered by ESRI and Managed by OU-CSA</subtitle> <logo>assets/images/logo.png</logo> <style> <colors>0xFFFFFF,0x333333,0x101010,0x000000,0xFFD700</colors> <alpha>0.8</alpha> </style> <!-- replace the following url with your own geometryservice --> <geometryservice url="http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer" /> <!-- replace the following key with your own Bing key --> <bing key="Ahw1due6dkmZg98wUJJYLrVmYlDik4oleCg6hoNqx6l2jFYRToImQH1HfH-asjjH"/>
Okay, well... I take it that http://geoinfo.csa.edu/ is a local access only server as it appears to be externally inaccessible. I can't verify the settings there, but are you sure it's a tiled service? Try using type="dynamic" in the layer tag, even if it's a tiled server this would still function.
As for:
My server connects with WMS
I'm not exactly sure what your meaning by this. That you've enabled WMS as a capability, in this case your not going to access this service with that method. If you were set on connecting to a WMS service your "type" would be type="wms"